constantinpape / pybdv

python tools for BigDataViewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minor: h5 conversion progress bar wrong maximum

martinschorb opened this issue · comments

Hi,

the converter does not show the proper maximum shape in the progress bar:

image

in this example, it shows 630, while you can see in the line below it is continuing to process further (until 768).

It does the same with 1920/2058, 120/128, 480/512,30/32 , ...

Thanks for raising this. I have also noticed this before, there is something not working correctly
in the way I compute the chunks. I will look into this after implementing the proper 2d support.

Fixed by #31