AFNI program: make.stim.times.py

Output of -help



Convert a set of binary stim files to a set of stim_times files.

Each input stim file can have a set of columns of stim classes,
     and multiple input files can be used.  Each column of an
     input file is expected to have one row per TR, and a total
     of num_TRs * num_runs rows.

Options: -files file1.1D file2.1D ...  : specify stim files
         -prefix PREFIX                : output prefix for files
         -tr TR                        : TR time, in seconds
         -nruns NRUNS                  : number of runs
         -verb LEVEL                   : provide verbose output

example:

    make.stim.files -files stimA.1D stimB.1D stimC.1D   \
                    -prefix stimes -TR 2.5 -nruns 7



This page auto-generated on Thu Dec 14 16:48:31 EST 2006