google / neuroglancer

WebGL-based viewer for volumetric data
Apache License 2.0
1.03k stars 286 forks source link

overly coarse mouseover for OME-Zarr segmentations #539

Closed d-v-b closed 1 month ago

d-v-b commented 4 months ago

The label values reported when mousing over our OME-Zarr segmentation images seem to be too coarse, e.g. as if a lower scale level were being used for intersecting the mouse position with the imaging data. See this representative example: (example)

cc @davidackerman

davidackerman commented 1 month ago

Commenting on this as it is a continued bug. The information (raw values, segmentation ids etc) displayed based on cursor position can be incorrect for multiscale zarrs. This makes it difficult to select correct ids to view or to know the underlying values.