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  

|
April 02, 2018 04:51PM
From modeling perspective, it does not matter whether you consider a response as an effect of interest or no interest. So, just change the following two lines

-stim_times_AM2 7 ${TIMING_FREQ} 'dmBLOCK' -stim_label 7 "freq" -stim_base 7 \
-stim_times_AM2 8 ${TIMING_LENG} 'dmBLOCK' -stim_label 8 "leng" -stim_base 8 \

to

-stim_times_AM2 7 ${TIMING_FREQ} 'dmBLOCK' -stim_label 7 "freq" \
-stim_times_AM2 8 ${TIMING_LENG} 'dmBLOCK' -stim_label 8 "leng" \

Also, to avoid potential complexity, it might be better to use dmUBLOCK instead of dmBLOCK.

Gang
Subject Author Posted

Adding a parametric regressor to the baseline

ben88 April 02, 2018 02:25PM

Re: Adding a parametric regressor to the baseline

gang April 02, 2018 04:51PM

Re: Adding a parametric regressor to the baseline

ben88 April 03, 2018 11:44AM