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 31, 2008 09:39AM
AFNI programs do not use NaN and don't like them at all. In particular, your idea of using NaN to mark missing data won't work with our ANOVA programs.

A little experimentation shows me that 3dUndump currently reads the string 'NaN' and stores a NaN value in the dataset (if the dataset is float-valued, that is). I am modifying this behavior to print a warning message and convert the NaN value to zero, since no AFNI program will deal with NaN values properly.

With regards to doing group analysis, the 3dOverlap program was created for the purpose of making a mask of overlapping voxels.

Allowing for missing data on a per-voxel level would require constructing a different ANOVA/linear model matrix for each voxel, which is not really something we're ready to face up to -- right now, the statistical model for each voxel is the same, and only the data varies.

Sorry for such an unsatisfactory answer.
Subject Author Posted

A question on 3dundump

John Sheppard December 30, 2008 04:45PM

Re: A question on 3dundump

rick reynolds December 31, 2008 09:21AM

Re: A question on 3dundump

Bob Cox December 31, 2008 09:39AM

Re: A question on 3dundump

John Sheppard January 10, 2009 11:05AM