Closed dannda closed 1 year ago
Issue using ome_zarr.writer.write_image where downsampled images are applied a gaussian filter even when explicitly setting nearest method for scaler.
ome_zarr.writer.write_image
edit: couldn't find out what caused the filter; switched to using write_multiscales which requires adding offset to all zarr levels
Finding issues with environment.yaml with python==3.9 (as in docker requirements). Environment works with python3.10
environment.yaml
Issue using
ome_zarr.writer.write_image
where downsampled images are applied a gaussian filter even when explicitly setting nearest method for scaler.edit: couldn't find out what caused the filter; switched to using write_multiscales which requires adding offset to all zarr levels