-
Notifications
You must be signed in to change notification settings - Fork 71
ENH: tractometer-style volume compare #1242
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
Conversation
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (61.53%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #1242 +/- ##
==========================================
- Coverage 72.45% 72.44% -0.02%
==========================================
Files 293 293
Lines 25185 25194 +9
Branches 3527 3530 +3
==========================================
+ Hits 18249 18253 +4
- Misses 5445 5448 +3
- Partials 1491 1493 +2
🚀 New features to boost your workflow:
|
|
@EmmaRenauld you're right, should be fixed now |
arnaudbore
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM

Quick description
Change the behavior of
scil_volume_pairwise_comparisonin the case of--single_compare.If the option is not included, overreach is computed as the number/ratio of voxels in either volumes but not in both, a sort of logical xor. However, if comparing volumes against a reference one (ie using
--single_compare), it would make more sense to compute the overreach as the number/ratio of voxels in the candidate volume that are not in the reference. This second behavior would be closer to a "tractometer-style" overreach.This is a breaking change in the case of
--single_compare.Type of change
Check the relevant options.
Provide data, screenshots, command line to test (if relevant)
TODO
Checklist