-
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
Added depth_slice for volumetricImagingExtractors #363
Conversation
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.
Looks good, thanks for working on this @pauladkisson!
If you agree, can you add a test where you use depth_slice()
on a DepthSliceVolumetricImagingExtractor
?
Can you also test frame_slice()
on a DepthSliceVolumetricImagingExtractor
?
Done!
Unfortunately, frame_slice's get_video isn't compatible with VolumetricImagingExtractor bc it uses a channel argument. I'm working on a fairly large (backward-breaking) PR to fix these sorts of issues and streamline the API (0.6.0). But, it may take a bit before that's ready, so for now I just added a notimplementederror. |
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, LGTM
Fixes #301