ome / omero-figure

An OMERO.web app for creating Figures from images in OMERO
http://figure.openmicroscopy.org
GNU Affero General Public License v3.0
15 stars 30 forks source link

confine Z-projections #546

Closed will-moore closed 3 months ago

will-moore commented 3 months ago

webclient (https://github.com/ome/omero-web/pull/115) and iviewer (https://github.com/ome/omero-iviewer/pull/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: https://github.com/ome/omero-common/pull/22 https://github.com/ome/omero-model/pull/47 but not implemented in webclient or iviewer yet.

cc @chris-allan

sbesson commented 3 months ago

Is this a duplicate of https://github.com/ome/omero-figure/issues/440 ?

will-moore commented 3 months ago

@sbesson Yes, thanks - I missed that one. I'll close this one and update that one!