History of AFNI updates  

|
January 16, 2023 11:37AM
Oh wow that's amazing! So much easier.

Just to clarify, I'll have a cue.1D file with 3 rows (because I have 3 runs) which I'll use the -stim_times_IM flag for

I'll also have a bunch of regressors of no interest (feedback epoch onsets)

I THINK I've gotten it coded up correctly if this looks good? THANK YOU SO MUCH!

-regress_stim_times \
$stimdurmoddir/anticipation.1D \
$stimdurmoddir/Mean_feedback.1D \
$stimdurmoddir/Mean_response.1D \
$stimdurmoddir/Nice_feedback.1D \
$stimdurmoddir/Nice_response.1D \
$stimdurmoddir/UnpMean_feedback.1D \
$stimdurmoddir/UnpMean_response.1D \
$stimdurmoddir/UnpNice_feedback.1D \
$stimdurmoddir/UnpNice_response.1D \
-regress_stim_labels \
Anticipation \
FB.Mean \
Resp.Mean \
FB.Nice \
Resp.Nice \
FB.UnpMean \
Resp.UnpMean \
FB.UnpNice \
Resp.UnpNice \
-regress_stim_types \
'IM' \
'AM1' \
'AM1' \
'AM1' \
'AM1' \
'AM1' \
'AM1' \
'AM1' \
'AM1' \
-regress_basis_multi \
'dmBLOCK(0)' \



Edited 1 time(s). Last edit at 01/16/2023 12:01PM by tue50988.
Subject Author Posted

Creating trial-by-trial regressors

tue50988 January 16, 2023 10:00AM

Re: Creating trial-by-trial regressors

rick reynolds January 16, 2023 11:24AM

Re: Creating trial-by-trial regressors

tue50988 January 16, 2023 11:37AM

Re: Creating trial-by-trial regressors

rick reynolds January 16, 2023 11:57AM

Re: Creating trial-by-trial regressors

tue50988 January 16, 2023 12:02PM

Re: Creating trial-by-trial regressors

rick reynolds January 16, 2023 12:27PM

Re: Creating trial-by-trial regressors

tue50988 January 16, 2023 12:32PM

Re: Creating trial-by-trial regressors

rick reynolds January 16, 2023 12:38PM

Re: Creating trial-by-trial regressors

tue50988 January 16, 2023 12:47PM

Re: Creating trial-by-trial regressors

rick reynolds January 16, 2023 01:37PM