Dear AFNI Gurus-
I ran 3dAllineate to send data from an input dset DSET_A to a new dataset/space like this:
3dAllineate \
-base DSET_B \
-input DSET_A \
-prefix DSET_AinB \
-cost nmi \
-1Dmatrix_save DSET_A2B.aff12.1D
If I have have some coordinates in a file LIST_COORDS.1D that are defined in the original DSET_A, how can I find those locations for the mapped dset, DSET_AinB, particularly using Vecwarp?
--pt