SpiceKernelType#

class stixcore.ephemeris.manager.SpiceKernelType(value)[source]#

Bases: Enum

Different Spice Kernel types.

Attributes Summary

CK

Kernels that contain orientation for the spacecraft and some of its structures, (solar arrays, for instance)

FK

Kernels that define reference frames needed for the Mission.

IK

Kernels for the instruments on board the spacecraft.

LSK

Leapseconds kernel.

MK

Meta-kernel files (a.k.a "furnsh" files) that provide lists of kernels suitable for a given mission period.

MK_PRED

Predicted Meta-kernel files (a.k.a "furnsh" files) that provide lists of kernels suitable for a given mission period "in the future".

PCK

Kernels that define planetary constants.

SCLK

Spacecraft clock coefficients kernels.

SPK

Orbit kernels, for the spacecraft and other solar system bodies.

Attributes Documentation

CK = ('ck', '*.*')#

Kernels that contain orientation for the spacecraft and some of its structures, (solar arrays, for instance)

FK = ('fk', '*.*')#

Kernels that define reference frames needed for the Mission.

IK = ('ik', '*.*')#

Kernels for the instruments on board the spacecraft.

LSK = ('lsk', 'naif*.tls')#

Leapseconds kernel.

MK = ('mk', 'solo_ANC_soc-flown-mk_*.tm')#

Meta-kernel files (a.k.a “furnsh” files) that provide lists of kernels suitable for a given mission period.

MK_PRED = ('mk', 'solo_ANC_soc-pred-mk_*.tm')#

Predicted Meta-kernel files (a.k.a “furnsh” files) that provide lists of kernels suitable for a given mission period “in the future”.

PCK = ('pck', '*.*')#

Kernels that define planetary constants.

SCLK = ('sclk', 'solo_ANC_soc-sclk_*.tsc')#

Spacecraft clock coefficients kernels.

SPK = ('spk', '*.*')#

Orbit kernels, for the spacecraft and other solar system bodies.