AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
August 09, 2005 11:43AM
To directly do what you want requires

(a) extracting the orig->acpc transform matrix from VolA+acpc.HEAD -- call this transform A

(b) extracting the transformation matrix that registers VolB+orig with VolA+orig from VolB_coreg+orig.HEAD -- call this transform B

(c) Then transform C = A*B takes coordinates from VolB+orig space to VolA+acpc space; once C is computed explicitly, it could be applied using program 3dWarp

The only tricky part to the steps is that you have to extract and multiply the matrices more-or-less manually, since their isn't really a separate program for this purpose. Hmmm -- let me think some more.

An alternative would be to try to use 3dWarpDrive -affine_general to directly register VolB+orig to VolA+acpc -- the problem with this approach is that you would first have to resample VolB+orig to be on the same grid as VolA+acpc for 3dWarpDrive to work at all.
Subject Author Posted

Combine rotate/warp transforms?

Graham Wideman August 08, 2005 10:23PM

Re: Combine rotate/warp transforms?

Robert Cox August 09, 2005 11:43AM

Re: Combine rotate/warp transforms?

Graham Wideman August 09, 2005 04:05PM

Re: Combine rotate/warp transforms?

Ziad Saad August 09, 2005 04:34PM

Re: Combine rotate/warp transforms?

Graham Wideman August 09, 2005 06:17PM

Re: Combine rotate/warp transforms?

Ziad Saad August 10, 2005 09:20AM

Re: Combine rotate/warp transforms?

Ziad Saad August 10, 2005 10:24AM

Re: Combine rotate/warp transforms?

Robert Cox August 10, 2005 11:33AM

Re: Combine rotate/warp transforms?

Graham Wideman August 10, 2005 03:14PM