Hello folks,
I am using AFNI version 20.3.02 ‘Vespasian’ from Nov 12 2020
I am trying to automatize image generation following the processing of my data, but I cannot use the example in AFNI with @chauffeur_afni :
set opref = QC/ca007a_Vrel
@chauffeur_afni \
-ulay strip+orig.HEAD \
-box_focus_slices AMASK_FOCUS_ULAY \
-olay func_slim+orig.HEAD \
-cbar Reds_and_Blues_Inv \
-ulay_range 0% 130% \
-func_range 3 \
-set_subbricks -1 "Vrel#0_Coef" "Vrel#0_Tstat" \
-clusterize "-NN 1 -clust_nvox 200" \
-thr_olay_p2stat 0.001 \
-thr_olay_pside bisided \
-olay_alpha Yes \
-olay_boxed Yes \
-opacity 5 \
-prefix ${opref} \
-set_xhairs OFF \
-montx 3 -monty 3 \
-label_mode 1 -label_size 4
I get the following error : ** unexpected option #18 = ‘clusterize’
I tried to change the order of the options, which didn’t help.
Have you got any advice ?