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 · 1 comment
Open

Multiscale ome zarr support #118

derekthirstrup opened this issue Jul 22, 2024 · 1 comment

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

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

1 participant