Skip to content

Instantly share code, notes, and snippets.

@translunar
Created April 25, 2019 14:59
Show Gist options
  • Save translunar/7ff137b16122d7501388ea39f6d0e0ac to your computer and use it in GitHub Desktop.
Save translunar/7ff137b16122d7501388ea39f6d0e0ac to your computer and use it in GitHub Desktop.
from spice_helpers import *
if len(get_loaded_kernels()) == 0:
load_kernels() # loads relevant solar system kernels, which never change
# Load data product kernels for NOVA-C, which change fairly frequently:
spice.furnsh(['kernels/full_trajectory_ish.spk', # SPK = reference trajectory
'kernels/full_trajectory_ish.ck', # CK = reference attitudes
'kernels/nova-c.fk', # FK = frame kernels (instruments)
'kernels/nova-c_structures.spk', # instrument locations
'kernels/nova-c.tcm']) # spacecraft clock kernel (needed for attitudes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment