Difference between revisions of "2012 Winter Project Week:ScriptView"
Line 2: | Line 2: | ||
<gallery> | <gallery> | ||
Image:PW-SLC2012.png|[[2012_Winter_Project_Week#Projects|Projects List]] | Image:PW-SLC2012.png|[[2012_Winter_Project_Week#Projects|Projects List]] | ||
− | Image: | + | Image:Subj1_II.|Subject1. |
− | Image: | + | Image:Subj2_II.|Subject2. |
− | Image: | + | Image:Subj3_II.|Subject3. |
</gallery> | </gallery> | ||
Revision as of 16:17, 13 January 2012
Home < 2012 Winter Project Week:ScriptView- Subj1 II.
Subject1.
- Subj2 II.
Subject2.
- Subj3 II.
Subject3.
Key Investigators
- GE Research: Albert Montillo
Many thanks to : Steve Pieper (Isomics)
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
The python script has been tested on folder with multiple subject subfolders. All subject folders use same file names for scene elements so that same MRML file works for all subjects. MRML scene need only be setup once, for one subject, then reused for each subject.
Delivery Mechanism
This work will be delivered as a python script.