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  

|
July 13, 2009 11:13AM
Hi Christy,

Running 3dvolreg a second time should not gain you anything,
assuming you have already saved the "distances from the original"
via -1Dfile in your first execution.

Ziad's suggestion was not to look at the distances moved, but at
some semblance of the "error", computed as the difference of each
registered TR with the registration base:

3dcalc -a run1_registered+orig -b base_image -expr a-b -prefix diff_run1

This you could have afni run through in time to visually look for
any big differences. Or you could change the expression to
"-expr '(a-b)*(a-b)'" and run 3dmaskave on it, to look for large
squared differences quickly.

---

Between run motion should not be a problem, unless it is big enough
to affect the shimming. It is not necessary to censor time points
around a change in run. Those steps in the motion parameters will
be absorbed by the polynomial baseline in the linear regression.

Based on that, if you tell 1d_tool.py where the run breaks are, it
will _not_ count them in the derivative (i.e. the derivative will be
zero at the start of each run).

- rick

Subject Author Posted

evaluating motion correction

Christy Wilson July 09, 2009 02:04PM

Re: evaluating motion correction

ziad July 09, 2009 04:05PM

Re: evaluating motion correction

Christy Wilson July 13, 2009 10:29AM

Re: evaluating motion correction

rick reynolds July 13, 2009 11:13AM

Re: evaluating motion correction

Christy Wilson July 13, 2009 11:41AM

Re: evaluating motion correction

rick reynolds July 09, 2009 04:36PM