Skip to content

RFC: Updating t2s_coreg for MEEPI #1786

@emdupre

Description

@emdupre

Recently, @Shotgunosine showed on NeuroStars that there are some reasons to be concerned about MEEPI processing with t2s_coreg.

Specifically, because T2* maps are calculated voxelwise, voxels with invalid T2* values are filled with zeroes, and the images therefore appear "skullstripped" or "masked" in some way (I'll call them "clipped," here). This is causing problems with last brain masking and dropping regions with lower signal, such as the OFC.

There's discussion internally to tedana about alternative T2* fitting methods (see ME-ICA/tedana#315) beyond a simple log-linear fit, which might show less "clipping." This is a longer term discussion at this point, though.

At this point, I see three paths forward.

  1. Replace those voxels with invalid T2* values with values from some other echo. I have implemented a draft of this here, although this feels more like a band-aid than a real solution.

  2. Update how fMRIPrep handles its bold_ref images, such that this "clipping" isn't a concern. This one feels the least likely to me, but maybe it's achievable.

  3. Remove the t2s_coreg option altogether. @handwerkerd expressed that he personally has not seen strong benefits to using the generated T2* image in coregistration, despite it being promoted in the previous ME-ICA pipeline. In this case, we could just continue to use the first echo.

I'd love feedback on which, if any, of these paths make sense to you !

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions