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  

|
March 07, 2008 11:11PM
Hi Jim,

It's different. The FWHM (or rms or rmm) blur size is used to
define the width of a gaussian kernel that, when centered over
(around - in 3D) an output voxel, is used to compute the value
placed there. The relative height of that kernel over all of
the surrounding voxels represents the fraction of that voxel's
value that is applied to the output voxel. Note that these are
not just immediate neighbors, but neighbors close enough where
the gaussian curve is above some small threshold.

So aside from going toward the limits (of 0 and infinity), a
small change in the kernel width should have a likewise small
change in the result.

---

AFNI measures smoothing using 3dFWHMx (or perhaps 3dBlurToFWHM,
which will blur not _by_ 6 mm, say, but will blur until the
estimated blur _is_ 6 mm). These programs estimate the blur
(along each axis) using the ratio of the variance of the first
differences to the overall data variance. It is important to
apply a mask for this computation.

When computed over many sub-bricks (such as in EPI data), these
values are averaged.

Note that the afni_proc.py script has new options to include this
computation after running 3dDeconvolve (-regress_est_blur_errts
and -regress_est_blur_epits). These values can then be averaged
across subjects and applied to all AlphaSim computations (assuming
no more blurring is done :).

- rick

Subject Author Posted

How does afni measure for smoothing?

Jim Bjork March 06, 2008 12:55PM

Re: How does afni measure for smoothing?

rick reynolds March 07, 2008 11:11PM