Skip to content

Instantly share code, notes, and snippets.

@translunar
Created April 24, 2019 22:16
Show Gist options
  • Save translunar/fb3bd4c172e0da2af28f0cd95082f7a9 to your computer and use it in GitHub Desktop.
Save translunar/fb3bd4c172e0da2af28f0cd95082f7a9 to your computer and use it in GitHub Desktop.
from spiceypy import spiceypy as spice
# Tell SPICE where to look for things
spice.furnsh(['de432s.bsp', # planet pos/vels 1950-2050
'pck00010.tpc', # radii and orientations
'naif0012.tls', # leap-seconds
'de-403-masses.tpc', # mu
'earthstns_itrf93_050714.bsp', # ground station locations
'earth_070425_370426_predict.bpc', # earth orientation 2007-2037
'moon_080317.tf']) # MOON_ME frame (LCLF)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment