Differences between revisions 12 and 13
Revision 12 as of 2009-02-09 14:57:38
Size: 1130
Comment:
Revision 13 as of 2009-02-09 15:00:19
Size: 1131
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * [[ftp://surfer.nmr.mgh.harvard.edu/pub/datafsfast-tutorial.subjects.tar.gz|fsfast-tutorial.subjects.tar.gz]] - freesurfer anatomical data (668M).  * [[ftp://surfer.nmr.mgh.harvard.edu/pub/data/fsfast-tutorial.subjects.tar.gz|fsfast-tutorial.subjects.tar.gz]] - freesurfer anatomical data (668M).

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, you can download them through these links.

Or, if you are having difficulty in downloading these through your browser, you can use wget instead:

wget ftp://surfer.nmr.mgh.harvard.edu/pub/data/fsfast-tutorial.subjects.tar.gz &
wget ftp://surfer.nmr.mgh.harvard.edu/pub/data/fsfast-tutorial.tar.gz &

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)