Skip to content

Commit 31f3977

Browse files
Update ground_track.py
1 parent ac55408 commit 31f3977

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/ground_track.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ def E_prime(E_, M, e): return E_ - e*np.sin(E_) - M
2424
class Orbit:
2525
"""
2626
Orbit object, major semiaxis and eccentricity are required, other parameters are optional
27-
params: a = major semiaxis
27+
params: a = major semiaxis [km]
2828
e = eccentricity
29-
I = inclination
30-
Omega = accending node longitude
31-
omega = periapsis argument
32-
epoch = starting time
29+
I = inclination [degree]
30+
Omega = accending node longitude [degree]
31+
omega = periapsis argument [degree]
32+
epoch = starting time [same as time_mode]
3333
time_mode = input time unit
34-
delta_t = time-step
35-
mu = standard gravitational parameter (km³s⁻²)
34+
delta_t = time-step [same as time_mode]
35+
mu = standard gravitational parameter [km³s⁻²]
3636
"""
3737
def __init__(self,
3838
a,

0 commit comments

Comments
 (0)