Difference between revisions of "2012 Winter Project Week:ScriptView"
Line 46: | Line 46: | ||
==Delivery Mechanism== | ==Delivery Mechanism== | ||
− | This work will be delivered | + | This work will be delivered as a python script. |
+ | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> |
Revision as of 16:06, 13 January 2012
Home < 2012 Winter Project Week:ScriptViewKey Investigators
- GE Research: Albert Montillo
- Isomics: Steve Pieper
Objective
Programmatically setup 3D Slicer to view data from different subjects while applying the same consistent view. Save screen image to PNG.
Approach, Plan
Our approach is create a template MRML scene file and reuse it for each subject. MRML scene stores relative paths to items in the scene such as volumes. Python script is passed to Slicer to load dthe scene per subject and save image.<foo>.
Progress
Software for the fiber tracking and statistical analysis along the tracts has been implemented. The statistical methods for diffusion tensors are implemented as ITK code as part of the DTI Software Infrastructure project. The methods have been validated on a repeated scan of a healthy individual. This work has been published as a conference paper (MICCAI 2005) and a journal version (MEDIA 2006). Our recent IPMI 2007 paper includes a nonparametric regression method for analyzing data along a fiber tract.
Delivery Mechanism
This work will be delivered as a python script.