@Install_InstaCorr_Demo


Installs and sets up AFNI's InstaCorr demo archive
After setup, all you need to do is run the demo scripts
this way:
*****************

For Volume-based 3dGroupInCorr run:
cd /home/afniHQ/afni.build/build/doc/build_doc/python_help_scripts//vol
tcsh ./@RunVolGroupInCorr

For Surface-based 3dGroupInCorr run:
cd /home/afniHQ/afni.build/build/doc/build_doc/python_help_scripts//srf
tcsh ./@RunSurfGroupInCorr

For Surface-based Single-Subject InstaCorr run:
cd /home/afniHQ/afni.build/build/doc/build_doc/python_help_scripts//srf
tcsh ./@RunSingleSurfInstaCorr

*****************
Options:
[-wget]: Use wget to download archive. Script chooses by default
         with preference for curl
[-curl]: Use curl to download archive. Script chooses by default
         with preference for curl
[-full]: Install the full version of the demo. This downloads
         all subject surfaces, resting state volume time series
         etc. The script then processes the data and produces
         the files needed for running the various interactive
         InstaCorr demos.
[-mini]: Install the mini version of the demo. This downloads
         only the files needed for running the various interactive
         InstaCorr demos.

It takes a while to download, unpack, and run the setup scripts