Difference between revisions of "2013 Summer Project Week:DTIPipelineExtensions"
From NAMIC Wiki
(Created page with '__NOTOC__ <gallery> Image:PW-MIT2013.png|Projects List </gallery> ==Key Investigators== * UNC NIRAL: Francois Budin * UNC NIRAL: Martin Sty…') |
|||
(2 intermediate revisions 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 13: | Line 14: | ||
<h3>Objective</h3> | <h3>Objective</h3> | ||
− | Analysing Diffusion Tensor | + | Analysing Diffusion Tensor Images (DTI) require some specific tools to |
− | * Quality control Diffusion Weighted Images | + | * Quality control Diffusion Weighted Images (DTIPrep) |
− | * Create an average DTI image from a set of images | + | * Provide tools to compute and process DTI (DTIProcess) |
− | * Visualize and edit tracted fibers | + | * Create an average DTI image from a set of images (DTIAtlasBuilder) |
− | * Analyze tracts | + | * 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. | The goal of this project is to develop Slicer4 extensions providing those tools and verify that they correctly perform on all available platforms. | ||
</div> | </div> | ||
Line 24: | 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 30: | Line 34: | ||
<h3>Progress</h3> | <h3>Progress</h3> | ||
− | The Slicer | + | The Slicer extensions are available at : |
− | https://github.com/ | + | 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