Documentation/4.4/Modules/SlicerModuleCMRToolkitWizard

From Slicer Wiki
Jump to: navigation, search
Home < Documentation < 4.4 < Modules < SlicerModuleCMRToolkitWizard


For the latest Slicer documentation, visit the read-the-docs.



Introduction and Acknowledgements

Author: Salma Bengali, CARMA Center, University of Utah
Contributors: Alan Morris, Josh Cates, Rob MacLeod, Eugene Kholmovski, CARMA Center, University of Utah
Contact: Salma Bengali: <email>salma.bengali@carma.utah.edu</email>

CMRToolkit UofU logo.jpg

Module Description

This wizard module takes the user through the steps involved in analyzing a cardiac LGE-MRI image for scar enhancement. The wizard uses modules from the Cardiac MRI Toolkit extension as well as core Slicer modules. Test data or other data can be used to run the wizard.

Use Cases

This module is meant to be used for cardiac LGE-MRI scans.

Loading input LGE-MRI image
Segment endocardium
Run axial dilate module

Tutorials

[[Media:]]

Panels and their use

  1. Select the input cardiac MRI image.
  2. Manually segment the left atrial (LA) endocardium region.
  3. Axially dilate the endocardium segmentation to obtain the epicardium region.
  4. Subtract the endocardium segmentation from the epicardium segmentation to obtain the wall region.
  5. Remove the pulmonary veins (PVs) from the wall segmentation.
  6. Cut off the PVs from the endocardium segmentation created in step 2.
  7. Create the isosurface of the endocardium segmentation without the PVs.
  8. Run the automatic scar module to view regions of scar enhancement in the MRI. Create the isosurface of the scar to view it overlaid on the endocardium isosurface.

Similar Modules

N/A

References

N/A

Information for Developers

The source code for this module can be found at the CARMA GitHub repository.