KPL/FK Galileo Dynamic Frame Definitions =========================================================================== This kernel contains dynamic frame definitions for the Galileo mission. Version and Date --------------------------------------------------------------- Version 1.0 -- April 1, 2015 -- Boris Semenov Initial release. References --------------------------------------------------------------- 1. "Kernel Pool Required Reading" 2. "Frames Required Reading" Contact Information --------------------------------------------------------------- Direct questions, comments, or concerns about the contents of this kernel to: Boris Semenov, NAIF/JPL, Boris.Semenov@jpl.nasa.gov Implementation Notes --------------------------------------------------------------- This file is used by the SPICE system as follows: programs that make use of this frame kernel must "load" the kernel using SPICE's FURNSH routine, normally during program initialization. Loading the kernel associates the data items with their names in a data structure called the "kernel pool". This file was created and may be updated with a text editor or word processor. Frames Defined in This Kernel --------------------------------------------------------------- The following frames are defined in this kernel file: Frame Name Relative To Type NAIF ID ======================= =================== ======= ======= Dynamic Frames: ------------------ GLL_RCS_JUPITER J2000 DYNAMIC -77913 GLL_RCS_JUPITER_AUX J2000 DYNAMIC -77914 RCS Frame --------------------------------------------------------------- The RCS frame named 'GLL_RCS_JUPITER' with ID -77913 is defined below as a SPICE dynamic two-vector style frame with +Z along instanteneous Jupiter pole and +X in the direction of Jupiter vernal equinox. As its secondary defining vector it uses the Z axis of the 'GLL_RCS_JUPITER_AUX' frame (ID -77914), which is a two vector frame based on Jupiter position and velocity with respect to Sun. This +Z axis is co-aligned with Jupiter orbital instantaneous angular momentum. In order for the orientation of these frames to be computed by SPICE an SPK containing Jupiter ephemeris and a generic PCK must be loaded into the user application. \begindata FRAME_GLL_RCS_JUPITER = -77913 FRAME_-77913_NAME = 'GLL_RCS_JUPITER' FRAME_-77913_CLASS = 5 FRAME_-77913_CLASS_ID = -77913 FRAME_-77913_CENTER = -77 FRAME_-77913_RELATIVE = 'J2000' FRAME_-77913_DEF_STYLE = 'PARAMETERIZED' FRAME_-77913_FAMILY = 'TWO-VECTOR' FRAME_-77913_PRI_AXIS = 'Z' FRAME_-77913_PRI_VECTOR_DEF = 'CONSTANT' FRAME_-77913_PRI_SPEC = 'RECTANGULAR' FRAME_-77913_PRI_VECTOR = ( 0.0, 0.0, 1.0 ) FRAME_-77913_PRI_FRAME = 'IAU_JUPITER' FRAME_-77913_SEC_AXIS = 'Y' FRAME_-77913_SEC_VECTOR_DEF = 'CONSTANT' FRAME_-77913_SEC_SPEC = 'RECTANGULAR' FRAME_-77913_SEC_VECTOR = ( 0.0, 0.0, -1.0 ) FRAME_-77913_SEC_FRAME = 'GLL_RCS_JUPITER_AUX' FRAME_-77913_ROTATION_STATE = 'INERTIAL' FRAME_GLL_RCS_JUPITER_AUX = -77914 FRAME_-77914_NAME = 'GLL_RCS_JUPITER_AUX' FRAME_-77914_CLASS = 5 FRAME_-77914_CLASS_ID = -77914 FRAME_-77914_CENTER = -77 FRAME_-77914_RELATIVE = 'J2000' FRAME_-77914_DEF_STYLE = 'PARAMETERIZED' FRAME_-77914_FAMILY = 'TWO-VECTOR' FRAME_-77914_PRI_AXIS = 'X' FRAME_-77914_PRI_VECTOR_DEF = 'OBSERVER_TARGET_POSITION' FRAME_-77914_PRI_OBSERVER = 'SUN' FRAME_-77914_PRI_TARGET = 'JUPITER' FRAME_-77914_PRI_ABCORR = 'NONE' FRAME_-77914_SEC_AXIS = 'Y' FRAME_-77914_SEC_VECTOR_DEF = 'OBSERVER_TARGET_VELOCITY' FRAME_-77914_SEC_OBSERVER = 'SUN' FRAME_-77914_SEC_TARGET = 'JUPITER' FRAME_-77914_SEC_ABCORR = 'NONE' FRAME_-77914_SEC_FRAME = 'J2000' \begintext End of FK.