AFNI version info (afni -ver
):
macos_13_ARM_clang: Feb 27 2024 (Version AFNI_24.0.08 'Caracalla')
#!/bin/tcsh
set dirA = /Volumes/NNU_Targeting/Analysis/GAM/SplittingBlocks/
set outdir = /Volumes/NNU_Targeting/Analysis/GAM/SplittingBlocks/PPI_Group
gen_group_command.py \
-command 3dttest++ \
-write_script cmd_ttest_lastvsfirstIncongruent.tcsh \
-prefix $outdir/paired-t-test \
-dsets $dirA/Stp_*/ACC_PPI_Incongruent_results/PPI.full.stats.Stp_*+tlrc \
-set_labels PPI_Last_Incongruent PPI_First_Incongruent \
-subs_betas 'PPI.Last_Incongruent#0_Coef' 'PPI.First_Incongruent#0_Coef' \
-options -paired
HI you all, I'm trying to run a gen_group_command to generate my command for upcoming ttest but I'm getting stuck with this error:
gen_group_command.py: No match.
Do you know what I'm missing here?
Thanks!