I am analysing an openneuro fMRI dataset that includes native EPI-space ROIs with headers that are co-registered to the subject’s anatomical T1w image. Is it possible to get fmriprep to output native-space EPI with a co-registered header? I have been playing with the output-space options and the closest I can get is T1w, which is resliced.
For instance, in the dataset I’m working on the ROI masks are shape (64, 64, 50), as is the raw BIDS data, but the fmriprep’d EPIs come out as (55, 60, 51).
But, although that would add a mechanism to the command line to specify the original EPI space as reference, we would also need to implement such behavior. As Chris was mentioning before, that is not implemented yet.
We would be very happy to walk you through the process of contributing the feature. Let us know if you feel you can/want take on it.
Hi - I’m not sure that my question was worth opening up a new topic since I’m seeing a lot of related questions.
We currently have the flag --output-space fsnative which I have attempted to use and it will run the processing all through to the end without any errors. However, it does not provide with a bold preprocessed image in native space. I can see the bold images in the log being processed in native space but there is no nii file for me to use. Is this expected? If so, how can I get it to produce these images?
I think this question belongs in this thread, although I’ll add some clarifications.
The original poster requested processed BOLD files in their original native space. Support for that is still missing in fMRIPrep. We could push its priority up if the community requires so.
The second clarification is about fsnative space. That corresponds to “FreeSurfer native” space, which is a surface space. You might expect GIfTI files (.gii) with the space-fsnative entity among the functional derivatives.