Skip to content

Commit

Permalink
Update ground_track.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-miguel authored Nov 21, 2022
1 parent ac55408 commit 31f3977
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/ground_track.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ def E_prime(E_, M, e): return E_ - e*np.sin(E_) - M
class Orbit:
"""
Orbit object, major semiaxis and eccentricity are required, other parameters are optional
params: a = major semiaxis
params: a = major semiaxis [km]
e = eccentricity
I = inclination
Omega = accending node longitude
omega = periapsis argument
epoch = starting time
I = inclination [degree]
Omega = accending node longitude [degree]
omega = periapsis argument [degree]
epoch = starting time [same as time_mode]
time_mode = input time unit
delta_t = time-step
mu = standard gravitational parameter (km³s⁻²)
delta_t = time-step [same as time_mode]
mu = standard gravitational parameter [km³s⁻²]
"""
def __init__(self,
a,
Expand Down

0 comments on commit 31f3977

Please sign in to comment.