Peter Sobolewski
Peter Sobolewski
Yes, re-saving the selected scenes would be a nice GUI feature. While I love the fact that with AICSImageIO I can just use the native LIF files, without in-between files...
FYI: readlif has been updated to now provide the more verbose scene naming. I updated AICSImageIO, but it's peachy with an older version. Maybe consider bumping the requirements? The more...
@lambda-science Excellent point. You can sort of work around this, because the thresholds are set here: https://github.com/AllenCellModeling/napari-aicsimageio/blob/f80057444e324d1e5fe753bf668554a4b95d1339/napari_aicsimageio/core.py#L34-L37 So you can use the following trick to change. In ipython or the...
@evamaxfield totally makes sense to me. I think it would be more elegant for napari preferences to include something for plugins to use for these things, but for now a...
OK, we've got a holiday coming up so I'll try and make some proof-of-concept. Hopefully I can figure out how to add a widget, get it into the contributions, etc....
So you have everything installed from conda-forge and aicspylibczi does not appear to have a binary there. Hence the initial message. However, conda-forge does have the java tooling for the...
Thanks for reporting. I'm not sure how to handle this one. `bfio` doesn't seem to be overly actively developed—perhaps we just need to drop it for the time being. 🤔
I assume the OP is asking in regards to avoiding circular convolution or something similar, but in a related note does pyVKFFT (and/or VKFFT) do zero-padding to the next fast...
I wanted to clarify this so on a lark I tried to run the example from scipy: ``` import numpy as np import pyopencl as cl import pyopencl.array as cla...
> There is performance difference between 93060 and 93312 in VkFFT as well (one is Bluestein sequence, other is a nice combination of 2s and 3s). For Nvidia 3070 FP32...