Difference between revisions of "Projects:NRDDFreesurfer"

From NAMIC Wiki
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  Back to [[NA-MIC_Collaborations|NA-MIC_Collaborations]], [[Algorithm:MGH|MGH Algorithms]]
+
  Back to [[Algorithm:MGH|MGH Algorithms]]
 
+
__NOTOC__
 
= Adding NRRD I/O to Freesurfer =
 
= Adding NRRD I/O to Freesurfer =
 
overview goes here
 
 
= Description =
 
  
 
* '''Use case'''<nowiki>: 'Open a NRRD volume in FreeSurfer.' </nowiki>
 
* '''Use case'''<nowiki>: 'Open a NRRD volume in FreeSurfer.' </nowiki>
Line 12: Line 8:
 
* Impact: Medium
 
* Impact: Medium
  
# Write unit tests for new IO functions (Snyder): '''in progress'''
+
# Write unit tests for new IO functions (Snyder): '''completed'''
# Add NrrdIO libraries from Teem to FS source tree, build with autoconf (Snyder): '''done'''
+
# Add NrrdIO libraries from Teem to FS source tree, build with autoconf (Snyder): '''completed'''
# Write and test FS NRRD IO functions (Snyder, Kindlmann): '''in progress'''
+
# Write and test FS NRRD IO functions (Snyder, Kindlmann): '''completed'''
# Develop approriate headers for MGH DWI data (Teich): '''queued'''
+
# Develop approriate headers for MGH DWI data (Teich): '''completed'''
# Automate header generation when possible (Teich): '''queued'''
 
 
 
= Key Investigators =
 
 
 
= Publications =
 
  
= Links =
+
[[Category:Slicer]]

Latest revision as of 15:30, 26 August 2009

Home < Projects:NRDDFreesurfer
Back to MGH Algorithms

Adding NRRD I/O to Freesurfer

  • Use case: 'Open a NRRD volume in FreeSurfer.'
  • Use case: 'Convert an MGH volume to a NRRD volume with Freesurfer.'
  • Difficulty: Low
  • Impact: Medium
  1. Write unit tests for new IO functions (Snyder): completed
  2. Add NrrdIO libraries from Teem to FS source tree, build with autoconf (Snyder): completed
  3. Write and test FS NRRD IO functions (Snyder, Kindlmann): completed
  4. Develop approriate headers for MGH DWI data (Teich): completed