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  

|
December 11, 2007 12:49PM
I am running some preprocessing whereby i do some motion correction, functional to volume registration and some talairach transformation, in each case, saving the transformation matrices. I perform it on a single brik template first so as to speed up the process, check visually registration, etc.

Once I have a this single brik template with a good registration on my talairached structural I'll try to combine all my transformatoins into one step for the actual data.

like so

cat_matvec motion.aff12.1D func2struc.aff12.1D anat_at+tlrc::WARPDRIVE_MATVEC_FOR_000000 > mot.func2struc.tlrc.aff12.1D

3dAllineate -1Dmatrix_apply mot.func2struc.tlrc.aff12.1D -input rawdata+orig
...

However, if i split up the steps, like so

cat_matvec motion.aff12.1D func2struc.aff12.1D > mot.func2struc.aff12.1D

3dAllineate -1Dmatrix_apply mot.func2struc.tlrc.aff12.1D -input rawdata+orig -prefix rawdata.mot.func2struc

@auto_tlrc -apar anat_at+tlrc -input rawdata.mot.func2struc+orig


The results are often noticeably different. Often the former method does not seem as good as the original registration with a single brik template


Is this just an issue of accumulation of errors? Or is there maybe some difference between running @auto_tlrc -apar and 3dAllineate?

Thanks
Drew
Subject Author Posted

cat_matvec, etc

Drew December 11, 2007 12:49PM

Re: cat_matvec, etc

Drew December 14, 2007 10:16AM

Re: cat_matvec, etc

ziad December 17, 2007 09:39AM

Re: cat_matvec, etc

Drew December 18, 2007 10:58AM

Re: cat_matvec, etc

Drew December 18, 2007 11:12AM

Re: cat_matvec, etc

Ziad December 18, 2007 11:22PM

Re: cat_matvec, etc

Drew December 19, 2007 10:37AM

Re: cat_matvec, etc

Drew December 19, 2007 10:38AM

Re: cat_matvec, etc

Drew December 19, 2007 10:43AM

Re: cat_matvec, etc

ziad December 20, 2007 02:13PM

Re: cat_matvec, etc

ziad December 21, 2007 01:50PM

Re: cat_matvec, etc

Drew January 02, 2008 12:23PM

Re: cat_matvec, etc

ziad January 08, 2008 01:47PM