Difference between revisions of "2014 Project Week:DTIAnalysisPipeline"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '__NOTOC__ <gallery> Image:PW-MIT2013.png|Projects List Image:FiberViewerLightWindows.PNG|FiberViewerLight working on Windows </gallery> ==K…')
 
Line 25: Line 25:
  
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
* Some extensions already work on all the plateform for Slicer4.3.1
+
* Some extensions already work on all the plateform for Slicer4.3.1 but not the latest revision
 
* Create launchers to start modules with Qt GUI on Windows and MacOS
 
* Create launchers to start modules with Qt GUI on Windows and MacOS
 
* Verify that Qt windows appear on top of the main Slicer window when the extension is started
 
* Verify that Qt windows appear on top of the main Slicer window when the extension is started

Revision as of 02:24, 6 January 2014

Home < 2014 Project Week:DTIAnalysisPipeline

Key Investigators

  • UNC NIRAL: Francois Budin
  • UNC NIRAL: Martin Styner

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

  • Some extensions already work on all the plateform for Slicer4.3.1 but not the latest revision
  • Create launchers to start modules with Qt GUI on Windows and MacOS
  • Verify that Qt windows appear on top of the main Slicer window when the extension is started
  • Correct and update packaging process (DTIAtlasBuilder and DTIPrep)
  • Verify that the tools run and give the expected results

Progress