You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most common methods of image downsampling result in a translation of the downsampled image, but this code for generating coordinateTransformations metadata only returns scale transformations, which will be incorrect for almost all multiscale pyramids.
The most common methods of image downsampling result in a translation of the downsampled image, but this code for generating
coordinateTransformations
metadata only returns scale transformations, which will be incorrect for almost all multiscale pyramids.ome-zarr-py/ome_zarr/format.py
Lines 260 to 271 in 56f72b0
Suggested fix: generate translation transforms
The text was updated successfully, but these errors were encountered: