Differences between revisions 4 and 5
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
The tutorial requires about 10G of space. There are two tar files, you can download them through these links. The tutorial requires about 10G of space. There are five tar files, you can download them through these links.

 * [ftp://surfer.nmr.mgh.harvard.edu/transfer/outgoing/flat/greve/fsfast-tutorial/fsfast-tutorial.raw.tar.gz fsfast-tutorial.raw.tar.gz] - functional data (6.2G)

 * [ftp://surfer.nmr.mgh.harvard.edu/transfer/outgoing/flat/greve/fsfast-tutorial/fsfast-tutorial.raw-study.tar.gz fsfast-tutorial.raw-study.tar.gz] - functional data (6.2G)

 * [ftp://surfer.nmr.mgh.harvard.edu/transfer/outgoing/flat/greve/fsfast-tutorial/fsfast-tutorial.preproc-studytar.gz fsfast-tutorial.preproc-study.tar.gz] - functional data (6.2G)
Line 8: Line 14:
 * [ftp://surfer.nmr.mgh.harvard.edu/transfer/outgoing/flat/greve/fsfast-tutorial/fsfast-tutorial.subjects.tar.gz fsfast-tutorial.subjects.tar.gz] - freesurfer anatomical data (668M).
* [ftp://surfer.nmr.mgh.harvard.edu/transfer/outgoing/flat/greve/fsfast-tutorial/fsfast-tutorial.subjects.analysis-study.tar.gz fsfast-tutorial.subjects.analysis-study.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 five tar files, you can download them through these links.

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)