Skip to content

Commit

Permalink
added R_E (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brlopa committed Mar 27, 2024
1 parent bb1d8a5 commit b5a2d4f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ mu = 3.986004418E5 # km**3/s**2
r_p = 6378 + 500 # km
r_a = 6378 + 5000 # km
R_E = 6378 # km
e = (r_a - r_p) / (r_p + r_a)
a = (r_a + r_p) / 2
T = 2 * np.pi / np.sqrt(mu) * a**(3/2)
Expand Down

0 comments on commit b5a2d4f

Please sign in to comment.