afni_proc.py
-subj_id s${subject}
-script proc.Rests${subject}.tcsh
-dsets s${subject}/func/orig/REST.nii
-copy_anat s${subject}/anat/orig/t1_MPRAGE.nii
-blocks despike align tlrc volreg mask blur regress
-volreg_align_to third
-volreg_align_e2a
-volreg_tlrc_warp
-tlrc_base MNI_avg152T1+tlrc
-mask_segment_anat yes
-mask_segment_erode yes
-blur_size 6.0
-regress_censor_motion 0.2
-regress_bandpass 0.01 0.08
-regress_apply_mot_types demean deriv
-regress_run_clustsim no
-regress_est_blur_errts
I am interested in the residuals (errts file) but 3dinfo has full_mask.s1+tlrc marked as MNI and errts.s1.tproject+tlrc as TLRC. I am assuming that this is some sort of mistake given that volreg_tlrc_warp should have applied the transformation to the EPI. What might be the cause of this mismatch?
Thanks