Hi,everyone,
I recently tried running fMRIprep after performing left-right hemisphere reversal, but I’m unsure about the correct way to accomplish this. I attempted two approaches:
- Following the method on FreeSurfer’s LeftRightReversal page, I used
mri_convert --in_orientation
to modify the header orientation (for both structural and functional images) before running fMRIprep. - Alternatively, I used FSL’s
fslswapdim
to flip the matrix along the left-right axis before running fMRIprep.
However, the resulting BOLD signals from these two methods are not identical. Specifically, which of the suggested methods (mri_convert vs. fslswapdim) will accomplish my goals? Or another suitable method.
I’d appreciate any insights or suggestions!