Describe the bug
The SimpleTransitOrbit class I believe can make transit shapes, without enforcing Kepler's laws. When using it, it wasn't behaving as expected. When I set period, t0, b and duration to the same values, the transit shapes are very different.
We should refactor the SimpleTransitOrbit to take r_planet as a parameter and re-define the duration properly as the beginning of ingress to end of egress.
Describe the bug The
SimpleTransitOrbit
class I believe can make transit shapes, without enforcing Kepler's laws. When using it, it wasn't behaving as expected. When I setperiod
,t0
,b
andduration
to the same values, the transit shapes are very different.To Reproduce Please see https://gist.github.com/christinahedges/ea3ad229e82fded715794be65124695f
Expected behavior I believe if I set
period
,t0
,b
andduration
to the same value, and haveb
<r_star - 2*r
I should have the same transit shape.Your setup (please complete the following information):
0.4.5.dev2+g55d2252