A 3D Slicer module to support import of multi-volume data from non-DICOM sources, and provide plugin for importing such data from images saved in DICOM.
At least some models of GE scanners produce DSC data that does not have any time
stamps that can be associated with the time frames. For such instances, parsing
requires sorting spatially by IPP, and temporally using InstanceNumber, with the
time stamps assigned by multiplying RepetitionTime by the temporal frame position.
This is far from optimal, but there are no alternatives.
At least some models of GE scanners produce DSC data that does not have any time stamps that can be associated with the time frames. For such instances, parsing requires sorting spatially by IPP, and temporally using InstanceNumber, with the time stamps assigned by multiplying RepetitionTime by the temporal frame position. This is far from optimal, but there are no alternatives.
Resolves #16