Differences between revisions 9 and 10
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
The tutorial requires about 10G of space. There are five tar files, you can download them through these links. The tutorial requires about 10G of space. There are two tar files, you can download them through these links.
Line 11: Line 11:
Or, if you are having difficulty in downloading these through your browser, you can use ftp instead:
{{{
ftp surfer.nmr.mgh.harvard.edu
}}}
use the login name 'anonymous' and your email address as the password (or use 'guest'). then, at the ftp prompt:

{{{
cd transfer
cd outgoing
cd flat
cd greve
cd fsfast-tutorial
get fsfast-tutorial.subjects.tar.gz
get fsfast-tutorial.tar.gz
}}}
Line 12: Line 28:

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 ftp instead:

ftp surfer.nmr.mgh.harvard.edu

use the login name 'anonymous' and your email address as the password (or use 'guest'). then, at the ftp prompt:

cd transfer
cd outgoing
cd flat
cd greve
cd fsfast-tutorial
get fsfast-tutorial.subjects.tar.gz
get 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)