Skip to content
Snippets Groups Projects

OME-ZARR Progress bar

3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -153,7 +153,7 @@ def export_ome_zarr(
@@ -153,7 +153,7 @@ def export_ome_zarr(
shapes = (scaled_data.shape for scaled_data in mip),
shapes = (scaled_data.shape for scaled_data in mip),
dtypes = (scaled_data.dtype for scaled_data in mip))
dtypes = (scaled_data.dtype for scaled_data in mip))
with OmeZarrExportProgressBar(path = path, n_chunks = n_chunks, reapeat_time=0.5):
with OmeZarrExportProgressBar(path = path, n_chunks = n_chunks, reapeat_time=5):
write_multiscale(
write_multiscale(
mip,
mip,
group=root,
group=root,
Loading