Difference between revisions of "DBP3:Utah:SlicerModulePVAntrumCut"

From NAMIC Wiki
Jump to: navigation, search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
===CARMA Shrink Wrap Filter===
+
===CMR Toolkit PV Antrum Cut Filter===
  
 
{|
 
{|
|[[Image:Slicer_Shrink_Wrap_Screenshot.jpg|thumb|280px|(Clockwise from top left) LA Wall Layer, LA Endo Layer, and LA Endo Layer with Pulmonary Veins Removed]]
+
|[[Image:PVAntrumCutFilter.jpg|thumb|280px|(Clockwise from top right) LA Wall Layer, LA Endo Layer, and LA Endo Layer with Pulmonary Veins Removed]]
 
|}
 
|}
  
Line 17: Line 17:
 
Type: CLI
 
Type: CLI
  
Category: CARMA
+
Category: Cardiac MRI Toolkit
  
 
</div>
 
</div>
Line 24: Line 24:
  
 
==Module Description==
 
==Module Description==
This module creates a cardiac MRI segmentation mask called the Shrink Wrap mask. The inputs are the left atrium endocardial segmentation and the left atrium wall segmentation. The output mask represents the entire endocardial layer minus the pulmonary veins (PVs). This mask can be used to calculate the early diastolic (peak) volume of the left atrium (LA).  
+
This module creates a cardiac MRI segmentation mask called the PV Antrum Cut mask by removing the pulmonary veins (PVs) from the left atrium (LA) segmentation. The inputs are the LA endocardial segmentation and the LA endocardial wall segmentation. The output mask represents the entire LA endocardial layer minus the PVs. This mask can be used to calculate the early diastolic (peak) volume of the LA.  
  
 
</div>
 
</div>
Line 34: Line 34:
 
===Examples, Use Cases & Tutorials===
 
===Examples, Use Cases & Tutorials===
 
* This module is meant to be used for removing the PV regions from the LA endocardial segmentation.  
 
* This module is meant to be used for removing the PV regions from the LA endocardial segmentation.  
* [[Media:CARMA_Shrink_Wrap_Filter_Tutorial.pptx|CARMA Shrink Wrap Filter Tutorial]]
+
* [[Media:Carma_PVAntrumCutFilter_Tutorial_New.pptx|CARMA PV Antrum Cut Filter Tutorial]]
  
 
===Quick Tour of Features and Use===
 
===Quick Tour of Features and Use===
  
The following are the inputs and outputs
+
The following are the inputs and outputs:
 
+
* Endo Layer : Select the LA endocardial segmentation label mask
* Endo Layer : Select the LA endocardial segmentation image
+
* Wall Layer : Select the LA wall segmentation label mask
* Wall Layer : Select the LA wall segmentation image
+
* Endo Layer No Veins: The output label mask
* Endo Layer No Veins: The output mask
 
  
 
</div>
 
</div>
Line 51: Line 50:
  
 
== Development ==
 
== Development ==
 
===Known bugs===
 
 
Follow this [http://na-mic.org/Mantis/main_page.php link] to the Slicer bug tracker.
 
 
===Usability issues===
 
 
Follow this [http://na-mic.org/Mantis/main_page.php link] to the Slicer bug tracker. Please select the '''usability issue category''' when browsing or contributing.
 
  
 
===Source code & documentation===
 
===Source code & documentation===
  
Customize following [http://www.na-mic.org/ViewVC/index.cgi/ links] for your module.
+
The source code for this module can be found at the [https://github.com/carma-center/carma_slicer_extension/ GitHub repository].
 
 
[http://www.na-mic.org/Slicer/Documentation/Slicer3/html/ Links] to documentation generated by doxygen.
 
  
 
</div>
 
</div>
  
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
== More Information ==
 
 
===Acknowledgment===
 
Include funding and other support here.
 
 
===References===
 
Publications related to this module go here. Links to pdfs would be useful.
 
  
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 19:54, 29 July 2013

Home < DBP3:Utah:SlicerModulePVAntrumCut

CMR Toolkit PV Antrum Cut Filter

(Clockwise from top right) LA Wall Layer, LA Endo Layer, and LA Endo Layer with Pulmonary Veins Removed

Authors, Collaborators & Contact

  • CARMA Center, University of Utah: Alan Morris, Salma Bengali, Greg Gardner, Josh Cates, Rob MacLeod

General Information

Module Type & Category

Type: CLI

Category: Cardiac MRI Toolkit

Module Description

This module creates a cardiac MRI segmentation mask called the PV Antrum Cut mask by removing the pulmonary veins (PVs) from the left atrium (LA) segmentation. The inputs are the LA endocardial segmentation and the LA endocardial wall segmentation. The output mask represents the entire LA endocardial layer minus the PVs. This mask can be used to calculate the early diastolic (peak) volume of the LA.

Usage

Examples, Use Cases & Tutorials

Quick Tour of Features and Use

The following are the inputs and outputs:

  • Endo Layer : Select the LA endocardial segmentation label mask
  • Wall Layer : Select the LA wall segmentation label mask
  • Endo Layer No Veins: The output label mask

Development

Source code & documentation

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