Difference between revisions of "Documentation/4.1/Modules/MultiVolumeExplorer"
Line 17: | Line 17: | ||
# download the sample dataset [[File:Case1 DCE.tgz]] (anonymized prostate DCE MRI DICOM series) | # download the sample dataset [[File:Case1 DCE.tgz]] (anonymized prostate DCE MRI DICOM series) | ||
# check out [http://www.youtube.com/watch?v=7zFWRzC31o4 this screencast] if you would like to learn how to use this module. (The module is located in '''Modules -> Work in progress -> MultiVolume Support''', not in Modules -> MultiVolume Support, as shown in the video) | # check out [http://www.youtube.com/watch?v=7zFWRzC31o4 this screencast] if you would like to learn how to use this module. (The module is located in '''Modules -> Work in progress -> MultiVolume Support''', not in Modules -> MultiVolume Support, as shown in the video) | ||
− | |||
− | |||
− | |||
− | |||
Unresolved issues: | Unresolved issues: | ||
Line 29: | Line 25: | ||
** widget should be reorganized and improved for MultiVolumeImporter | ** widget should be reorganized and improved for MultiVolumeImporter | ||
* Explorer | * Explorer | ||
− | ** assign more intuitive names to the extracted frames | + | ** assign more intuitive names to the extracted frames -- DONE |
− | ** look why DWI appears on the list of scalar volumes | + | ** look why DWI appears on the list of scalar volumes -- FIXED |
** look into flickering issue of vtkChart | ** look into flickering issue of vtkChart | ||
** assign correctly title and points for the X axis | ** assign correctly title and points for the X axis | ||
− | ** look into why the chart view node is not recognized if the quantitative layout is not used initially | + | ** look into why the chart view node is not recognized if the quantitative layout is not used initially -- FIXED |
− | ** can we use chart viewer for interactive plotting? | + | ** can we use chart viewer for interactive plotting? -- Discussed with Jim, speedup is possible, but not a priority right now |
− | ** should use color names for the legend in the chart viewer | + | ** should use color names for the legend in the chart viewer -- Waiting for Ron's feedback |
− | |||
+ | Features under consideration: | ||
+ | * interactive update of the active frame based on the point selected in the chart viewer | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Revision as of 16:26, 24 February 2012
Home < Documentation < 4.1 < Modules < MultiVolumeExplorerThis is a placeholder for MultiVolumeExplorer module documentation.
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)
The module is located in Modules -> Work in progress -> MultiVolume Support
Disclaimer: this module is Work in progress. This means that
- the functionality provided by this module may change drastically in the future releases of 3D Slicer
- the scenes containing data types specific to this module may not be readable by the future versions of Slicer
- the functionality and user interface may change at any time
- some functionality may not work as intended
- testing and documentation is limited
If you would like to try this module:
- download the sample dataset File:Case1 DCE.tgz (anonymized prostate DCE MRI DICOM series)
- check out this screencast if you would like to learn how to use this module. (The module is located in Modules -> Work in progress -> MultiVolume Support, not in Modules -> MultiVolume Support, as shown in the video)
Unresolved issues:
- general
- review the comments from JC/J2 on github and fix the code
- add testing
- Importer
- widget should be reorganized and improved for MultiVolumeImporter
- Explorer
- assign more intuitive names to the extracted frames -- DONE
- look why DWI appears on the list of scalar volumes -- FIXED
- look into flickering issue of vtkChart
- assign correctly title and points for the X axis
- look into why the chart view node is not recognized if the quantitative layout is not used initially -- FIXED
- can we use chart viewer for interactive plotting? -- Discussed with Jim, speedup is possible, but not a priority right now
- should use color names for the legend in the chart viewer -- Waiting for Ron's feedback
Features under consideration:
- interactive update of the active frame based on the point selected in the chart viewer
Introduction and Acknowledgements
This work is supported by NA-MIC, NAC, NCIGT, and the Slicer Community. This work is partially supported by TODO. | |||||||||
|
Module Description
This module provides support for exploring multivolume (multiframe) data.
Use Cases
Most frequently used for these scenarios:
- visualization of DCE MRI
Tutorials
Panels and their use
Similar Modules
N/A
References
Information for Developers
Section under construction. |