-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Hello! I am writing to you to ask for some clarification in your documentation on how you derive your expression for maximum orbital frequency. I am using this code to search for giant planets around red clump stars, and the minimum period I calculate is very different than what TLS algorithm is using to search for transits.
In your paper, you say that the most short- period (high-frequency) circumstellar orbit is given by
where the
And you are using the roche limit to calculate the semi major axis. For a rigid transiting body, the roche limit is given by,
Or, for a fluid transiting body, the roche limit is given by,
It says that you are assuming
for a rigid body and
These are both extremely different from the value than the
I don't see anything in the paper that makes this assumption, so I could be misinterpreting something, but this formula is restricting the period range that TLS searches and I believe shorter periods are physically possible.
Please let me know if this makes sense. Thank you so much!