Kitware / itk-vtk-viewer

2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js
https://kitware.github.io/itk-vtk-viewer/
BSD 3-Clause "New" or "Revised" License
210 stars 64 forks source link

fix(ZarrMultiscaleSpatialImage): handle axes of just strings #505

Closed PaulHax closed 2 years ago

PaulHax commented 2 years ago

Supports this data:

https://minio-dev.openmicroscopy.org/idr/v0.3/idr0062-blin-nuclearsegmentation/6001240.zarr

where axes metadata is ['c', 'z', 'y', 'x'] rather than [ {name: 'c' ...} ... ]

thewtex commented 2 years ago

Can we add this dataset to the test suite?

PaulHax commented 2 years ago

closing in favor of #504