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 08, 2008 05:30PM
Hi Brian,

Assuming that you want to just apply them as additional
regressors (which means they are TR-locked and match
your EPI data), then you would need to add them to the
3dDeconvolve command in the afni_proc.py processing
script.

Note that afni_proc.py does not (currently) have a way
to add extra regressors (assuming you are using the
-regress_stim_times option). That is something I should
add.

In any case, to add regressors to your script:

--------------------------------------------------------
0. Modify your afni_proc.py command, to have it copy the
files to the 'results' directory via the -copy_files
option.

And in the resulting processing script...

1. Increment the -num_stimts parameter by the number of
additional regressors.

2. Add the extra stimuli after the motion parameters as
additional '-stim_file' options. A new line might
look something like:

-stim_file 27 respiration.1D -stim_label resp
--------------------------------------------------------

- rick

Subject Author Posted

Use of Physiological Data

Brian December 08, 2008 03:51PM

Re: Use of Physiological Data

rick reynolds December 08, 2008 05:30PM

Re: Use of Physiological Data

rick reynolds December 11, 2008 03:17PM