Difference between revisions of "2013 Summer Project Week:DTIPipelineExtensions"
From NAMIC Wiki
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
<gallery> | <gallery> | ||
Image:PW-MIT2013.png|[[2013_Summer_Project_Week#Projects|Projects List]] | Image:PW-MIT2013.png|[[2013_Summer_Project_Week#Projects|Projects List]] | ||
+ | Image:FiberViewerLightWindows.PNG|FiberViewerLight working on Windows | ||
</gallery> | </gallery> | ||
Line 25: | Line 26: | ||
<h3>Approach, Plan</h3> | <h3>Approach, Plan</h3> | ||
− | + | * Understand and fixing the libraries issue on MacOS | |
+ | * Create launchers to start modules with Qt GUI on Windows | ||
+ | * Correct and update packaging process | ||
</div> | </div> | ||
Line 33: | Line 36: | ||
The Slicer extensions are available at : | The Slicer extensions are available at : | ||
https://github.com/Slicer/ExtensionsIndex | https://github.com/Slicer/ExtensionsIndex | ||
− | + | * FiberViewerLight runs on Windows thanks to its launcher. | |
+ | * A launcher has been created for DTIAtlasFiberAnalyzer. Packaging issues still have to be corrected | ||
+ | * DTIPrep runs on Windows. Packaging issues | ||
+ | * Libraries issues on MacOS have been fixed in Slicer scripts, but not everything works yet. | ||
+ | * DTIProcess now works well on MacOS and Slicer4Extension branch has been merged into the trunk | ||
</div> | </div> | ||
</div> | </div> |
Latest revision as of 15:01, 21 June 2013
Home < 2013 Summer Project Week:DTIPipelineExtensionsKey Investigators
- UNC NIRAL: Francois Budin
- UNC NIRAL: Martin Styner
- UNC NIRAL: Adrien Kaiser
Objective
Analysing Diffusion Tensor Images (DTI) require some specific tools to
- Quality control Diffusion Weighted Images (DTIPrep)
- Provide tools to compute and process DTI (DTIProcess)
- Create an average DTI image from a set of images (DTIAtlasBuilder)
- Visualize and edit tracted fibers (FiberViewerLight)
- Analyze tracts (DTIAtlasFiberAnalyzer)
The goal of this project is to develop Slicer4 extensions providing those tools and verify that they correctly perform on all available platforms.
Approach, Plan
- Understand and fixing the libraries issue on MacOS
- Create launchers to start modules with Qt GUI on Windows
- Correct and update packaging process
Progress
The Slicer extensions are available at : https://github.com/Slicer/ExtensionsIndex
- FiberViewerLight runs on Windows thanks to its launcher.
- A launcher has been created for DTIAtlasFiberAnalyzer. Packaging issues still have to be corrected
- DTIPrep runs on Windows. Packaging issues
- Libraries issues on MacOS have been fixed in Slicer scripts, but not everything works yet.
- DTIProcess now works well on MacOS and Slicer4Extension branch has been merged into the trunk