Freesurfer
FreeSurfer is a software package for the analysis and visualization of structural neuroimaging data.
Last updated
Was this helpful?
FreeSurfer is a software package for the analysis and visualization of structural neuroimaging data.
Last updated
Was this helpful?
It is developed by the at the .
FreeSurfer provides full processing streams for structural and functional MRI and includes tools for linear and nonlinear registration, cortical and subcortical segmentation, cortical surface reconstruction, statistical analysis of group morphometry, diffusion MRI, PET analysis, and much more. It is also the structural MRI analysis software of choice for the .
For expansive documentation on using and understanding FreeSurfer tools, please visit the .
Recon-all (recon = reconstruction) is a command that takes an anatomical dataset (T1-weighted image) and performs many common preprocessing steps on it, with the goal of converting the 3D brain image (.nii or .dcm) into a 2D surface. It is helpful to imagine the reconstruction as taking a crumpled balloon (T1w) and blowing it up (inflated surface). This inflated surface is particularly helpful when analyzing regions of the cortex where some voxels may contain signal from two separate gyri. It is also helpful when analyzing signal found in the sulci.
To run recon-all on Oscar:
This processing takes 6-8 hours to run.
These are the output directories you will see, located in the specified -sd
path:
Output from recon-all can be viewed with Freesurfer's image viewer (freeview). To view a surface from the surf
directory, use the -f
flag followed by the file name. To view a volume from the mri
directory, use the -v
flag. Volume files have the .mgh or .mgz extension, which are unique to Freesurfer and stand for Massachusetts General Hospital, and Massachusetts General Zipped, respectively.
Included in recon-all's workflow is segmentation of the subcortical white and grey matter structures (hippocampus, amygdala, caudate, putamen, thalamus, etc) and parcellation of the cortex. Parcellation is conducted with respect to two different atlases, the Desikan-Killiany atlas (/mri/aparc.DKTatlas+aseg.mgz) and the Destrieux atlas (/mri/aparc.a2009s+aseg.mgz). The main difference between the two is that the Destrieux atlas contains more parcellations and is used in more fine-tuned analyses.
Volumes/surfaces can also be opened within the freeview window via the file tab.
The tutorial below is helpful in becoming more familiar with the output of recon-all: