You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
'''
The text was updated successfully, but these errors were encountered:
rslippert
changed the title
moon mas in planetary_data is Earths mass
moon mass in planetary_data is Earths mass
Apr 24, 2024
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,
'''
The text was updated successfully, but these errors were encountered: