Differences between revisions 26 and 27
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
All computers on the Martinos Center NMR network should have the directory '''/usr/local/freesurfer'''. Inside there, you will see the files '''nmr-stable52-env''' and '''nmr-dev-env'''. 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: All computers on the Martinos Center NMR network should have the directory '''/usr/local/freesurfer'''. Inside there, you will see the files '''nmr-stable53-env''' and '''nmr-dev-env'''. 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:
Line 13: Line 13:
$ source /usr/local/freesurfer/nmr-stable52-env $ source /usr/local/freesurfer/nmr-stable53-env
Line 18: Line 18:
You should see the prompt change to {{{(nmr-stable5.2-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 the prompt change to {{{(nmr-stable53-env)}}} and your environment should then be set up to run FreeSurfer. Note that the programs may appear to be in a different location:
Line 22: Line 22:
/space/freesurfer/centos6_x86_64/stable5_2_0/bin/freeview /space/freesurfer/centos6_x86_64/stable5_3_0/bin/freeview
Line 27: Line 27:
Your {{{FREESURFER_HOME}}} will actually be {{{/usr/local/freesurfer/stable5_2_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/stable5_3_0}}} or {{{/usr/local/freesurfer/dev}}}, so if you'd like to set {{{FREESURFER_HOME}}} manually, you can still do so.
Line 35: Line 35:
You can keep the prompt from changing to {{{(nmr-stable5.2-env)}}} or {{{(nmr-dev-env)}}} by setting {{{FSENV_KEEP_PROMPT}}}: You can keep the prompt from changing to {{{(nmr-stable53-env)}}} or {{{(nmr-dev-env)}}} by setting {{{FSENV_KEEP_PROMPT}}}:

top

FreeSurfer Distributions for Internal Users

Distributions

The InternalFreeSurferDistributions are 'stable' and 'dev'. Please see ReleasePolicy for information on the release policy for these distributions.

Access

Here are instructions on how to set-up your environment to use the InternalFreeSurferDistributions.

All computers on the Martinos Center NMR network should have the directory /usr/local/freesurfer. Inside there, you will see the files nmr-stable53-env and nmr-dev-env. 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:

$ source /usr/local/freesurfer/nmr-stable53-env

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.

You should see the prompt change to (nmr-stable53-env) and your environment should then be set up to run FreeSurfer. Note that the programs may appear to be in a different location:

$ which freeview
/space/freesurfer/centos6_x86_64/stable5_3_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/stable5_3_0 or /usr/local/freesurfer/dev, so if you'd like to set FREESURFER_HOME manually, you can still do so.

You can suppress output from sourcing these scripts with the FS_FREESURFERENV_NO_OUTPUT environment variable:

setenv FS_FREESURFERENV_NO_OUTPUT

You can keep the prompt from changing to (nmr-stable53-env) or (nmr-dev-env) by setting FSENV_KEEP_PROMPT:

setenv FSENV_KEEP_PROMPT

Frozen Version

To freeze one of these releases, just download the public distribution and install it in some project-specific location like your SUBJECTS_DIR.

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)