AFNI program: 3dGetrow

Output of -help


Program to extract 1 row from a dataset and write it as a .1D file
Usage: 3dGetrow [options] dataset

OPTIONS:
-------
Exactly ONE of the following three options is required:
 -xrow j k  = extract row along the x-direction at fixed y-index of j
              and fixed z-index of k.
 -yrow i k  = similar for a row along the y-direction
 -zrow i j  = similar for a row along the z-direction
 -input ddd = read input from dataset 'ddd'
              (instead of putting dataset name at end of command line)
 -output ff = filename for output .1D ASCII file will be 'ff'
              (if 'ff' is '-', then output is to stdout, the default)

N.B.: if the input dataset has more than one sub-brick, each
      sub-brick will appear as a separate column in the output file.

++ Compile date = Mar 28 2024 {AFNI_24.0.18:linux_ubuntu_16_64}


This page auto-generated on Thu Mar 28 19:35:21 EDT 2024