Created
April 24, 2019 22:16
-
-
Save translunar/fb3bd4c172e0da2af28f0cd95082f7a9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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