KPL/FK PVO Name - ID Mappings Kernel =============================================================================== This text kernel defines NAIF name - ID mappings for the Pioneer Venus Orbiter (PVO, Pioneer 12) spacecraft. Version and Date ------------------------------------------------------------------------------- Version 1.0 -- October 21, 2011 -- Boris Semenov, NAIF Initial release. Contact Information ------------------------------------------------------------------------------- Boris V. Semenov, NAIF/JPL, (818)-354-8136, Boris.Semenov@jpl.nasa.gov References ------------------------------------------------------------------------------- 1. ``NAIF IDs Required Reading'' Implementation Notes ------------------------------------------------------------------------------- This file is used by the SPICE system as follows: programs that make use of this text kernel must ``load'' the kernel, normally during program initialization. The SPICE routine FURNSH loads a kernel file into the pool as shown below. CALL FURNSH ( 'frame_kernel_name; ) -- FORTRAN furnsh_c ( "frame_kernel_name" ); -- C cspice_furnsh, frame_kernel_name -- IDL cspice_furnsh( 'frame_kernel_name' ) -- MATLAB This file was created and may be updated with a text editor or word processor. PVO Spacecraft NAIF ID <-> Name Mappings ------------------------------------------------------------------------------- This section contains mappings needed by SPICE system to support use of the PVO spacecraft names in the high level SPICE API calls. \begindata NAIF_BODY_NAME += ( 'PIONEER_12' ) NAIF_BODY_CODE += ( -12 ) NAIF_BODY_NAME += ( 'PIONEER-12' ) NAIF_BODY_CODE += ( -12 ) NAIF_BODY_NAME += ( 'PIONEER 12' ) NAIF_BODY_CODE += ( -12 ) NAIF_BODY_NAME += ( 'PIONEER_VENUS_ORBITER' ) NAIF_BODY_CODE += ( -12 ) NAIF_BODY_NAME += ( 'PIONEER VENUS ORBITER' ) NAIF_BODY_CODE += ( -12 ) NAIF_BODY_NAME += ( 'PVO' ) NAIF_BODY_CODE += ( -12 ) \begintext End of FK file.