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  

|
September 29, 2014 10:08PM
To fix the 3dfractionize error, you can use 3dcalc to convert a dataset to byte or short format.

3dcalc -byte -prefix AMG_mask_byte \
-a ROImask_BilatAmy+tlrc \
-expr 'a'

The data not ending up in the right place was due to not specifying a warp to go from the standard space mask to the subject space residual data. Providing 3dfractionize with -warp SubjectAnatomical+tlrc will work if you used @auto_tlrc to normalize the data.

Though for your data, if you want to use 3dttest++ and you have processed your data in subject (+orig) space, then I would suggest putting both the stats dataset and the residual dataset into standard space (+tlrc) via @auto_tlrc or adwarp. Once everything in in standard space, you can use 3dFWHMx to estimate the smoothness of the residual for each subject in standard space, and use those values as the input for 3dClustSim's -fwhmxyz argument. You may also need to use 3dClustSim's -OKsmallmask argument.

3dFWHMx -mask ROImask_BilatAmy+tlrc -detrend -input subject1_residual+tlrc
3dFWHMx -mask ROImask_BilatAmy+tlrc -detrend -input subject2_residual+tlrc
...

Let me/us know if that's more clear!



Edited 3 time(s). Last edit at 09/29/2014 10:13PM by Peter Molfese.
Subject Author Posted

3dFWHMx with tlrc amygdala mask

christinapf September 29, 2014 04:48PM

Re: 3dFWHMx with tlrc amygdala mask

Peter Molfese September 29, 2014 10:08PM

Re: 3dFWHMx with tlrc amygdala mask

christinapf September 30, 2014 02:02PM