ome / napari-ome-zarr

A napari plugin for zarr backed OME-NGFF images
https://www.napari-hub.org/plugins/napari-ome-zarr
BSD 3-Clause "New" or "Revised" License
28 stars 22 forks source link

Multiscale ome zarr support #118

Open derekthirstrup opened 3 months ago

derekthirstrup commented 3 months ago

We are gearing up to release a large timelapse dataset that has been converted to ome-zarr format. We saved the data with multiscale zoom levels but this reader constantly defaults to most compressed scale level. Can I hardwire napari reader to always use highest resolution level? What is the optimal way to fix this issue? The issue occurs every time I switch to volumetric display mode in napari. Specific error message is "Multiscale rendering is only supported in 2D. In 3D, only the lowest resolution scale is displayed". image

derekthirstrup commented 3 months ago

I built this ome zarr napari data loader which loads a csv of ome zarr filepaths via fire argument and uses bioio package for loading the volumetric image data. Bioio uses full resolution scale as default to load images if not specified. Maybe it would be good to make the default pixel scale a configurable param. image