You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so the multiscales metadata is parsed properly, even when the omero attribute is missing.
The text was updated successfully, but these errors were encountered:
yuriyzubov
changed the title
Not opening zarr array if "omero" metadata is missing.
Not parsing "multiscales" metadata if "omero" metadata is missing
Feb 10, 2025
Hello!
The official OME-NGFF spec states that
omero
metadata is optional.When I try to open a zarr group that contains multi-scale image pyramid with iohub.open_ome_zarr() method, with the following .zattrs metadata:
It invokes the warning method, since the
omero
metadata is missing, butself.metadata.multiscales
remains empty as well.Perhaps it is better to make the
omero
field optional in the definition of ImagesMeta?And rewrite _parse_meta() method?
so the
multiscales
metadata is parsed properly, even when theomero
attribute is missing.The text was updated successfully, but these errors were encountered: