Difference between revisions of "Projects:FreeSurferNumericalRecipiesReplacement"
From NAMIC Wiki
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Back to | + | Back to [[Algorithm:MGH|MGH Algorithms]] |
− | + | __NOTOC__ | |
= FreeSurfer Numerical Recipies Replacement = | = FreeSurfer Numerical Recipies Replacement = | ||
Line 20: | Line 20: | ||
# Integrate required libraries into FreeSurfer build process (Snyder, Jen): '''done''' | # Integrate required libraries into FreeSurfer build process (Snyder, Jen): '''done''' | ||
# Iteratively replace recipes with substitutes and run tests (Snyder, Jen): '''done''' | # Iteratively replace recipes with substitutes and run tests (Snyder, Jen): '''done''' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 15:32, 26 August 2009
Home < Projects:FreeSurferNumericalRecipiesReplacementBack to MGH Algorithms
FreeSurfer Numerical Recipies Replacement
Our objective is to replace algorithms using proprietary numerical recipes in FreeSurfer in efforts to open source FreeSurfer.
Description
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