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 30, 2022 01:42PM
Thank you for your response. We used fMRIPrep for preprocessing and spatial normalization to the MNI 152 atlas, and used fmriprep's motion parameter outputs to complete the preprocessing with AFNI. We did not use afni_proc.py. However, we used 8 mm FWHM spatial smoothing with the following linux script:

echo -------------------------------------------------------------------------------
echo spatial smoothing
echo -------------------------------------------------------------------------------
rm sub-${subj}_task-${task}${scan}.smooth.resid+tlrc*
3dBlurToFWHM -input sub-${subj}_task-${task}${scan}.motion.resid+tlrc \
-prefix sub-${subj}_task-${task}${scan}.smooth.resid \
-FWHM ${fwhm} \
-automask

Although we haven't made the code public for this project yet, we used this same code: [github.com]

Thank you!
Subject Author Posted

small 3dClustSim threshold

mcalvert January 06, 2022 02:20PM

Re: small 3dClustSim threshold

rick reynolds January 10, 2022 01:21PM

Re: small 3dClustSim threshold

mcalvert March 30, 2022 01:42PM

Re: small 3dClustSim threshold

gang April 08, 2022 07:45AM