Skip to content

OME-ZARR Progress bar

s233039 requested to merge omezarr-progressbar into main

Omezarr progress bar is now working using estimation of number of chunks based on their shapes The actual number of files and estimation might differ a little bit

Progress bar is now an abstract class from which other progress bars will inherit. Now we only have to define what to pass to tqdm and how to check updates. Timer and context manager are already there

Loading a file has been changed to this new version of progress bar

Merge request reports

Loading