Skip to content

A suite of tools for medical image processing focused on brain analysis

Notifications You must be signed in to change notification settings

reginakim/BRAINSTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The BRAINSTools is a harness to assist in building the many
BRAINSTools under development.

Developers should run the "./Utilities/SetupForDevelopment.sh" script to get started.


Example session for a clean build:
mkdir ~/src/mytester
cd ~/src/mytester
git clone git://github.com/BRAINSia/BRAINSTools.git
cd BRAINSTools/
bash ./Utilities/SetupForDevelopment.sh
mkdir -p ../BRAINSTools-build
cd ../BRAINSTools-build/
CC=/usr/bin/gcc-4.2 CXX=/usr/bin/g++-4.2 ccmake ../BRAINSTools -DUSE_BRAINSFit:BOOL=ON -DUSE_BRAINSConstellationDetector:BOOL=ON -DUSE_BRAINSABC:BOOL=ON
make -j24 -k ; ## NOTE:  The fetching of data still has problems with parallel builds, so we need to restart it a efw times
make
make
make

About

A suite of tools for medical image processing focused on brain analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published