Christoph Gohlke

Results 175 comments of Christoph Gohlke

> there are problems with imports from zenodo, but I haven't touched that part of the code. Not sure what's the problem there. That sometimes happens with cloud services, We...

Hi @Mariochem92. @bruno-pannunzio, who is working on the FLIM part of this library, is defending his thesis these days. The Uruguayan team is also occupied with the [5th Workshop in...

Hi @Mariochem92, I think the following functionality from this PR has been implemented: - `phasor_coordinates` -> `phasor_from_polar` - `phasemodule_values` -> `phasor_to_polar` - `lifetime_computation_phasor, lifetime_computation_array` -> `phasor_to_apparent_lifetime` - `refplot` -> `phasor_from_lifetime`...

Items to discuss: at first glance, using Chebyshev instead of Fourier space, as well as unmixing of spectra using least squares fitting, do not seem to naturally fit in the...

My [chebyfit](https://github.com/cgohlke/chebyfit/) package contains C code for forward and backwards Chebyshev transformations. There are probably more efficient and better tested alternatives these days.

I implemented the Fourier variant of the spectral denoising algorithm in Cython. The algorithm is very inefficient: Denoising `paramecium.lsm`, a 512x512x30 spectral cube, with a sigma of 0.1 and just...

An initial implementation was merged with #148. Items left for discussion: - Only denoising in Fourier space is implemented. Implementing Chebyshev transform seems out of scope of the PhasorPy library....

I don't have tracemalloc on my system, but I do not notice memory leaks running `leak_memory` in an endless loop. In principle one cannot count on deleted objects being garbage...

> The AVIF .so has made the wheels about 4 times bigger: See also https://github.com/python-pillow/Pillow/pull/5201#issuecomment-1732373439