FreeSurfer: Difference between revisions
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 |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
. /opt/netapps/freesurfer/setup-freesurfer-v7.4.1.sh | . /opt/netapps/freesurfer/setup-freesurfer-v7.4.1.sh | ||
. /opt/netapps/freesurfer/setup-freesurfer-v8.2.0.sh | . /opt/netapps/freesurfer/setup-freesurfer-v8.2.0.sh | ||
. /opt/netapps/freesurfer/setup-freesurfer-dev.sh | |||
To automatically set up your environment when you open a terminal, run the command for the version you want to use: | 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-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 | ||
echo "source /opt/netapps/freesurfer/setup-freesurfer-dev" >> ~/.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 | |||
/opt/netapps/freesurfer/setup-freesurfer-dev.sh -t | |||
Latest revision as of 14:32, 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 . /opt/netapps/freesurfer/setup-freesurfer-dev.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 echo "source /opt/netapps/freesurfer/setup-freesurfer-dev" >> ~/.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 /opt/netapps/freesurfer/setup-freesurfer-dev.sh -t