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  

|
November 26, 2016 09:51AM
It is possible to use -stim_files with 0/1 files correctly, but it is not easy. It is better to use make_stim_times.py to convert the 0/1 files to timing files.

If you want a fixed shape HRF, then 'BLOCK(d,1)' is a good starting choice, where the number d is replaced by the duration of the stimulus (in seconds).

If you want a variable shape HRF (also known as a FIR model), you can use 'TENT(d,n)' or 'TENTzero(d,n)' as the model function, where now d=expected duration of BOLD response (typically the stimulus duration + 12 seconds), and n=number of parameters in the model (typically one every 2 s or so, so n=1+d/2 is reasonable).

AFNI gives you a lot of control over your analysis, and the price you pay for that is you have to understand the options to be able to make an intelligent choice.

I strongly encourage you to do the analysis with afni_proc.py and let it set up all the pre-processing and analysis. It will (1) make your life easier, and (2) make it easier for us to help you.
Subject Author Posted

doing GLM with 3dDeconvolve what kind of stim_files to input?

Liu Mengxing November 25, 2016 08:45AM

Re: doing GLM with 3dDeconvolve what kind of stim_files to input?

Bob Cox November 25, 2016 01:28PM

Re: doing GLM with 3dDeconvolve what kind of stim_files to input?

Liu Mengxing November 25, 2016 06:56PM

Re: doing GLM with 3dDeconvolve what kind of stim_files to input?

Bob Cox November 26, 2016 09:51AM

Re: doing GLM with 3dDeconvolve what kind of stim_files to input?

Liu Mengxing November 27, 2016 04:21AM