-
Notifications
You must be signed in to change notification settings - Fork 66
Hyperplane update #1034
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
Hyperplane update #1034
Conversation
Hello @frheault, Thank you for updating !
Comment last updated at 2024-12-12 18:45:11 UTC |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1034 +/- ##
===========================================
- Coverage 72.79% 58.89% -13.91%
===========================================
Files 451 651 +200
Lines 24647 30705 +6058
Branches 3380 3460 +80
===========================================
+ Hits 17942 18083 +141
- Misses 5271 11173 +5902
- Partials 1434 1449 +15
🚀 New features to boost your workflow:
|
All good (I think), probably ready for merge? |
@frheault there are still a lot of pep8 issues to fix. Also the |
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.
Round of review. Mostly needs more comments to explain what the code is doing and why, and needs more cleanup. Functions need to be split into smaller chunks and pep8 issues need to be fixed.
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.
Thanks for the extensive documentation. Single comment on the references in your main script below.
…cilpy into hyperplane_update
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
ndarray: A 3D array representing the corrected labels map. | ||
""" | ||
|
||
labels_data = ndi.map_coordinates(labels_map, streamlines._data.T - 0.5, |
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.
@arnaudbore @frheault we should keep this in mind as it will come back to bite us
Quick description
Attempt at having our improved RADTRACT Hyperplane subdivision !
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10246281/
...
Type of change
Check the relevant options.
Provide data, screenshots, command line to test (if relevant)
...
Checklist