AFNI version info (afni -ver
): Version AFNI_25.0.02 'Severus Alexander'
I am getting the following error when running a script similar to Example 13:
#-- applying input view as +orig
#-- template = 'MNI152_2009_template_SSW.nii.gz', exists = 1
#-- have APQC atlas APQC_atlas_MNI_2009c_asym.nii.gz
#-- will use min outlier volume as motion base
#-- including default: -find_var_line_blocks tcat
#run 3 reps vary between echo 1 and echo 3
Here is my script:
afni_proc.py \
-subj_id {$subj}.OC_011425 \
-blocks despike tshift align tlrc volreg mask combine surf blur scale regress \
-radial_correlate_blocks tcat volreg \
-blip_forward_dset {$subj}_fMRIFieldMap_AP_6.nii \
-blip_reverse_dset {$subj}_fMRIFieldMap_PA_7.nii \
-copy_anat $SSW_dir/anatSS.{$subj}.nii \
-anat_follower_ROI FSvent epi $anat_dir/fs_ap_latvent.nii.gz \
-anat_follower_erode FSvent \
-regress_ROI_PC FSvent 3 \
-regress_ROI_PC_per_run FSvent \
-regress_make_corr_vols FSvent \
-dsets_me_run {$subj}_cmrr_mbep2d_bold_MEMB6_REST_8_e*.nii \
-dsets_me_run {$subj}_cmrr_mbep2d_bold_MEMB6_REST_11_e*.nii \
-dsets_me_run {$subj}_cmrr_mbep2d_bold_MEMB6_REST_14_e*.nii \
-echo_times 13 30.99 48.98 66.97 84.96 \
-reg_echo 2 \
-combine_method OC \
-tcat_remove_first_trs 0 \
-tshift_interp -wsinc9 \
-mask_epi_anat yes \
-align_unifize_epi local \
-align_opts_aea -cost lpc+ZZ \
-giant_move \
-tlrc_base MNI152_2009_template_SSW.nii.gz \
-tlrc_NL_warp \
-tlrc_NL_warped_dsets \
$SSW_dir/anatQQ.{$subj}.nii \
$SSW_dir/anatQQ.{$subj}.aff12.1D \
$SSW_dir/anatQQ.{$subj}_WARP.nii \
-volreg_align_to MIN_OUTLIER \
-volreg_align_e2a \
-volreg_tlrc_warp \
-volreg_post_vr_allin yes \
-volreg_pvra_base_index MIN_OUTLIER \
-volreg_warp_final_interp wsinc5 \
-surf_anat $anat_dir/{$subj}_SurfVol.nii \
-surf_spec $anat_dir/std.141.{$subj}_?h.spec \
-blur_size 6 \
-regress_censor_motion 0.2 \
-regress_censor_outliers 0.05 \
-regress_motion_per_run \
-regress_apply_mot_types demean deriv \
-html_review_style pythonic \
-execute
** failed command (create_script):
code text # or delete if not needed