hms-dbmi / vizarr

A minimal Zarr image viewer based on Viv.
https://hms-dbmi.github.io/vizarr/?source=https://minio-dev.openmicroscopy.org/idr/v0.3/idr0062-blin-nuclearsegmentation/6001240.zarr
MIT License
114 stars 16 forks source link

OME-NGFF v0.5 (coordinateSystems) support #180

Closed will-moore closed 2 months ago

will-moore commented 7 months ago

The NGFF spec will soon include coordinateSystems - see https://github.com/ome/ngff/pull/138/files#diff-b4ce457ec27ea3a1593641d39e0bf2e1baef2011c4d0cab91afd067a88aea47d so that instead of there being a top-level multiscales[0].axes, there is a top-level multiscales[0].coordinateSystems list, each one has an axes object.

So a minimal update would need to use multiscales[0].coordinateSystems[0].axes instead of multiscales[0].axes for version 0.5 data.

Whether vizarr attempts to handle any of the other proposed changes is a much bigger discussion?