Difference between revisions of "2011 Winter Project Week:FreeWaterElimination"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '__NOTOC__ <gallery> Image:PW-SLC2011.png|Projects List Image:genuFAp.jpg|Scatter plot of the original FA data through the genu of the corpus…')
 
 
(9 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<gallery>
 
<gallery>
 
Image:PW-SLC2011.png|[[2011_Winter_Project_Week#Projects|Projects List]]
 
Image:PW-SLC2011.png|[[2011_Winter_Project_Week#Projects|Projects List]]
Image:genuFAp.jpg|Scatter plot of the original FA data through the genu of the corpus callosum of a normal brain.
 
Image:genuFA.jpg|Regression of FA data; solid line represents the mean and dotted lines the standard deviation.
 
 
</gallery>
 
</gallery>
  
Line 13: Line 11:
  
 
<h3>Objective</h3>
 
<h3>Objective</h3>
To implement a free water elimination in Slicer3.
+
To implement free water elimination for diffusion data in Slicer3.
  
 
</div>
 
</div>
Line 21: Line 19:
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
  
Our approach
+
Our approach:
 +
Modify existing Matlab code to Python and then include as a Slicer module.
  
Our plan for the project week is ...
+
Our plan for the project week is:
 +
1) Review the matlab code
 +
2) Determine the input and output for the module
 +
3) Discuss ways of converting matlab code to python
 +
4) Convert the code to python
 +
5) Include in Slicer3.
  
 
</div>
 
</div>
Line 37: Line 41:
  
 
<div style="width: 97%; float: left;">
 
<div style="width: 97%; float: left;">
 
==Delivery Mechanism==
 
 
This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below)
 
 
#ITK Module
 
#Slicer Module
 
##Built-in
 
##Extension -- commandline
 
##Extension -- loadable
 
#Other (Please specify)
 
  
 
==References==
 
==References==
*test
+
*[http://www.ncbi.nlm.nih.gov/pubmed/19623619 Free water elimination and mapping from diffusion MRI. Pasternak O, Sochen N, Gur Y, Intrator N, Assaf Y. Magn Reson Med. 2009 Sep;62(3):717-30.]
  
 
</div>
 
</div>

Latest revision as of 18:52, 16 December 2010

Home < 2011 Winter Project Week:FreeWaterElimination

Key Investigators

  • BWH: Ofer Pasternak, Deminan Wassermann, C-F Westin

Objective

To implement free water elimination for diffusion data in Slicer3.

Approach, Plan

Our approach: Modify existing Matlab code to Python and then include as a Slicer module.

Our plan for the project week is: 1) Review the matlab code 2) Determine the input and output for the module 3) Discuss ways of converting matlab code to python 4) Convert the code to python 5) Include in Slicer3.

Progress