pybdv icon indicating copy to clipboard operation
pybdv copied to clipboard

python tools for BigDataViewer

Results 12 pybdv issues
Sort by recently updated
recently updated
newest added

Hi Constantin I reinstalled conda env and pybdv recently. Was processing a file as usual and got an error. ``` (/das/work/p15/p15889/Maxim_LCT) [polikarpov_m@ra-gpu-001 scripts_batch]$ Downsample scale 1 / 5 /das/work/p15/p15889/Maxim_LCT/lib/python3.6/site-packages/pybdv/downsample.py:51: UserWarning:...

fortunately it is only necessary for the `interpolate` mode, for the others the 'natural' halo that results from upscaling the bounding box is sufficient.

Hi @constantinpape, Thank you for this package, is there any chance you will upgrade "soon" your [ on the fly 2D example](https://github.com/constantinpape/pybdv/blob/master/examples/on_the_fly.py) with a minimal 3D, multi channels, multi timepoints?...

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...

Hi, what can we do to make pybdv applicable to the following scenario: - 2 large datasets in some common storage location (maybe even separate group shares) - no write...

Hi, currently pybdv only supports 3D input data. This is fine as long as I use make_bdv. I will just fake the third dimension by using ```np.expand_dims(data.copy(),axis=0)```. However, I like...

Hi, it seems that with the current 2D implementation something goes wrong when I add multiple 2D datasets into one hdf5. In this case this is tiles of a mosaic....