Volker Hilsenstein

Results 75 comments of Volker Hilsenstein

Looks very nice @ringo2k, will give this a try as there is way too much sag with my ice cream popsicle sticks. However, the last few times I tried to...

Before I embark on this journey myself, I just wanted to ask whether anyone has done further work in this direction?

I think I just ran into this. Note to self: always check for open issues first. I tried to assign to `w.choices` in a Combobox widget `w` that has been...

> Kitware/vtk-js#1036: fixing up stepping issue in MouseRangeManipulator > I don't think the later is used for volume rendering though. > @VolkerH: is that only for volume rendering, or would...

Just stumbled across this as well (and only thought of looking at existing issues after fumbling around for an hour). Is there an easy workaround for reading 3D data other...

Ok, for multi-channel/volumetric files I am now using the following workaround. Most likely comes with a performance penalty. ```python files = pathlib.Path(".").glob("*.tif") lazy_array = da.stack(map(dask_image.imread.imread, files)) ```

Hi @m-albert thanks for your reply. I think I get the idea, and I think (need to confirm) that it is somewhat similar to something I had tried previously. So...

Just bumping this. This would be quite a useful dask image funcrionality to have when generating multiscale `.ome.zarr`/ngff files from very large arrays.

Hi @GenevieveBuckley and @d-v-b, thanks for your suggestions. I haven't been able to try this out yet, but I second @d-v-b, I would only use this for downscaling. In fact,...

Hi, can't join the discussion on twitter as I don't want to create an account with them. Striding by itself `[::2]` (a.k.a) subsampling without prior low-pass filter leads to aliasing...