History of AFNI updates  

|
July 20, 2022 12:40PM
Hello,

I'm fairly new to imaging analysis and I am trying to develop a new proc script from this one I was given. Right now, this script has 6 contrasts for a reward task, 2 of which are:

wins($1 and $5) vs. no wins ($0)
losses ($1 and $5) vs no losses ($0)

I'd like to separate out each of the magnitudes so there are:
wins ($1) vs no wins
wins ($5) vs no wins
Losses ($1) vs no losses
Losses ($5) vs no losses

What should be changed/added here?


-regress_stim_times \
$stim_dir/loss_0_ant.txt \
$stim_dir/loss_ant.txt \
$stim_dir/win_0_ant.txt \
$stim_dir/win_ant.txt \
$stim_dir/fix.txt \
$stim_dir/win_fb_hit.txt \
$stim_dir/win_fb_nhit.txt \
$stim_dir/loss_fb_hit.txt \
$stim_dir/loss_fb_nhit.txt \
-regress_stim_labels \
L0ANT \
LANT \
W0ANT \
WANT \
FIX \
WFB_HIT \
WFB_NHIT \
LFB_HIT \
LFB_NHIT \
-regress_basis_multi \
'GAM' \
'GAM' \
'GAM' \
'GAM' \
'GAM' \
'GAM' \
'GAM' \
'GAM' \
'GAM' \
-regress_stim_types \
times \
times \
times \
times \
times \
times \
times \
times \
times \
-regress_censor_motion 0.3 \
-regress_apply_mot_types demean deriv \
-regress_motion_per_run \
-regress_opts_3dD \
-num_glt 6 \
-gltsym 'SYM: 1.0*WANT -1.0*W0ANT' -glt_label 1 ANT_WIN_VS_NOWIN \
-gltsym 'SYM: 1.0*LANT -1.0*L0ANT' -glt_label 2 ANT_LOSS_VS_NOLOSS\
-gltsym 'SYM: 1.0*WANT -1.0*LANT' -glt_label 3 ANT_WIN_VS_LOSS \
-gltsym 'SYM: 0.5*WANT 0.5*LANT -0.5*W0ANT -0.5*L0ANT' -glt_label 4 ANT_W15L15_VS_W0L0 \
-gltsym 'SYM: WFB_HIT -WFB_NHIT' -glt_label 5 WINHIT_VS_MISS \
-gltsym 'SYM: LFB_HIT -LFB_NHIT' -glt_label 6 LOSSHIT_VS_MISS \

-regress_anaticor_fast \
-regress_reml_exec \
-regress_make_ideal_sum sum_ideal.1D \
-regress_est_blur_epits \
-regress_est_blur_errts \
-regress_run_clustsim no
Subject Author Posted

afni_proc script help with contrasts

hmolla July 20, 2022 12:40PM

Re: afni_proc script help with contrasts

rick reynolds July 20, 2022 01:02PM

Re: afni_proc script help with contrasts

hmolla July 20, 2022 01:54PM

Re: afni_proc script help with contrasts

ptaylor July 20, 2022 09:39PM

Re: afni_proc script help with contrasts

ptaylor July 20, 2022 09:43PM

Re: afni_proc script help with contrasts

rick reynolds July 21, 2022 09:52PM