Differences between revisions 2 and 3
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
{{{
Line 2: Line 3:
}}}

NOTE: if you are taking the Multi-Modal Imaging Class at MGH, you do not need to do this!

The tutorial requires about 10G of space. There are two tar files:

  • fsfast-tutorial.tar.gz - functional data
  • fsfast-tutorial.subjects.tar.gz - freesurfer anatomical data

For the anatomical data, untar it with:

cd $SUBJECTS_DIR
tar xvfz fsfast-tutorial.subjects.tar.gz

For the functional data,

cd /place/for/data
tar xvfz fsfast-tutorial.tar.gz 

This will create a directory called fsfast-tutorial. Create an environment variable for this directory:

cd fsfast-tutorial
setenv FSFTUTDIR `pwd`

FsFastTutorialData (last edited 2009-02-09 15:00:19 by NickSchmansky)