Difference between revisions of "Documentation/4.1/Modules/MultiVolumeExplorer"

From Slicer Wiki
Jump to: navigation, search
(Created page with '200px|thumb|This documentation page is work in progress This is a placeholder for MultiVolumeExplorer module documentation. For now, download the sampl…')
 
Line 5: Line 5:
 
For now, download the sample dataset [[File:2011-ProstateDCE.nrrd.zip]] and check out [http://www.youtube.com/watch?v=7zFWRzC31o4 this screencast] if you would like to learn how to use this module.
 
For now, download the sample dataset [[File:2011-ProstateDCE.nrrd.zip]] and check out [http://www.youtube.com/watch?v=7zFWRzC31o4 this screencast] if you would like to learn how to use this module.
  
 +
 +
Known bugs
 +
* you may need to have quantitative layout on Slicer start in order for charting to work correctly. If you have problems, switch to a quantitative layout, restart Slicer and try again.
 +
 +
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
 +
** look why DWI appears on the list of scalar volumes
 +
** 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
  
  

Revision as of 16:27, 22 February 2012

Home < Documentation < 4.1 < Modules < MultiVolumeExplorer
This documentation page is work in progress

This is a placeholder for MultiVolumeExplorer module documentation.

For now, download the sample dataset File:2011-ProstateDCE.nrrd.zip and check out this screencast if you would like to learn how to use this module.


Known bugs

  • you may need to have quantitative layout on Slicer start in order for charting to work correctly. If you have problems, switch to a quantitative layout, restart Slicer and try again.

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
    • look why DWI appears on the list of scalar volumes
    • 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



Introduction and Acknowledgements

This work is supported by NA-MIC, NAC, NCIGT, and the Slicer Community. This work is partially supported by TODO.
Author: Andrey Fedorov, Steve Pieper, Ron Kikinis, SPL
Contact: Andrey Fedorov <email>fedorov@bwh.harvard.edu</email>

National Alliance for Medical Image Computing (NA-MIC)  
Brain Science Foundation (BSF)  
National Center for Image Guided Therapy (NCIGT)  
Surgical Planning Laboratory (SPL)  


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