Skip to content
silvia9307 edited this page Jan 31, 2017 · 9 revisions

Freesurfer is an open source software suite for processing and analyzing human brain MRI images: https://surfer.nmr.mgh.harvard.edu/

For a structural MRI scan, Freesurfer can:

  • perform skull stripping
  • segment gray matter from white matter
  • label cortical and subcortical structures

This functionality is a gear on Flywheel.

Freesurfer download and installation

Follow instructions on the [Freesurfer wiki] (https://surfer.nmr.mgh.harvard.edu/fswiki)

Freesurfer integration with vistasoft

To check if Freesurfer was downloaded successfully, open Matlab and type the following in the command window:
getenv('FREESURFER_HOME')
getenv('SUBJECTS_DIR')

These Matlab calls should return paths, not empty vectors:
/Applications/freesurfer
/Volumes/server/Freesurfer_subjects

Clone this wiki locally