Hi @ptaylor @rickr @Gang @dglen
I am trying to not regress out motion (mean, derivatives) in the 3ddeconvolve stage of afni preprocessing (-regress_no_motion) , but I do want to censor motion using the afni_proc.py and therefore include the (-regress_censor_motion) tag. However, this leads to no motion censoring at all and the files needed for gen_ss_review_scripts.py to run are not produced. I am preprocessing multi-echo data so I have:
afni_proc.py
-dsets_me_run \
echo-01_bold.nii.gz \
echo-02_bold.nii.gz \
echo-03_bold.nii.gz \
-echo_times 14.0 37.87 61.74 \
-out_dir /afni_procs \
-blocks despike tshift volreg mask combine scale regress \
-regress_censor_motion 0.3 \
-regress_no_motion \
-volreg_align_to MIN_OUTLIER \
-combine_method OC
How can I do motion censoring (without regressing out motion) and also generate the files for gen_ss_review_scripts.py to run successfully?