Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiscale ome zarr support #118

Open
derekthirstrup opened this issue Jul 22, 2024 · 2 comments
Open

Multiscale ome zarr support #118

derekthirstrup opened this issue Jul 22, 2024 · 2 comments

Comments

@derekthirstrup
Copy link

derekthirstrup commented Jul 22, 2024

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
Copy link
Author

derekthirstrup commented Jul 24, 2024

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

@Rdornier
Copy link

Hi,

I'm wondering if this issue is, or will be, solved and released ? I've tested the napari-ome-zarr plugin to open a simple multiscale 2D image and, as described in the first message, only the lowest resolution level was read.

So far, I wasn't able to tell napari to read higher resolution levels nor to choose at the import which resolution level to get. Do you know if there is anything to do to read the others levels ? any config to check ?

Thanks,
Rémy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants