SpiceKernelType#
- class stixcore.ephemeris.manager.SpiceKernelType(value)[source]#
Bases:
EnumDifferent Spice Kernel types.
Attributes Summary
Kernels that contain orientation for the spacecraft and some of its structures, (solar arrays, for instance)
Kernels that define reference frames needed for the Mission.
Kernels for the instruments on board the spacecraft.
Leapseconds kernel.
Meta-kernel files (a.k.a "furnsh" files) that provide lists of kernels suitable for a given mission period.
Predicted Meta-kernel files (a.k.a "furnsh" files) that provide lists of kernels suitable for a given mission period "in the future".
Kernels that define planetary constants.
Spacecraft clock coefficients kernels.
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.