25
I Use This!
Activity Not Available

News

Analyzed about 1 month ago. based on code collected 2 months ago.
Posted almost 8 years ago by lassoan
ENH: Made DICOM file reading more robust with Add data When "Add data" dialog is used for loading DICOM image by selecting a single file, vtkITKArchetypeImageSeriesReader::AnalyzeDicomHeaders() method is called that collects metadata from other ... [More] files in the same subdirectory. Parsing of metadata was not very robust: having additional spaces made parsing fail and the application failed to match related files. Solution: Made parsing more robust in vtkITKArchetypeImageSeriesReader::AnalyzeDicomHeaders() by removing all spaces from numerical fields. Fixes #3569 (https://issues.slicer.org/view.php?id=3569). [Less]
Posted almost 8 years ago by jcfr
COMP: Update python build system to fix build issue with CMake 3.9.0-rc2. Build error was introduced by "cmIfCommand: Reject duplicate else() and misplaced elseif()" (https://gitlab.kitware.com/cmake/cmake/merge_requests/594) Fixes #4380 $ git ... [More] shortlog d0f4719..ec32acc --no-merges Jean-Christophe Fillion-Robin (1): cmake/UnitTests: Remove duplicated else Reported-by: Dzenan Zukic [Less]
Posted almost 8 years ago by lassoan
BUG: Fixed ResampleDTIVolume to work with composite transforms The problem was that due to some reason this CLI module used .mat extension for writing transforms, which is not capable of handling composite transforms. Changed it to use .h5, as that format can handle any combination of transforms.
Posted almost 8 years ago by lassoan
BUG: Fixed extension manager crash with dark theme Cleanlooks style requires a window gradient if a button gradient is used but the gradient was only defined for default group, not for disabled group. Fixes #3732 (https://issues.slicer.org/view.php?id=3732)
Posted almost 8 years ago by lassoan
BUG: Fixed scene view thumbnail display Scene view thumbnails were not displayed in the scene view list (a question mark was displayed instead of the icon). Fixed image file path URL generation by using QUrl instead of crafting the URL string manually. related to #3199 (https://issues.slicer.org/view.php?id=3199)
Posted almost 8 years ago by lassoan
ENH: Snap slice views to slice center after rotate to volume plane Fixes #3886 (https://issues.slicer.org/view.php?id=3886)
Posted almost 8 years ago by lassoan
BUG: Fixed background volume switch on Segment Editor module entering As a side effect of hiding labelmap layer, the last propagated background volume got re-displayed. Fixed by propagating only the labelmap layer.
Posted almost 8 years ago by lassoan
BUG: Center view button now update clipping planes Fixes 0004209 (https://issues.slicer.org/view.php?id=4209)
Posted almost 8 years ago by lassoan
BUG: Fixed simple string members stored as node references vtkCxxSetReferenceStringMacro is intended for setting node IDs only, as it registers the string value in the scene as a node reference. It should not be used for simple strings. In the long ... [More] term, this macro should be retired and the MRML node references infrastructure should be used instead. [Less]
Posted almost 8 years ago by ihnorton
ENH: set CLI widget objectName based on parameter name