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 14, 2023 03:35PM
Hi-

This is what the afni_proc.py command runs for residuals typically:
3dFWHMx                                                                      \
    -detrend                                                                 \
    -mask     mask_epi_anat.$subj+tlrc                                       \
    -ACF      files_ACF/out.3dFWHMx.ACF.errts.r$run.1D                       \
    errts.${subj}+tlrc"[$trs]" \
    >> blur.errts.1D

So, for example, you could use:
3dFWHMx \
-detrend \
-mask MASK_DSET \
-ACF ACF_FIT.1D \
DSET_TIME_SERIES \
>> ACF_PARAMS.1D
[/code]
... putting in the appropriate datasets. After running this, you will have ACF_FIT.1D.png, which is a picture of the fit to the data (based on running 1dplot on the also-created ACF_FIT.1D column file). The ACF_PARAMS.1D will be a commented file with 2 rows of numbers, looking like:
# old-style FWHM parameters
 0  0  0    0
# ACF model parameters for a*exp(-r*r/(2*b*b))+(1-a)*exp(-r/c) plus effective FWHM
 0.732927  3.10594  10.5977    8.04264
... where the numbers you want for the ACF fit are in that last row.

--pt
Subject Author Posted

ERROR: (FAILED) attempt to over-write file 3dFWHMx.1D

Galit December 11, 2018 12:45AM

Re: ERROR: (FAILED) attempt to over-write file 3dFWHMx.1D

rick reynolds December 11, 2018 10:59AM

Re: ERROR: (FAILED) attempt to over-write file 3dFWHMx.1D

Galit December 12, 2018 10:01AM

Re: ERROR: (FAILED) attempt to over-write file 3dFWHMx.1D

rick reynolds December 12, 2018 11:33AM

Re: ERROR: (FAILED) attempt to over-write file 3dFWHMx.1D

ruben.nechifor March 14, 2023 01:58PM

Re: ERROR: (FAILED) attempt to over-write file 3dFWHMx.1D

ptaylor March 14, 2023 03:35PM

Re: ERROR: (FAILED) attempt to over-write file 3dFWHMx.1D

ruben.nechifor March 14, 2023 11:53PM

Re: ERROR: (FAILED) attempt to over-write file 3dFWHMx.1D

ptaylor March 15, 2023 07:14AM

Re: ERROR: (FAILED) attempt to over-write file 3dFWHMx.1D

ruben.nechifor March 16, 2023 07:09AM

Re: ERROR: (FAILED) attempt to over-write file 3dFWHMx.1D

rick reynolds March 16, 2023 03:18PM

Re: ERROR: (FAILED) attempt to over-write file 3dFWHMx.1D

ruben.nechifor March 17, 2023 07:39AM

Re: ERROR: (FAILED) attempt to over-write file 3dFWHMx.1D

rick reynolds March 17, 2023 09:27AM