Differences between revisions 36 and 37
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
The Internal !FreeSurfer Distributions are 'stable' and 'dev'. All computers on the Martinos Center NMR network should have the directory '''/usr/local/freesurfer'''. Inside there, you will see the files '''nmr-stable60-env''' and '''nmr-dev-env''' (and others). Sourcing these will set up your environment to use the stable or dev version, respectively. For example, to use the stable version, which is what most users should do, use the following setup command: The Internal !FreeSurfer Distributions are 'stable' and 'dev'. All computers on the Martinos Center NMR network should have the directory '''/usr/local/freesurfer'''. Inside there, you will see the file '''fsenv'''. Sourcing this will set up your environment to use the stable or dev versions. For example, to use the current stable version (7.2.0), which is what most users should do, use the following setup command:
Line 12: Line 12:
'''stable 6:''' '''Version 7.2.0:'''
Line 14: Line 14:
$> source /usr/local/freesurfer/nmr-stable60-env $> source /usr/local/freesurfer/fsenv 7.2.0
Line 22: Line 22:
'''NOTE:''' Do not put this command in your .cshrc file! If /usr/local/freesurfer is down for whatever reason, then your login will not work. '''NOTE:''' Do not put this command in your .cshrc or .bashrc file! If /usr/local/freesurfer is down for whatever reason, then your login will not work.
Line 24: Line 24:
You should see the prompt change to {{{(nmr-stable6--env)}}} and your environment should then be set up to run !FreeSurfer. Note that the programs may appear to be in a different location: You should see your prompt change to and your environment will be set up to run !FreeSurfer. Note that the programs may appear to be in a different location. That's OK, because {{{/usr/local/freesurfer}}} is actually a link to a platform specific version that resides in a different directory, much like how {{{/usr/pubsw}}} works. If you don't know what this means, don't worry.
Line 26: Line 26:
{{{
$ which freeview
/space/freesurfer/centos6_x86_64/stable6_0_0/bin/freeview
}}}

That's OK, because {{{/usr/local/freesurfer}}} is actually a link to a platform specific version that resides in a different directory, much like how {{{/usr/pubsw}}} works. If you don't know what this means, don't worry.

Your {{{FREESURFER_HOME}}} will actually be {{{/usr/local/freesurfer/stable6_0_0}}} or {{{/usr/local/freesurfer/dev}}}, so if you'd like to set {{{FREESURFER_HOME}}} manually, you can still do so:
Your {{{FREESURFER_HOME}}} will actually be {{{/usr/local/freesurfer/7.2.0}}} or {{{/usr/local/freesurfer/dev}}}, etc... so if you'd like to set {{{FREESURFER_HOME}}} manually and without changing your prompt, you can still do so:
Line 37: Line 30:
$> setenv FREESURFER_HOME /usr/local/freesurfer/stable6_0_0 $> setenv FREESURFER_HOME /usr/local/freesurfer/7.2.0
Line 41: Line 34:
$> export FREESURFER_HOME=/usr/local/freesurfer/stable6_0_0 $> export FREESURFER_HOME=/usr/local/freesurfer/7.2.0
Line 49: Line 42:

top

FreeSurfer Distributions for Internal Users

Distributions

Access

Here are instructions on how to set-up your environment to use the Internal FreeSurfer Distributions.

The Internal FreeSurfer Distributions are 'stable' and 'dev'. All computers on the Martinos Center NMR network should have the directory /usr/local/freesurfer. Inside there, you will see the file fsenv. Sourcing this will set up your environment to use the stable or dev versions. For example, to use the current stable version (7.2.0), which is what most users should do, use the following setup command:

Version 7.2.0:

$> source /usr/local/freesurfer/fsenv 7.2.0

dev:

$> source /usr/local/freesurfer/nmr-dev-env

NOTE: Do not put this command in your .cshrc or .bashrc file! If /usr/local/freesurfer is down for whatever reason, then your login will not work.

You should see your prompt change to and your environment will be set up to run FreeSurfer. Note that the programs may appear to be in a different location. That's OK, because /usr/local/freesurfer is actually a link to a platform specific version that resides in a different directory, much like how /usr/pubsw works. If you don't know what this means, don't worry.

Your FREESURFER_HOME will actually be /usr/local/freesurfer/7.2.0 or /usr/local/freesurfer/dev, etc... so if you'd like to set FREESURFER_HOME manually and without changing your prompt, you can still do so:

## csh
$> setenv FREESURFER_HOME /usr/local/freesurfer/7.2.0
$> source $FREESURFER_HOME/SetUpFreesurfer.csh

## bash
$> export FREESURFER_HOME=/usr/local/freesurfer/7.2.0
$> source $FREESURFER_HOME/SetUpFreesurfer.sh

Frozen Version

Users are strongly encouraged to "Freeze" their copy of FreeSurfer in a project-specific directory like their SUBJECTS_DIR. To make a copy, just download the public distribution from ftp://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer

Obsolete Versions

There are the older versions that are still available for compatibility, see the Archives section of the public download page.

InternalFreeSurferDistributions (last edited 2022-03-28 13:47:57 by AndrewHoopes)