@Install_APMULTI_Demo2_realtime


Overview

This script fetches the demo data+scripts corresponding to AFNI's Demo #2
for experimenting with AFNI's real-time system, possibly in the context of
multi-echo data.  This demonstrates commands one can use to run a real-time
system, mimicking what happens at a scanner.

The applied programs are:

   Dimon                : to send data to afni
   afni                 : volreg, possibly send data to realtime_receiver.py
   realtime_receiver.py : to receive (and possibly print) some data from afni
                          (motion, ROI averages?, voxel data?)

After the archive is downloaded and unpacked, see its README_welcome.txt
for details.

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

Examples

1) Just get everything, default operation:

    @Install_APMULTI_Demo2_realtime

2) Get everything, specify download tool:

    @Install_APMULTI_Demo2_realtime -wget