Skip to content
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

Raise an exception when using CziFile.size property if the file has variable per scene dimensions #30

Open
evamaxfield opened this issue Jan 23, 2020 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@evamaxfield
Copy link
Collaborator

evamaxfield commented Jan 23, 2020

Currently if a CZI file has variable dimension sizes per scene, the CziFile.size property returns a tuple with length of the number of dimensions but filled with -1. (Ex. (-1, -1, -1, -1, -1, -1)) This is okay but it isn't explicit in why those values are what they are.

I would raise an error that says something like: "File has variable per scene dimension sizes. Use dims_shape instead"

@evamaxfield evamaxfield added bug Something isn't working enhancement New feature or request labels Jan 23, 2020
@heeler heeler added this to the 3.0 milestone Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants