Skip to content

Commit

Permalink
Quadratic term in the mean anomaly.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavbroz committed Nov 12, 2024
1 parent c648a28 commit c28e09e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phoebe/dynamics/keplerian.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def _keplerian(times, component=None):
if dpdt != 0.0:
P_ = P + dpdt*(t-t0)
a *= (P_/P)**2
M -= n*dpdt/(2.*P)*(t-t0)**2

if dperdt != 0.0:
omega += dperdt*(t-t0)
Expand Down

0 comments on commit c28e09e

Please sign in to comment.