alfonsogonzalez / AWP

Astrodynamics with Python book, software, and videos. Spacecraft trajectory and attitude modeling and simulation
297 stars 72 forks source link

moon mass in planetary_data is Earths mass #49

Open rslippert opened 7 months ago

rslippert commented 7 months ago

planetary data for moon is wrong for mass moon = { 'name' : 'Moon', 'spice_name' : 'MOON', 'SPICE_ID' : 301, 'mass' : 5.972e24, # mass of Earth not moon 'mu' : 5.972e24 * G, '''