1. NextGenCode

a grab-bag of notes on what we'd like to see in the ideal freesurfer source code environment, and runtime

1.1. Newer respository

1.2. CMake building and DartBoard

1.3. Third-Party Packages

1.4. Mac OS, and cluster OS build support

1.5. TCL/TK and others

1.6. Source Code cleanups

1.7. GPU Transition

1.8. recon-all

1.9. Installation details

1.10. Scripting language support

First phase is to wrap IO and utils so that it's possible for everyone to write scripts (Python, Numpy) in FreeSurfer instead of adding binaries to the source distribution. evaluate Cython as possible means.

When done properly, instead of adding a directory ( by mimicking the dummy/ project we have ) and toying with the Autotools, one can simply write a Python script like following:

import fs.utils as u
import fs.io as io

im = io.MRIread('test.mgz')
m = u.MRImean(im, 5)

1.11. Code Style Uniformization

2. Distribution

2.1. Better Compiler

2.2. Versioning Cycle

NextGenCode (last edited 2021-05-10 08:27:20 by DevaniCordero)