FreeSurfer Tutorial Data set

Follow the instructions below for running the freesurfer tutorials. These instruction are valid for both Mac OSX and Linux platforms (freesurfer is not available on Windows platform).

Please note, some experience with the command line (Terminal) is required to successfully install and run freesurfer. If you do not have previous experience with the command line, and you are setting up your computer in preparation for the freesurfer course, it is probably best to simply attempt to install freesurfer, and download the tutorial data onto your machine, then wait till after the first freesurfer course presentation Unix Tutorial for FreeSurfer Users until you start running the tutorials.

1. Install freesurfer

The first step is to install freesurfer on your personal machine. To install freesurfer, follow the instructions on the download and installation page.

Please note, the tutorials require users to have the "development version" of freesurfer installed. So when it comes time to select the version for download do NOT select version 5.3, download the "development version" instead, which can be found on this page.

2. Download tutorial data

Before continuing, please ensure you have a functioning freesurfer installation by running the test commands on the testing freesurfer installation page. It would be pointless to continue otherwise. If you are having issues running the test commands, please follow the instructions on the Setup and Configuaration page.

Once you have a functioning freesurfer installation, it is time to download the freesurfer tutorial data set tutorial_data.tar.gz. When the download completes you will want to extract its contents. This can be done on most operating systems by simply double-clicking the file. Remember the location of this directory. It is used throughout all of the tutorials. The file should extract a directory called tutorial_data and its content should look as follows:

finder.png

3. Configure your system

Configuring your freesurfer installation for the tutorials requires one simple step, creating the TUTORIAL_DATA environment variable and setting it to the location of the extracted file from above. Continuing with the example from above, the steps below show the commands to type AFTER sourcing freesurfer. If you type the ls $TUTORIAL_DATA command and see the directories extracted in step #2, you are ready to begin the freesurfer tutorials.

$> export TUTORIAL_DATA=/Users/localzeke/Downloads/tutorial_data
$> ls $TUTORIAL_DATA 
buckner_data                    fsfast-functional
diffusion_recons                fsfast-tutorial.subjects
diffusion_tutorial              long-tutorial

Screen Shot 2015-08-24 at 4.56.51 PM.png