We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In reader.py, multi-resolution pyramids are only loaded for the Plate class (https://github.com/ome/ome-zarr-py/blob/master/ome_zarr/reader.py#L502-L505). The same can be easily achieved for the Well class, and I don't see any obvious shortcoming.
reader.py
I will submit a PR shortly.
The text was updated successfully, but these errors were encountered:
Read multi-resolution pyramids in Well class (closes ome#208)
63e3a92
Merge pull request #209 from tcompa/master
fe811a6
Read multi-resolution pyramids in Well class (closes #208)
Successfully merging a pull request may close this issue.
In
reader.py
, multi-resolution pyramids are only loaded for the Plate class (https://github.com/ome/ome-zarr-py/blob/master/ome_zarr/reader.py#L502-L505). The same can be easily achieved for the Well class, and I don't see any obvious shortcoming.I will submit a PR shortly.
The text was updated successfully, but these errors were encountered: