-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add depth_slice()
to ImagingExtractors
#231
Conversation
for more information, see https://pre-commit.ci
This logic should be moved to |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #231 +/- ##
==========================================
+ Coverage 79.17% 79.71% +0.54%
==========================================
Files 39 39
Lines 3054 3141 +87
==========================================
+ Hits 2418 2504 +86
- Misses 636 637 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@weiglszonja, are you still working on this? |
hey @pauladkisson, not actively. do you want to close this for now? |
Yeah, since a lot of this needs to be revamped for volumetric imaging extractor, I think we can close this PR and circle back around to it when we have a concrete reason to do so. |
Add support for slicing over planes for volumetric imaging data. (first example for volumetric imaging: #230)
WIP