pybdv icon indicating copy to clipboard operation
pybdv copied to clipboard

big volumes chunking

Open martinschorb opened this issue 4 years ago • 4 comments

Hi,

I was wondering what would be a good way of using pybdv to convert a large stack of individual slices (usually tif).

I think what I would do is use a reasonable chunk size (default would be 64, right?) and then read in this amount of slices as a volume and then convert with make_bdv.

Now, I could assign each slice group a new ViewSetup, but in the end, it will all be one volume and thus one ViewSetup...

Any ideas?

Would it make sense to have a dedicated converter function for a set of slices? Maybe directly from a list of tif files into one volume?

martinschorb avatar Apr 27 '20 15:04 martinschorb