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  

|
Daniel Glen
April 22, 2009 05:11PM
An important point to remember is a half-voxel shift (the maximum interpolation) will introduce just as much interpolation as a seven and a half voxel shift, so you may not need to worry that much about differences between runs. The interpolation introduced by motion correction (volume registration) can very well be this large within a run.

If it is still a concern, you could use @align_centers to match the center of mass across datasets to some reference as a preprocessing step. This does not actually change any data at all; it only moves the origin in the header, so there is no interpolation at all. Then processing with @align_epi_anat.py using those datasets would work.

Other options could be to limit alignment to Nearest Neighbor interpolation, but that would effectively limit alignment to voxel increments. You could align anatomical data to each of these runs separately to find anatomical references.

If you will be transforming the data to match a template (Talairach) to get anatomical landmarks, the shifts will be larger and between run shifts will be less important. In that case, the align_epi_anat.py with a -tlrc_apar option can transform the epi and child_epi datasets to match the talaraich transformed anatomical dataset.
Subject Author Posted

Single-subject across-run registration with minimum smoothing?

Oori April 22, 2009 04:26PM

Re: Single-subject across-run registration with minimum smoothing?

Daniel Glen April 22, 2009 05:11PM

Re: Single-subject across-run registration with minimum smoothing?

Oori April 28, 2009 05:22AM

Re: Single-subject across-run registration with minimum smoothing?

Daniel Glen April 28, 2009 08:09AM