Trifon Trifonov

Results 47 comments of Trifon Trifonov

I understand. What you want is very reasonable, but unfortunately not easily doable at the moment because of some legacy code that runs in the background. I can do it,...

Amazing! Thanks a lot for this handy fix! Can you please provide a “print screen” of the GUI after the fix? I will also try to improve the low-res display...

Very Cool! I was not aware of UltraNest, thanks a lot! including another sampler to the Exostriker should be easy in the core, but a bit time-consuming on the GUI...

I am afraid this is a possible bug in 'tqdm'. See https://github.com/tqdm/tqdm/issues/487 This seems to be out of my competence and I do not have the time to investigate in...

This does not seem a general solution within tqdm. @ccifuentesr, when you have time, can you update your tqdm and Exo-Striker and try to reproduce the bug?

I could not resist and I did some of the optimizations. However, I found that the mixed keplerian-dynamical fitting routine is super inefficient w.r.t. the dynamical-simplex. This is most likely...

This is some strange memory problem with python. The solution seems to be to execute the Exo-Striker script under Ipython/jupiter schell. E.g. ``` trifonov@lnx:~$ python3.8 -m IPython Python 3.8.12 (default,...

@LuighiV, I agree, but this problem is really out of my competence. I spend days figuring out what is going on, and at some point, I give up. The only...

BTW, if your session was interrupted by Segmentation fault, try to recover it, by: `$exostriker -last` or `$python3.11 -m exostriker -last` (depending on how you are using the GUI)