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

Max projection limits #440

Open
will-moore opened this issue Jun 22, 2021 · 2 comments · May be fixed by #560
Open

Max projection limits #440

will-moore opened this issue Jun 22, 2021 · 2 comments · May be fixed by #560

Comments

@will-moore
Copy link
Member

will-moore commented Jun 22, 2021

See https://forum.image.sc/t/z-projection-disabled-in-viewers-for-big-images/54181

OMERO.figure should follow the other clients and disable projection when images are bigger than mero.pixeldata.max_projection_bytes.

webclient (ome/omero-web#115) and iviewer (ome/omero-iviewer#305) restrict the amount of data you can use in max-intensity projection by disabling Z-projection for images over 256 * 1024 * 1024 bytes (ignoring sizeT).

E.g.
https://github.com/ome/omero-web/blob/4d8d25ef7528e49cadfb5b777a47f6953c198fba/omeroweb/webgateway/templates/webgateway/viewport/omero_image.html#L1123

This has been made a server-side config values:
ome/omero-common#22
ome/omero-model#47
but not implemented in webclient or iviewer yet.

@imagesc-bot
Copy link

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/z-projection-disabled-in-viewers-for-big-images/54181/2

@imagesc-bot
Copy link

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/z-projections-disabled/95042/10

@will-moore will-moore linked a pull request May 2, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants