FreeSurfer

From LWP-Wiki
Revision as of 09:26, 15 April 2026 by Chris (talk | contribs) (Created page with "[https://surfer.nmr.mgh.harvard.edu/fswiki/FreeSurferWiki FreeSurfer] is a software package for the analysis and visualization of structural and functional neuroimaging data from cross-sectional or longitudinal studies.<br> <br> To set up your environment run the command for the version you want to use: . /opt/netapps/freesurfer/setup-freesurfer-v7.4.1.sh . /opt/netapps/freesurfer/setup-freesurfer-v8.2.0.sh To automatically set up your environment when you open a te...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

FreeSurfer is a software package for the analysis and visualization of structural and functional neuroimaging data from cross-sectional or longitudinal studies.

To set up your environment run the command for the version you want to use:

 . /opt/netapps/freesurfer/setup-freesurfer-v7.4.1.sh
 . /opt/netapps/freesurfer/setup-freesurfer-v8.2.0.sh

To automatically set up your environment when you open a terminal, run the command for the version you want to use:

 echo "source /opt/netapps/freesurfer/setup-freesurfer-v7.4.1" >> ~/.bashrc
 echo "source /opt/netapps/freesurfer/setup-freesurfer-v8.2.0" >> ~/.bashrc