Closed tfarago closed 5 months ago
@sgasilov I put the sequence reader to util and updated all ez paths, please take a look, it should work.
Hello Tomas,
Everything is working well now! One Q: - did you investigate that very slow convergence in my example if I set threshold to a low value like 1000? I left it the other day to run for 30 minutes and it was still computing. I wonder if I shall leave it running overnight just to see if it returns something at all? With 2000 and larger threshold all is well.
Good to hear. It is slow because the time complexity is O(n^3), which is harsh for a python-based program, even with numpy backend. i will rewrite it on GPUs before merging.
Merging as other updates are waiting
--averaging-mode
--max-spot-size
TODO: ~- [ ] do median calculations in UFO to speed things up~ later