Closed MilevaE closed 5 years ago
Perhaps the time series is too short for 2 transits (the default in TLS?)
Try to add n_transits_min=1
. Does that fix it?
I tried it myself, it indeed solves it. Very interesting light curve: There appear to be 3 double-transits spaced ~5.66 days apart? One close to the gap? What are these double dips?
It is TOI-270 (Gunther et al. 2019). I was trying to reproduce with TLS this detection:
So, these double dips corresponds with a double transits. The one in the middle just one of them.
Indeed, your solutions works perfect! Thanks!
I was thinking that by default n_transits_min
is 2 .. So, I don't understand why we need to set 1 to make it works, I mean, each planet has at least two transits...
yeah, that definition is a bit strange (but I didn't invent it).
with n_transits_min=2
you have always at least 2 transits (without gaps). It's a minimum requirement. Usually the placement in time is fortunate enough to provide +1 transit.
I get it! Thanks a lot for your clarifications :)
I close the issue ;)
Hi all,
not sure if this is a bug or I mistook how use the
period_max
flag. My apologies in advance if I'm doing something wrong.Describe the bug When I try to increase the
period_max
, this only can be modify if the new value is lower than the default value.To Reproduce
So, as one can see I set the
period_max
flag as 15, because I know that the data has a planet which period is ~11.4. The default value is 10.133 days. This is what I obtain when I run:So, unfortunately I miss the planet.
Desktop (please complete the following information):
Additional context Thanks for your help and congrats for this amazing tool!