-
Notifications
You must be signed in to change notification settings - Fork 95
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
[ENH] Automatically use Nilearn's EPI mask when no explicit mask is provided #226
Conversation
Codecov Report
@@ Coverage Diff @@
## master #226 +/- ##
==========================================
- Coverage 51.39% 50.31% -1.08%
==========================================
Files 32 32
Lines 1975 1894 -81
==========================================
- Hits 1015 953 -62
+ Misses 960 941 -19
Continue to review full report at Codecov.
|
I compared the artifacts for the five-echo dataset for this PR and current master -- it looks like (unsurprisingly) the mask differences are rippling down to the component level. For example, in the most recent master circle build the first component is rejected for mid-kappa thresholding, while with this PR we see that the first component is now accepted. Just to say explicitly: I am in favor of this change (!), but it might be something we're ready with our rationale for, either noted here or in the docs. |
I can definitely update the documentation in the Processing pipeline details page, the tedana_workflow documentation, and the CLI documentation.
Edit: Sorry, that was definitely master. I am looking into it in #229. |
Do you want to merge this, or do you want to wait pending investigations in #229 ? |
I don't think anything in #229 will tie directly into the mask, so I'd be happy to merge this now. |
Merging then 🎉 |
References #113.
Changes proposed in this pull request:
make_adaptive_mask
. The first echo should have the least dropout, and thus should produce the largest mask, but will avoid problems we've been seeing where the adaptive mask includes almost all of the voxels in the bounding box.