Difference between revisions of "Projects:FreeSurferNumericalRecipiesReplacement"
From NAMIC Wiki
Line 1: | Line 1: | ||
== FreeSurfer Numerical Recipies Replacement == | == FreeSurfer Numerical Recipies Replacement == | ||
+ | |||
+ | Back to [[NA-MIC_Collaborations|NA-MIC_Collaborations]], [[Algorithm:MGH|MGH Algorithms]] | ||
''Objective:'' Replace algorithms using proprietary numerical recipes in FreeSurfer in efforts to open source FreeSurfer. | ''Objective:'' Replace algorithms using proprietary numerical recipes in FreeSurfer in efforts to open source FreeSurfer. | ||
Line 7: | Line 9: | ||
#14 unit tests run nightly. | #14 unit tests run nightly. | ||
− | |||
− | |||
* '''Use case'''<nowiki>: 'Unit tests pass with all replacements.' </nowiki> | * '''Use case'''<nowiki>: 'Unit tests pass with all replacements.' </nowiki> |
Revision as of 20:34, 20 September 2007
Home < Projects:FreeSurferNumericalRecipiesReplacementFreeSurfer Numerical Recipies Replacement
Back to NA-MIC_Collaborations, MGH Algorithms
Objective: Replace algorithms using proprietary numerical recipes in FreeSurfer in efforts to open source FreeSurfer.
Status: Completed.
- 12 numerical recipes replaced with open source alternatives, mainly using VXL.
- 14 unit tests run nightly.
- Use case: 'Unit tests pass with all replacements.'
- Difficulty: Medium-High
- Impact: High
- Write test cases for each algorithm (Snyder, Jen): done
- Identify replacements (Snyder, Jen): done
- Integrate required libraries into FreeSurfer build process (Snyder, Jen): done
- Iteratively replace recipes with substitutes and run tests (Snyder, Jen): done