++ adwarp: AFNI version=AFNI_2011_12_21_1014 (Dec 16 2015) [64-bit] ++ Authored by: R. W. Cox and B. D. Ward Usage: adwarp [options] Resamples a ‘data parent’ dataset to the grid defined by an ‘anat parent’ dataset. The anat parent dataset must contain in its .HEAD file the coordinate transformation (warp) needed to bring the data parent dataset to the output grid. This program provides a batch implementation of the interactive AFNI ‘Write’ buttons, one dataset at a time.
- Example: create dataset func+tlrc (.HEAD and .BRIK) by applying
- the orig->tlrc transformation from the anat.
adwarp -apar anat+tlrc -dpar func+orig
- Example: in the case of a manual tlrc transformation, maybe the
anat+tlrc.BRIK does not exist (just the .HEAD file does). In such a case on might apply the anat+tlrc transformation to the anat+orig dataset. But since the anat+tlrc.HEAD file already exists, the -overwrite option is needed.
adwarp -apar anat+tlrc -dpar anat+orig -overwrite
is a nonoptional option (must be present).
Note: dset may contain a sub-brick selector, e.g., -dpar ‘dset+orig[2,5,7]’
-verbose = Print out progress reports.
-thr rrr = Set resampling mode to ‘rrr’ for threshold sub-bricks
-func rrr = Set resampling mode to ‘rrr’ for functional sub-bricks
NOTE: The default resampling mode is Li for all sub-bricks.
++ Compile date = Dec 16 2015