However, after preprocessing, I got anat in original format (sub1_T1+orig.HEAD) while EPIs in tlrc format (sub-1_task-checker_acq-TR156_space-T1w_desc-preproc_bold+tlrc.HEAD), as a result, after GLM, I cannot use T1 as underly when applying the stats in tlrc format as overlay. Is there a command that might work for me? Or do I need to modify the preprocessed code?
Thanks for the help!
I am not an AFNI user, so I can’t help you with the AFNI display.
--skull-strip is just a processing step. This would not change the output. Which version of fmriprep version are you using?
From your screeshot I see that the T1win the MNI space is skull stripped. You mean that the T1w in the subject’ space is not skull stripped? I think the brain mask is also saved, you could use that to mask your T1w image and get a skull stripped image.
I believe that this issue has been addressed in more detail in a separate thread:
Basically, the different sform_code and qform_code values in the fmriprep output were leading some datasets to be interpreted as “original” space and others as “template” space, even though they should all have been in the subject space. By setting an environment variable to choose how to interpret the ambiguous sform_code=qform_code=2 values that were being output, things worked better.