fedorov / MultiVolumeImporter

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.
http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/MultiVolumeImporter
Other
9 stars 25 forks source link

ENH: add parsing strategy by InstanceNumber + RepetitionTime #17

Closed fedorov closed 8 years ago

fedorov commented 8 years ago

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