Talley Lambert
Talley Lambert
exactly something like that :)
> I think you're indirectly answering a question I have in mind for quite some time: How can I deal with voxel size in python? just addressing this side question......
`cl.array.Arrays` use `cl.Buffers`. I have some logic in [napari-ndtiffs](https://github.com/tlambert03/napari-ndtiffs) that provides a [numpy-to-image function](https://github.com/tlambert03/napari-ndtiffs/blob/dcb00e68dedb0d3a618fe1dc47135051b82b1db8/napari_ndtiffs/affine.py#L241) and does some nice [device inspection](https://github.com/tlambert03/napari-ndtiffs/blob/master/napari_ndtiffs/affine.py#L135) to maximize chances of compatibility depending on what the device...
actually that whole [file](https://github.com/tlambert03/napari-ndtiffs/blob/master/napari_ndtiffs/affine.py) has a nicely working affine transform... and tries to match the `scipy.ndimage.interpolation` API as closely as possible (drop in replacement). I know you have those kernels...
Hi @rajafarhat . I am not the person to help you here, but i can see that you're new to github, and this is your first issue... and I wanted...
no thanks. As you know, I'm not a big fan of the parallel plugin management ecosystem. Feel free to use any code I've contributed as you wish, but no need...
> We'll have to look at the internal representation of the table to see how easy it is to delete a row "in place". there's a [private method that does...
> I also expect that people will expect that editing the values in the table actually edits the point coordinates, but let's call that a stretch goal for now. for...
> I'll play with it, but do you think that this should be part of the public API? But I'm happy to use at my own risk for now. I...
> the above flow reminded me of our discussion where you pointed out that maybe functions were the wrong model for this — when you have repeated interactions where you...