@Install_SURFLAYERS_DEMO1


Overview

This script fetches 6 driver scripts for 3 datasets from the 2021
OHBM poster and demo video about SurfLayers by:
Torrisi, Lauren, Taylor, Park, Feinberg, Glen

The 6 driver scripts work with three different sets of data:

  A) AFNI example 3T FT data with audiovisual paradigm:

        01_drive_AFNISUMA_FT_both
        02_drive_AFNISUMA_FT_patch

     Data used with these scripts are distributed in the AFNI Bootcamp
     download, specifically in the following directories:

        AFNI_data6/FT_analysis/FT/SUMA/
            The output of FreeSurfer's recon-all and AFNI's
            @SUMA_Make_Spec_FS.

        AFNI_data6/FT_analysis/FT_analysis/FT.results/
            The output of AFNI's afni_proc.py, specifically directory
            output by the s05* script in the
            AFNI_data6/FT_analysis/FT_analysis (but you could use any
            of the volumetric output dirs from afni_proc.py).


  B) 7T left-hand finger tapping task with accelerated GRASE data:

        03_drive_AFNISUMA_M1_hemiOne
        04_drive_AFNISUMA_M1_hemiSpec

     Data used with these scripts are included in this demo.

  C) 7T retinotopic 'meridian mapping' also with accelerated GRASE:

        05_drive_AFNISUMA_V1_calcarine
        06_drive_AFNISUMA_V1_20surfs

     Data used with these scripts are included in this demo.

After the archive is downloaded and unpacked, see its README.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_SURFLAYERS_DEMO1

2) Get everything, specify download tool:

    @Install_SURFLAYERS_DEMO1 -wget