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  

|
January 08, 2018 11:01AM
The following changes are in the AFNI source code now, but will not be available in binaries until Tuesday morning 09 Jan 2018 (Tuesday evening in China).

I had planned to explain how to specify a two gamma variate model with the 'EXPR' model in 3dDeconvolve. But this is complicated and easy to use incorrectly. So instead, I modified the program to have a new model:
TWOGAM(p1,q1,r,p2,q2,d)
where p1,q1 are the parameters for the first GAM function; p2,q2 are the parameters for the second GAM function, r is the coefficient applied to the second one, and d is the duration (if d is not given, d is 0) as in
TWOGAM = GAM(p1,q1,d) - r * GAM(p2,q2,d)
Notice that parameter r is used to subtract the second GAM function (i.e., models undershoot).

Also, the GAM and TWOGAM functions have new variants that allow you to specify the time-to-peak (K) and the full-width-at-half maximum (W) directly, as in
TWOGAMpw(K1,W1,r,K2,W2,d)
Here, the 'pw' means 'peak and width'. A reasonable looking model (with 0 duration) would be
TWOGAMpw(3,6,0.2,10,12)
You can use 3dDeconvolve to directly plot this, with a command like:
3dDeconvolve -num_stimts 1 -polort -1 -nodata 81 0.5               \
                     -stim_times 1 '1D: 0' 'TWOGAMpw(3,6,0.2,10,12)' \
                     -x1D stdout: | 1dplot -stdin -THICK -del 0.5
Using 3dDeconvolve and 1dplot together like this will let you adjust the parameters to get a response model that fits your needs and vision.
Subject Author Posted

How to use HRF with shorter latency for deconvolving in afni?

Zhang Yu January 04, 2018 04:15PM

Re: How to use HRF with shorter latency for deconvolving in afni?

Bob Cox January 05, 2018 11:50AM

Re: How to use HRF with shorter latency for deconvolving in afni?

Bob Cox January 08, 2018 11:01AM

Re: How to use HRF with shorter latency for deconvolving in afni?

Zhang Yu January 10, 2018 01:24PM

Re: How to use HRF with shorter latency for deconvolving in afni?

Bob Cox January 10, 2018 01:41PM

Re: How to use HRF with shorter latency for deconvolving in afni?

Zhang Yu January 11, 2018 01:21AM

Re: How to use HRF with shorter latency for deconvolving in afni?

rick reynolds January 11, 2018 08:52AM

Re: How to use HRF with shorter latency for deconvolving in afni?

rick reynolds January 11, 2018 09:52AM