Difference between revisions of "Documentation/4.2/Modules/MultiVolumeImporter"
(Nightly -> 4.2) |
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{documentation/versioncheck}}</noinclude> | ||
{{ambox | {{ambox | ||
| type = protection | | type = protection | ||
Line 40: | Line 41: | ||
{{documentation/{{documentation/version}}/module-section|Use Cases}} | {{documentation/{{documentation/version}}/module-section|Use Cases}} | ||
Most frequently used for these scenarios: | Most frequently used for these scenarios: | ||
− | + | * importing multiple frames defined in the same coordinate frame, saved as individual volumes in NRRD, NIfTI, or any other [[Documentation/{{documentation/version}}/SlicerApplication/SupportedDataFormat|image format supported by 3D Slicer]] | |
− | * importing multiple frames defined in the same coordinate frame, saved as individual volumes in NRRD, NIfTI, or any other [[Documentation/ | + | * for the multi-frame data stored in DICOM format, [[Documentation/{{documentation/version}}/Modules/DICOM|DICOM]] module should be used instead; the data should be automatically recognized while parsing the dataset in DICOM module. |
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Tutorials}} | {{documentation/{{documentation/version}}/module-section|Tutorials}} | ||
* Sample datasets are available: | * Sample datasets are available: | ||
− | + | ** [[File:Cardiac_ECGg_CT.tgz]] (ECG-gated contrast-enhanced cardiac CT). Short [[media:BeatingHeart.mov|movie]] | |
− | ** [[File:Cardiac_ECGg_CT.tgz]] (ECG-gated contrast-enhanced cardiac CT | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 55: | Line 55: | ||
| | | | ||
* '''Basic settings''' | * '''Basic settings''' | ||
− | ** ''Input directory'': location of the input data | + | ** ''Input directory'': location of the input data as a collection of frames. |
+ | *** '''IMPORTANT''' If you use ''User-defined non-DICOM'' input data type, the frames will be sorted based on the alphanumerical order of the frame filenames. If you have more than 10 frames, you should name them as follows to make sure they are ordered correctly. | ||
+ | ****<span style="color:#008000">'''Correct naming''': frame001.nrrd, frame002.nrrd, ..., frame023.nrrd, ..., frame912.nrrd</span> | ||
+ | ****<span style="color:#8B0000">'''Incorrect naming''': frame1.nrrd, frame2.nrrd, ..., frame14.nrrd, ..., frame1045.nrrrd</span>. | ||
+ | *** The only files contained in the directory from which you are trying to import should be image volumes. The module will attempt to read each of these files! | ||
** ''Output node'': MultiVolume node that will keep the loaded data. You need to create a new node or select and existing one when importing the data. | ** ''Output node'': MultiVolume node that will keep the loaded data. You need to create a new node or select and existing one when importing the data. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
| align="right" | | | align="right" | | ||
| | | | ||
− | [[Image:Slicer4- | + | [[Image:Slicer4-MultiVolumeImporter_panel-4.2.png|thumb|400px|Settings panel]] |
|} | |} | ||
− | + | * '''Advanced settings''': contains elements that can be changed by the user. These items will be associated with the resulting multivolume, and will be available in case they are needed for the subsequent post-processing of the data (e.g., for pharmacokinetic modeling) | |
− | |||
− | * '''Advanced settings''': contains elements that can be changed by the user | ||
** ''DICOM tag'': in all modes, shows the DICOM tag that will be used to separate individual frames/volumes in the DICOM series. This field does not have meaning when the input data type is non-DICOM! | ** ''DICOM tag'': in all modes, shows the DICOM tag that will be used to separate individual frames/volumes in the DICOM series. This field does not have meaning when the input data type is non-DICOM! | ||
** ''Frame identifying units'': automatically populated for pre-defined tags. Needs to be defined for other input data types. | ** ''Frame identifying units'': automatically populated for pre-defined tags. Needs to be defined for other input data types. | ||
** ''Initial value'': values of the frame-identifying units for non-DICOM data type. | ** ''Initial value'': values of the frame-identifying units for non-DICOM data type. | ||
− | |||
− | |||
− | |||
− | |||
* '''Import''' button: once the panels are populated with the appropriate settings, hit this button to import the dataset into Slicer. Note that depending on the size of the data this operation can take significant time, so be patient! | * '''Import''' button: once the panels are populated with the appropriate settings, hit this button to import the dataset into Slicer. Note that depending on the size of the data this operation can take significant time, so be patient! | ||
Line 89: | Line 76: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Related Modules}} | {{documentation/{{documentation/version}}/module-section|Related Modules}} | ||
− | Once the multivolume dataset is loaded, it can be viewed and further explored using [[ Documentation/ | + | Once the multivolume dataset is loaded, it can be viewed and further explored using [[ Documentation/{{documentation/version}}/Modules/MultiVolumeExplorer|MultiVolumeExplorer]] module. |
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 99: | Line 86: | ||
This module is an external Slicer module. The source code is available on Github here: https://github.com/fedorov/MultiVolumeImporter | This module is an external Slicer module. The source code is available on Github here: https://github.com/fedorov/MultiVolumeImporter | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-footer}} | {{documentation/{{documentation/version}}/module-footer}} | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Latest revision as of 07:40, 14 June 2013
Home < Documentation < 4.2 < Modules < MultiVolumeImporter
For the latest Slicer documentation, visit the read-the-docs. |
WARNING: This module is Work in Progress, which means:
|
Introduction and Acknowledgements
This work is supported by NA-MIC, NAC, NCIGT, and the Slicer Community. This work is partially supported by the following grants: P41EB015898, P41RR019703, R01CA111288 and U01CA151261. | |||||||||||
|
Module Description
This module provides support for importing multivolume (multiframe) data.
Use Cases
Most frequently used for these scenarios:
- importing multiple frames defined in the same coordinate frame, saved as individual volumes in NRRD, NIfTI, or any other image format supported by 3D Slicer
- for the multi-frame data stored in DICOM format, DICOM module should be used instead; the data should be automatically recognized while parsing the dataset in DICOM module.
Tutorials
- Sample datasets are available:
- File:Cardiac ECGg CT.tgz (ECG-gated contrast-enhanced cardiac CT). Short movie
Panels and their use
|
- Advanced settings: contains elements that can be changed by the user. These items will be associated with the resulting multivolume, and will be available in case they are needed for the subsequent post-processing of the data (e.g., for pharmacokinetic modeling)
- DICOM tag: in all modes, shows the DICOM tag that will be used to separate individual frames/volumes in the DICOM series. This field does not have meaning when the input data type is non-DICOM!
- Frame identifying units: automatically populated for pre-defined tags. Needs to be defined for other input data types.
- Initial value: values of the frame-identifying units for non-DICOM data type.
- Import button: once the panels are populated with the appropriate settings, hit this button to import the dataset into Slicer. Note that depending on the size of the data this operation can take significant time, so be patient!
Related Modules
Once the multivolume dataset is loaded, it can be viewed and further explored using MultiVolumeExplorer module.
References
- Development of this module was initiated at the 2012 NA-MIC Project week at SLC (see http://wiki.na-mic.org/Wiki/index.php/2012_Project_Week:4DImageSlicer4)
Information for Developers
This module is an external Slicer module. The source code is available on Github here: https://github.com/fedorov/MultiVolumeImporter