Is your ROI-based analysis just with a single ROI? Or are there more?
Here is a first draft of an updated AP command. Importantly, but adding the 'regress' block, we will get an APQC HTML that is very useful for checking a lot of things, too.
I have left in the blur block for now.
Please let us know how this goes, and we can check things.
# remove obliquity from the anatomical, in a way that preserves the
# accompanying ROI location. Typically, this is not the way I would
# deoblique it from the start (instead using adjunct_deob_around_origin)
3dcopy T1w_coreg.nii.gz T1w_coreg_REFITDEOB.nii.gz
3drefit -deoblique T1w_coreg_REFITDEOB.nii.gz
# add in a regress block, so the APQC HTML is available
# -> and also add in basic regress block processing params, for
# QC and reference
# mention that the anatomical does *not* have its skull
# add in an anat_follower ROI, so the sphere ends up in the final EPI
# grid
# add QC table info about signal strength and other properties for the
# anat_follower ROI
afni_proc.py \
-subj_id ${subj} \
-copy_anat T1w_coreg_REFITDEOB.nii.gz \
-anat_has_skull no \
-anat_follower lOPAr5 epi Fsub-05_lOPA_rad5.nii.gz \
-dsets ${subj}_fpo_run-0*+orig.HEAD \
-blocks tshift align volreg mask blur \
scale regress \
-radial_correlate_blocks tcat volreg \
-tcat_remove_first_trs 2 \
-align_unifize_epi local \
-align_opts_aea -cost lpc+ZZ \
-giant_move \
-check_flip \
-volreg_align_to MIN_OUTLIER \
-volreg_align_e2a \
-mask_epi_anat yes \
-blur_size 6.0 \
-regress_motion_per_run \
-regress_apply_mot_types demean deriv \
-regress_censor_motion 0.2 \
-regress_censor_outliers 0.05 \
-regress_est_blur_epits \
-regress_est_blur_errts \
-regress_compute_tsnr_stats lOPAr5 1 \
-html_review_style pythonic \
-execute
--pt