Skip to content
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

fix(brain_extraction_wf): Pass inu_n4 to atropos_wf #934

Draft
wants to merge 1 commit into
base: maint/1.10.x
Choose a base branch
from

Conversation

effigies
Copy link
Member

@effigies effigies commented Mar 7, 2025

antsBrainExtraction.sh passes the original N4 corrected image to Atropos, where we have been running a masked N4 before Atropos. We have examples where this difference leads to failures that do not occur in the original ANTs workflow. Further, if we do run Atropos, then this result is discarded and N4 is run using a white-matter mask.

This patch therefore simply passes the original N4 image to the Atropos workflow, but otherwise leaves the workflow unchanged.

This targets the maint/1.10.x branch for inclusion in a patch to fmriprep 24.0.1. Merging depends on an assessment that #929 does not excessively impact derivatives. This PR in any event does provide for testing.

antsBrainExtraction.sh passes the original N4 corrected image to
Atropos, where we have been running a masked N4 before Atropos.
We have examples where this difference leads to failures that do not
occur in the original ANTs workflow. Further, if we do run Atropos,
then this result is discarded and N4 is run using a white-matter mask.

This patch therefore simply passes the original N4 image to the Atropos
workflow, but otherwise leaves the workflow unchanged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant