OME-ZARR Progress bar
Compare changes
+ 13
− 8
@@ -83,6 +83,7 @@ def export_ome_zarr(
@@ -83,6 +83,7 @@ def export_ome_zarr(
@@ -96,7 +97,7 @@ def export_ome_zarr(
@@ -96,7 +97,7 @@ def export_ome_zarr(
downsample_rate (int, optional): Factor by which to downsample the data for each scale. Must be greater than 1. Defaults to 2.
order (int, optional): Interpolation order to use when downsampling. Defaults to 0 (nearest-neighbor).
replace (bool, optional): Whether to replace the existing directory if it already exists. Defaults to False.
@@ -149,19 +150,23 @@ def export_ome_zarr(
@@ -149,19 +150,23 @@ def export_ome_zarr(