-
Notifications
You must be signed in to change notification settings - Fork 300
Fmriprep handling of multi-echo data with single-band reference scans #1745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
How should single-band reference images fit into the multi-echo workflow? I assume that the goal here is to use the single-band reference images (probably the one for the first echo) as BOLD reference images for motion correction and brain-mask generation. Then, if Is that roughly the extent to which the single-band reference images would be used with multi-echo data? |
Would it make sense to use the mean SBRef (averaged across echoes) instead of just echo 1? |
Dropout typically becomes quite prominent at later echoes, and in my experience there is sufficient contrast in the echo-1 sbref. So my immediate intuition would be to just use echo 1 rather than the mean, at least when sbrefs are available. |
I could be very wrong, but it does seem like this could be solved by just removing the multi-echo-specific I read through the workflow connections and it seems like the T2* image would take over for the original reference image at the right time, regardless of whether that reference image is an SBRef or something pulled from the first echo. @emdupre does that sound right? |
I'm having trouble remembering if we put that simply because we didn't have test data, or some other reason. I can try to look around later today, if y'all don't figure it out first. |
It seems reasonable to default to using the first echo's SBRef as the reference image, but if possible I'd like to feed all SBRefs into niworkflows.func.util.init_bold_reference_wf and to let that workflow select the first echo internally. That way, if there are improvements that can use multiple echoes' SBRefs, they can be implemented directly in niworkflows without having to make any changes to fMRIPrep. Does that sound alright to everyone? |
@tsalo That sounds perfectly reasonable to me. |
@effigies Awesome. I'll open a corresponding issue in niworkflows to allow multiple values for |
Yes, that sounds right. @effigies is also right that we didn't have access to multi-echo data with these scans when originally writing the workflow, so we weren't making use of that data (hence the |
Another data point on the need to handle SBRefs with MEEPI data: https://neurostars.org/t/fmriprep-poor-registration-between-functionals-and-anatomical/4981/3 |
Thanks for raising this issue! We are also having problems with our fMRIPrep brain mask output for select participants, due to the creation of the “boldref” volume for a multiecho series. That is, our brain masks are accurate when running fMRIPrep with only echo 1, instead of summing echoes 1 and 4. Will the proposed fix be incorporated into fMRIPrep soon? Thanks again! |
Yes @cphaneuf, we are actively working on that fix and will be included in the upcoming 20.2 release. |
Great, thanks for the update! |
Hi, I posted this on neurostars a while ago:
(https://neurostars.org/t/fmriprep-handling-of-multi-echo-data-with-single-band-reference-scans/4822).
Registration of Multi-echo multi-band (MEMB) data would likely benefit from using single-band reference scans (when available). Right now I believe registration is done based on some kind of average of the volumes representing the first echo, and with multiband the contrast in these images gets very low.
As we cannot openly share participant data from the relevant project, we've collected MEMB data on two volunteers in our lab for the purpose of sharing. If someone thinks it's worthwhile looking into this, let me know and I will provide you with the data (or put it on openneuro, if that's better).
Thanks!
Markus
The text was updated successfully, but these errors were encountered: