Get AFNI Data and View Class Handouts
This assumes you have a working AFNI package installed on your system.
1. Get sample data to play with.
The class handouts apply to the following datasets. Either get all
current class data, or just a couple direcotry trees.
These instructions apply to putting data under the home directory.
1a. Start in the home directory (or where ever the data should go).
cd
1b. Get all AFNI class data. (as opposed to 1c)
If doing this, then skip the following 1c step.
curl -O http://afni.nimh.nih.gov/pub/dist/edu/data/CD.tgz
tar xfz CD.tgz
The s2.cp.files script in the CD directory simply goes to the given
destination directory (in this case '..', the parent of CD, i.e. the
'data' directory from above) and extracts all of the packages
(CD/*.tgz) into it.
cd CD
tcsh s2.cp.files . ..
That's it. Just get rid of the old CD directory and .tgz file.
The '\' before 'rm' is so any alias is not applied.
cd ..
\rm -fr CD CD.tgz
1c. Get only some AFNI class data. (as oppsed to 1b)
Only do this if step 1b was skipped.
curl -O http://afni.nimh.nih.gov/pub/dist/edu/data/suma_demo.tgz
curl -O http://afni.nimh.nih.gov/pub/dist/edu/data/AFNI_data6.tgz
curl -O http://afni.nimh.nih.gov/pub/dist/edu/data/AFNI_data5.tgz
tar xfz AFNI_data6.tgz
tar xfz AFNI_data5.tgz
tar xfz suma_demo.tgz
rm -f AFNI_data?.tgz suma_demo.tgz
It is good to review the handouts while looking that the relevant data.
2. Review key Handouts
The class handouts apply to the above datasets.
2a. top-level directories (data and handouts)
2a. data and select class handounts