FSL: Difference between revisions

From Cheaha
Jump to navigation Jump to search
(initial fsl content)
 
(separate content into different headings)
Line 6: Line 6:
== FSL on Cheaha ==
== FSL on Cheaha ==


[http://www.fmrib.ox.ac.uk/fsl/fsl/linux.html FSL-4.1.6] is installed on Cheaha and is available to all users on Cheaha. Before running any of FSL applications like ''bedpostx'', please run the following command:
[http://www.fmrib.ox.ac.uk/fsl/fsl/linux.html FSL-4.1.6] is installed on Cheaha. ''module'' command can be used to find out the current installed version. For FSL, use
<pre>
module whatis fsl
</pre>


== Environment Setup ==
Before running any FSL applications like ''bedpostx'', set up the necessary environment with the following command:
<pre>
<pre>
module load fsl/fsl-4.1.6
module load fsl/fsl-4.1.6
</pre>
</pre>

Revision as of 20:03, 4 October 2011

Overview

FSL is a comprehensive library of analysis tools for FMRI, MRI and DTI brain imaging data. FSL is written mainly by members of the Analysis Group, FMRIB, Oxford, UK.

FSL on Cheaha

FSL-4.1.6 is installed on Cheaha. module command can be used to find out the current installed version. For FSL, use

module whatis fsl

Environment Setup

Before running any FSL applications like bedpostx, set up the necessary environment with the following command:

module load fsl/fsl-4.1.6