Hello,
I am kinda confused on something odd.
I am running a afni_proc.py script on two datasets :
afni_proc.py \
-subj_id $h \
-blocks despike tshift align tlrc volreg mask combine \
-copy_anat anat.nii.gz \
-echo_times 9.1 25 39.6 54.3 \
-reg_echo 2 \
-dsets_me_run ECHO*.nii.gz \
-tcat_remove_first_trs 2 \
-volreg_align_to MIN_OUTLIER \
-volreg_tlrc_warp \
-align_epi_strip_method 3dSkullStrip \
-align_opts_aea -giant_move \
-cmass cmass+a \
-combine_method m_tedana_OC \
-mask_epi_anat yes
but it runns into several erros, on names, because the programs considers my data as being tlrc data. I don’t know how or why, as they have only been converted form dicom through dcm2niix_afni.
How can I change the view or space it is considered to be into ?
Thanks for any help