Diff for "FslInformation" - MRC CBU Imaging Wiki
location: Diff for "FslInformation"
Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2007-05-04 09:03:05
Size: 1372
Editor: DanielBor
Comment:
Revision 7 as of 2008-09-11 10:52:20
Size: 1525
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
On our system, the current version of FSL (that is, the version you get by typing 'fsl' at the command prompt) is the one pointed to by the link `/imaging/local/linux/fsl`. At the time of writing this is the slightly outdated 3.2 version.
Line 17: Line 15:
Any problems, report them to MatthewBrett or RhodriCusack. Any problems, report them to RhodriCusack.

== Using the latest version of FSL ==

Before running any other fsl command you need to run

{{{
fsl_4.1.0_setup
}}}

which is the latest version of fsl at the moment. By running this command you also have load sharing with any fsl commands.
Line 21: Line 29:
If you need to use a specific version, rather than the one pointed to by `/imaging/local/linux/bin/fsl`, then define the path to the version of FSL you want, and put something like this in your `~/.cshrc` file: If you need to use a specific version, rather than the one pointed to by `/imaging/local/linux/bin/fsl`, then define the path to the version of FSL you want, and put something like this at the end of your `~/.cshrc` file:
Line 30: Line 38:
Note that the version that FSL says it is doesn't correspond to the version it actually is. For this, use "which fsl" at the unix prompt. In order for this to work when you login across linux machines, you will (I'm afraid) also need to put the same lines in your `~/.login` file. Put these lines somewhere between the lines `# Space for personal defaults` and `# End space for personal defaults` in the `~/.login` file.

FSL information

FSL is the FMRIB Software Library. It is a C / C++ / Tcl/Tk package written by the Oxford analysis group.

For more information see:

You can find the FSL example data set (http://www.fmrib.ox.ac.uk/fsl/feeds/doc/index.html) in /imaging/local/fsl/feeds.

The data for the FSL course is in /imaging/local/fsl/fslcourse.

Any problems, report them to RhodriCusack.

Using the latest version of FSL

Before running any other fsl command you need to run

fsl_4.1.0_setup

which is the latest version of fsl at the moment. By running this command you also have load sharing with any fsl commands.

Using a specific version of FSL on the CBU systems

If you need to use a specific version, rather than the one pointed to by /imaging/local/linux/bin/fsl, then define the path to the version of FSL you want, and put something like this at the end of your ~/.cshrc file:

# FSL stuff
setenv FSLDIR /imaging/local/linux/bin/fsl-3.3.11
source ${FSLDIR}/etc/fslconf/fsl.csh
set path = (${FSLDIR}/bin $path)

In order for this to work when you login across linux machines, you will (I'm afraid) also need to put the same lines in your ~/.login file. Put these lines somewhere between the lines #  Space for personal defaults and #  End space for personal defaults in the ~/.login file.

CbuImaging: FslInformation (last edited 2019-09-11 13:50:27 by MartaCorreia)