KPL/PCK This text kernel defines the following items need for SINCPT and other high-level SPICE APIs to work with a bogus body representing Jupiter with 400 km larger radii: -- a name/ID mapping: 'JUPITER_400KM' (NAIF ID 599001) -- radii for this body: 400 km larger than Jupiter's -- reference frame 'IAU_JUPITER_400KM', co-aligned the 'IAU_JUPITER' frame, centered on 'JUPITER_400KM', including the frame-to-object association keyword -- PM PCK term, like Jupiter's to support operation PLNSNS and ET2LST that require this term to determine rotation direction. BVS/NAIF, 06/15/20 \begindata NAIF_BODY_NAME += ( 'JUPITER_400KM' ) NAIF_BODY_CODE += ( 599001 ) BODY599001_RADII = ( 71892 71892 67254 ) FRAME_IAU_JUPITER_400KM = 599001 FRAME_599001_NAME = 'IAU_JUPITER_400KM' FRAME_599001_CLASS = 4 FRAME_599001_CLASS_ID = 599001 FRAME_599001_CENTER = 599001 TKFRAME_599001_SPEC = 'ANGLES' TKFRAME_599001_RELATIVE = 'IAU_JUPITER' TKFRAME_599001_ANGLES = ( 0, 0, 0 ) TKFRAME_599001_AXES = ( 2, 3, 2 ) TKFRAME_599001_UNITS = 'DEGREES' OBJECT_599001_FRAME = 'IAU_JUPITER_400KM' BODY599001_PM = ( 284.95 870.5360000 0. ) \begintext End of PCK.