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

[bug?] loadWell loads grid of images at highest resolution #76

Closed
manzt opened this issue Feb 23, 2021 · 1 comment
Closed

[bug?] loadWell loads grid of images at highest resolution #76

manzt opened this issue Feb 23, 2021 · 1 comment

Comments

@manzt
Copy link
Member

manzt commented Feb 23, 2021

This is something that slipped past me previously, but it seems that loadWell (previously loadOmeWell) loads a grid of images at the highest resolution. This design choice leads to a lot of data-transfer and slow loading times. Is this the desired behavior?

Ideally the grid could handle multiple multiscale images, but in the mean time should we have some heuristic for which level to choose?

cc: @will-moore

@will-moore
Copy link
Collaborator

Yes, it was the intended behaviour since in the examples I've worked with so far, the number of Images in a Well has been relatively small and the images not very big, so the full resolution is more useful than a thumbnail. It was also slightly simpler to load the highest resolution since it doesn't require you to load the resolutions info for a sample image (as we do for the Plate).
But yes, this could certainly be improved to pick a suitable resolution based on the size and number of the Well images.

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