Jan Funke
Jan Funke
Same here. Ubuntu 16.10, kernel 4.8.0-30.
Regarding option 2, one could also non-invasively store the names of axis-tuple attributes in a reserved attribute, like `__axis_tuples`. Option 3 (automatically inverting) I would consider the most harmful. Users...
I wouldn't go that far to suggest a new array type with axis meta-data. `z5` can still return plain `ndarray`s. But it might be worth thinking about having a dedicated...
I haven't tried it myself, but heard from others that it is no problem. That's also what I would have assumed, since `recept` filters the pen events before they hit...
Good question! `recept` will not change the number of points, it just moves them somewhere else. It is possible that `xochitl` is afterwards simplifying strokes such that points that are...
Thanks @dansontong for spotting that issue. I believe you ran into it using python 3, where the semantics of the `/` operator [changed](https://www.python.org/dev/peps/pep-0238/) (I only tested with python 2). I...
> Is it possible to create a single source that can access multiple zarr stores? It is! You can create as many zarr sources as you like, pointing to different...
> We don't have a source for reading from OME Zarr. Our `ZarrSource` is pretty basic and avoids making any assumptions about the layout of the zarr. The only assumptions...
Hi @franzwilhelm, thanks a lot for your kind words! And no worries, my current employer makes sure I get all the coffee I want :) Instead of paying me, please...
Hi Nathaniel, Thanks a lot for the PR. Adding RM1 support is great, happy to include that. However, I don't want to remove the precompiled binaries. The reason I include...