History of AFNI updates  

|
April 17, 2019 01:24PM
So, a volume has one value per voxel. Those discrete points in space, located within the volume's FOV, make up a data set grid. When you rotate the data set, what is its "new" grid going to be? It is the same grid as before, but with data values "rotated" through it? If so, you will have to interpolate the new data values in some way. That interpolation is resampling (which can be done any number of ways: NN, cubic, wsinc5, etc., depending on the data set).

Again, typically afni_proc.py deals with this for you; transforms *are* concatenated before applying, so that multiple resamplings/interpolations don't take place.

-pt
Subject Author Posted

3dAllineate and affine transformation

ruyuanzhang April 16, 2019 04:19PM

Re: 3dAllineate and affine transformation

ptaylor April 16, 2019 06:24PM

Re: 3dAllineate and affine transformation

ruyuanzhang April 16, 2019 06:33PM

Re: 3dAllineate and affine transformation

ruyuanzhang April 16, 2019 06:36PM

Re: 3dAllineate and affine transformation

ptaylor April 16, 2019 06:45PM

Re: 3dAllineate and affine transformation

ruyuanzhang April 16, 2019 07:53PM

Re: 3dAllineate and affine transformation

ptaylor April 16, 2019 06:49PM

Re: 3dAllineate and affine transformation

ruyuanzhang April 17, 2019 01:15PM

Re: 3dAllineate and affine transformation

ptaylor April 17, 2019 01:24PM

Re: 3dAllineate and affine transformation

ruyuanzhang April 17, 2019 04:20PM