Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Support color DICOM data series (Slicer#7089)
Without this change the vtkITK code complained that a series of color dicom data could not be loaded. It appears that when the check for grayscale was added it was only tested on single instance files, not on series in multiple files. This change invokes the correct reader based on whether it's a single file or not.
- Loading branch information