Skip to content

Commit 9676456

Browse files
authored
Unit clarification
Based on discussion here: https://julialang.zulipchat.com/#narrow/stream/274208-helpdesk-.28published.29/topic/rho.20in.20Orbits.2Ejl/near/328825933 Attempted to make distinction between `u"d"` and `u"°" more clear. Also included other default unit definitions
1 parent 6e0e6ec commit 9676456

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/keplerian/constructor.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
44
Keplerian orbit parameterized by the basic observables of a transiting 2-body system.
55
6+
The following units are used by default:
7+
* d: Days
8+
* R⊙: Solar radius
9+
* M⊙: Solar mass
10+
* M⊙/R⊙³: Solar density
11+
* rad: Radians
12+
613
# Parameters
714
* `period`/`P` -- The orbital period of the planet [d].
815
* `t0`/`t_0` -- The midpoint time of the reference transit [d].

0 commit comments

Comments
 (0)