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  

|
January 16, 2019 09:51AM
Hi Peng,

If you are eventually warping the data to standard space, then align_epi_anat.py and afni_proc.py will handle the obliquity for you, so the extra resample (blur) you are doing is probably not needed.

In afni_proc.py, voxels are resampled to be isotropic at the minimum voxel dimension, truncated to 3 significant bits. Using the minimum dimension means you are not losing resolution after any rotation or shift. Oversampling any larger dimensions will always come with that.

Oversampling more than this does not seem so appropriate, along the lines of correction for multiple comparisons and for accurately representing the data to readers of the papers. Permutation and FDR based corrections should not be too affected by oversampling though. When using cluster correction, it depends on how much blur there is. If the blur is high relative to the voxel size, then oversampling will not affect that too much either.

Anyway, the default with afni_proc.py is to stay close to the original resolution, without losing it due to motion and warps to standard space.

In your case, 3.125 would be truncated down to 3.

- rick



Edited 1 time(s). Last edit at 01/16/2019 09:53AM by rick reynolds.
Subject Author Posted

Principles for resampling

Peng Ren January 16, 2019 09:32AM

Re: Principles for resampling

rick reynolds January 16, 2019 09:51AM