Volker Hilsenstein
Volker Hilsenstein
I spent yesterday afternoon installing n2v on a new machine (Ryzen 5, RTX 2060, Ubuntu 20.04, conda) and ran into tensorflow-related issues with n2v. The error occurs when running training...
### 🐛 Bug Report If I have a virtual python environment in which I install napari with some plugins and then later on uninstall napari (in my case I used...
Hi @haesleinhuepf , how could I miss this? Have been working with jupyterbook myself a lot lately (but for proprietary commercial work) and love it. I am starting this issue...
The `generate_from_file_object` function has the arguments `schema_file: FileLikeType` and ` result_file: FileLikeType` with `FileLikeType = Union[TextIO, TextIOWrapper, FileIO]`. However in https://github.com/coveooss/json-schema-for-humans/blob/178c7b1527b059b3ffe4e83c827fc8774b495aa0/json_schema_for_humans/generate.py#L93 the code tries to access the property `.name` of...
Just noticed that preview of the deskew (without deconvolution) requires the presence of the approriate PSF or OTF file. These should only be required if the decon option is checked.
While the tests for `unique_rows` also test float arrays, `unique_rows` does not support a `tol` argument such as `unique`. I tried to fix this by replacing the call to `np.unique`...
Hi, thanks for this great package. I have been able to adapt the Dockerfile in a way that I could provide access to a desktop app for a few users...
Hi Martin, I was looking at the FFT-based implementation of RL-deconvolution in `deconv_rl.py` and noticed a few things. * the fft plan is pre-calculated but not actually passed to the...
Currently, one of the first things the program does is to scan the Experiment folders for expected files and to parse them. When no PSF files are found, the program...
something about the PSF metadata appears to be malformed in this particular dataset. which causes PSF generation to crash when trying to deconvolve. TODO: catch exception and try to recover...