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 22, 2013 10:18PM
Hi Emily,

If you do not censor and you do not bandpass in afni_proc.py, then passing
the errts dataset would be fine. In that case you would not need any -ort
option (since those terms would have already been removed).


Alternatively, you could still censor in afni_proc.py, depending on what
you want to do. In addition to X.xmat.1D (with censoring), the AP script
would produce X.nocensor.xmat.1D, which is the same matrix, but before any
censoring (i.e. as if 3dD had no -censor option).

But run AP.py without bandpassing (you could leave that in, but would then
have to figure out how to remove it from the X-matrix, which we could help
with, it would not be difficult).

Then the input to 3dRFSC would be the same input to 3dDeconvolve (I will
assume you only have 1 run here), plus the '-ort X.nocensor.xmat.1D' option,
along with -nodetrend.

Or you can go with what you have, and just remove the -ort option.


Regarding the physio regressors, if they are created via RetroTS, then they
could be removed via afni_proc.py (very early, even before 3dTshift, since
they are sliced-based regressors). See AP example 5c, but maybe without the
bandpass option. That is up to you.

- rick
Subject Author Posted

ALFF Analysis

Emily March 18, 2013 04:02PM

Re: ALFF Analysis

ptaylor March 19, 2013 06:28PM

Re: ALFF Analysis

rick reynolds March 20, 2013 03:03PM

Re: ALFF Analysis

Emily March 22, 2013 04:57PM

Re: ALFF Analysis

ptaylor March 22, 2013 07:40PM

Re: ALFF Analysis

rick reynolds March 22, 2013 10:18PM