vizarr icon indicating copy to clipboard operation
vizarr copied to clipboard

OME-NGFF v0.5 (coordinateSystems) support

Open will-moore opened this issue 6 months ago • 0 comments

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?

will-moore avatar Feb 07 '24 16:02 will-moore