Test that the environment and command line tools are set up correctly by doing the following:
Start a new Terminal session (File > Open Terminal under Linux/Gnome, Shell > New Window on Mac OS X)
- Check that your environment is correct by typing: This should display the name of the directory that you installed FSL in.
echo $FSLDIR
- Check that your path is correct by typing: which should display a line like:
flirt -version
FLIRT version 6.0
(although the version number might be different).
In general, to run the FSL tools from the command line (within a terminal) you need to enter the program name in lower case (e.g. bet). Typing a command on its own (without any arguments or options) gives you a help message for that command.
A more complete test of the FSL installation can be run, if desired, by using the testing and evaluation suite FEEDS.