Skip to content

Commit

Permalink
update definition of default M0_epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
j-faria committed Jul 12, 2024
1 parent d3d9e60 commit 50db16b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/docs/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,9 @@ planet.
- $e$ is unitless
- $M_0$ and $ω$ are in radians

By default, the epoch is set to the first observed time, but it can be changed
by setting the corresponding attribute of the data:
By default, the epoch is set to the middle of the observed times ($t_{\rm min} +
\Delta t / 2$), but it can be changed by setting the corresponding attribute of
the data:

```py
data.M0_epoch = ...
Expand Down

0 comments on commit 50db16b

Please sign in to comment.