Dear AFNI experts,
I run two 3dDeconvolve commands, one using a GAMMA function and one using a TENT function (see commands below).
In order to inspect whether the output using the TENT function for a specific condition was consistent with the results computed using a GAMMA function, I’ve uploaded both the -iresp output (underlay) and the stats output (overlay). I’m assuming a coherency between the findings in the two analyses. That is, I’m assuming that for the significant voxels using the GAMMA function, I should get a BOLD response time course that roughly resembles a logarithmic function or a u-inversed shape. This does not seem to be the case (see attached pic).
Could you help with understanding what might be causing the inconsistency?
The text stimfiles for the TENT function consisted of one row per run with the event onsets in seconds. Is this the correct way of setting up the stimfiles?
Thank for your assistance and help!
All the best,
Irene
3dDeconvolve -float -jobs 4 -input {data}/C_sub{sub}.results/all_runs.C_sub${sub}+tlrc -concat ‘1D: 0 185’ -nfirst 0 -num_stimts 20
-CENSORTR {data}/C_sub{sub}.results/censor_C_sub${sub}_combined_2.1D
-polort A
-stim_file 1 {data}/C_sub{sub}.results/motion_demean.1D’[0]’ -stim_base 1 -stim_label 1 ‘roll’
-stim_file 2 {data}/C_sub{sub}.results/motion_demean.1D’[1]’ -stim_base 2 -stim_label 2 ‘pitch’
-stim_file 3 {data}/C_sub{sub}.results/motion_demean.1D’[2]’ -stim_base 3 -stim_label 3 ‘yaw’
-stim_file 4 {data}/C_sub{sub}.results/motion_demean.1D’[3]’ -stim_base 4 -stim_label 4 ‘SI’
-stim_file 5 {data}/C_sub{sub}.results/motion_demean.1D’[4]’ -stim_base 5 -stim_label 5 ‘LR’
-stim_file 6 {data}/C_sub{sub}.results/motion_demean.1D’[5]’ -stim_base 6 -stim_label 6 ‘PA’
-stim_file 7 {data}/C_sub{sub}.results/motion_deriv.1D’[0]’ -stim_base 7 -stim_label 7 ‘roll_02’
-stim_file 8 {data}/C_sub{sub}.results/motion_deriv.1D’[1]’ -stim_base 8 -stim_label 8 ‘pitch_02’
-stim_file 9 {data}/C_sub{sub}.results/motion_deriv.1D’[2]’ -stim_base 9 -stim_label 9 ‘yaw_02’
-stim_file 10 {data}/C_sub{sub}.results/motion_deriv.1D’[3]’ -stim_base 10 -stim_label 10 ‘dS_02’
-stim_file 11 {data}/C_sub{sub}.results/motion_deriv.1D’[4]’ -stim_base 11 -stim_label 11 ‘dL_02’
-stim_file 12 {data}/C_sub{sub}.results/motion_deriv.1D’[5]’ -stim_base 12 -stim_label 12 ‘dP_02’
-local_times
-stim_times_AM1 13 {stim}/C_sub{sub}/stimfiles/game/1_Q_other.txt ‘dmBLOCK’ -stim_label 13 ‘qo’
-stim_times_AM1 14 {stim}/C_sub{sub}/stimfiles/game/2_Q_self.txt ‘dmBLOCK’ -stim_label 14 ‘qs’
-stim_times_AM1 15 {stim}/C_sub{sub}/stimfiles/game/3_C_other.txt ‘dmBLOCK’ -stim_label 15 ‘co’
-stim_times_AM1 16 {stim}/C_sub{sub}/stimfiles/game/4_C_self.txt ‘dmBLOCK’ -stim_label 16 ‘cs’
-stim_times_AM1 17 {stim}/C_sub{sub}/stimfiles/game/5_O_other_down.txt ‘dmBLOCK’ -stim_label 17 ‘ood’
-stim_times_AM1 18 {stim}/C_sub{sub}/stimfiles/game/6_O_other_up.txt ‘dmBLOCK’ -stim_label 18 ‘oou’
-stim_times_AM1 19 {stim}/C_sub{sub}/stimfiles/game/7_O_self_down.txt ‘dmBLOCK’ -stim_label 19 ‘osd’
-stim_times_AM1 20 {stim}/C_sub{sub}/stimfiles/game/8_O_self_up.txt ‘dmBLOCK’ -stim_label 20 ‘osu’
-gltsym ‘SYM: +qo -qs’
-glt_label 1 QS_vs_QO
-gltsym ‘SYM: +cs -co’
-glt_label 2 CS_vs_CO
-gltsym ‘SYM: +osd -ood’
-glt_label 3 OSD_vs_OOD
-gltsym ‘SYM: +osu -oou’
-glt_label 4 OSU_vs_OOU
-gltsym ‘SYM: +osd -osu’
-glt_label 5 OSD_vs_OSU
-gltsym ‘SYM: +osu -osd’
-glt_label 6 OSU_vs_OSD
-allzero_OK
-GOFORIT 6
-jobs 10
-fout -tout -x1D X.xmat.1D -xjpeg X.jpg
-x1D_uncensored X.nocensor.xmat.1D
-fitts fitts.subj \
-errts errts.{subj}
-bucket stats.C_sub${sub}_GAMMA \
3dDeconvolve -float -jobs 4 -input {data}/C_sub{sub}.results/all_runs.C_sub${sub}+tlrc -concat ‘1D: 0 185’ -nfirst 0 -num_stimts 20
-CENSORTR {data}/C_sub{sub}.results/censor_C_sub${sub}_combined_2.1D
-polort A
-stim_file 1 {data}/C_sub{sub}.results/motion_demean.1D’[0]’ -stim_base 1 -stim_label 1 ‘roll’
-stim_file 2 {data}/C_sub{sub}.results/motion_demean.1D’[1]’ -stim_base 2 -stim_label 2 ‘pitch’
-stim_file 3 {data}/C_sub{sub}.results/motion_demean.1D’[2]’ -stim_base 3 -stim_label 3 ‘yaw’
-stim_file 4 {data}/C_sub{sub}.results/motion_demean.1D’[3]’ -stim_base 4 -stim_label 4 ‘SI’
-stim_file 5 {data}/C_sub{sub}.results/motion_demean.1D’[4]’ -stim_base 5 -stim_label 5 ‘LR’
-stim_file 6 {data}/C_sub{sub}.results/motion_demean.1D’[5]’ -stim_base 6 -stim_label 6 ‘PA’
-stim_file 7 {data}/C_sub{sub}.results/motion_deriv.1D’[0]’ -stim_base 7 -stim_label 7 ‘roll_02’
-stim_file 8 {data}/C_sub{sub}.results/motion_deriv.1D’[1]’ -stim_base 8 -stim_label 8 ‘pitch_02’
-stim_file 9 {data}/C_sub{sub}.results/motion_deriv.1D’[2]’ -stim_base 9 -stim_label 9 ‘yaw_02’
-stim_file 10 {data}/C_sub{sub}.results/motion_deriv.1D’[3]’ -stim_base 10 -stim_label 10 ‘dS_02’
-stim_file 11 {data}/C_sub{sub}.results/motion_deriv.1D’[4]’ -stim_base 11 -stim_label 11 ‘dL_02’
-stim_file 12 {data}/C_sub{sub}.results/motion_deriv.1D’[5]’ -stim_base 12 -stim_label 12 ‘dP_02’
-local_times
-stim_times 13 {stim}/C_sub{sub}/stimfiles/game_tent/1_Q_other.txt ‘TENT(0,12,7)’ -stim_label 13 ‘qo’
-stim_times 14 {stim}/C_sub{sub}/stimfiles/game_tent/2_Q_self.txt ‘TENT(0,12,7)’ -stim_label 14 ‘qs’
-stim_times 15 {stim}/C_sub{sub}/stimfiles/game_tent/3_C_other.txt ‘TENT(0,12,7)’ -stim_label 15 ‘co’
-stim_times 16 {stim}/C_sub{sub}/stimfiles/game_tent/4_C_self.txt ‘TENT(0,12,7)’ -stim_label 16 ‘cs’
-stim_times 17 {stim}/C_sub{sub}/stimfiles/game_tent/5_O_other_down.txt ‘TENT(0,12,7)’ -stim_label 17 ‘ood’
-stim_times 18 {stim}/C_sub{sub}/stimfiles/game_tent/6_O_other_up.txt ‘TENT(0,12,7)’ -stim_label 18 ‘oou’
-stim_times 19 {stim}/C_sub{sub}/stimfiles/game_tent/7_O_self_down.txt ‘TENT(0,12,7)’ -stim_label 19 ‘osd’
-stim_times 20 {stim}/C_sub{sub}/stimfiles/game_tent/8_O_self_up.txt ‘TENT(0,12,7)’ -stim_label 20 ‘osu’
-iresp 13 iresp_qo
-iresp 14 iresp_qs
-iresp 15 iresp_co
-iresp 16 iresp_cs
-iresp 17 iresp_ood
-iresp 18 iresp_oou
-iresp 19 iresp_osd
-iresp 20 iresp_osu
-bucket stats.C_sub${sub}_TENT \