FreeSurfer: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
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..."
 
No edit summary
Line 8: Line 8:
   echo "source /opt/netapps/freesurfer/setup-freesurfer-v7.4.1" >> ~/.bashrc
   echo "source /opt/netapps/freesurfer/setup-freesurfer-v7.4.1" >> ~/.bashrc
   echo "source /opt/netapps/freesurfer/setup-freesurfer-v8.2.0" >> ~/.bashrc
   echo "source /opt/netapps/freesurfer/setup-freesurfer-v8.2.0" >> ~/.bashrc
To check if FreeSurfer is working, you can run the following command:
  /opt/netapps/freesurfer/setup-freesurfer-v7.4.1.sh -t
  /opt/netapps/freesurfer/setup-freesurfer-v8.2.0.sh -t

Revision as of 13:31, 15 April 2026

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

To check if FreeSurfer is working, you can run the following command:

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