KPL/FK SPK from TLE Frames Kernel ============================================================================= This frame kernel contains complete set of NAIF ID/name mapping for the SPK from TLE. This kernel also contains NAIF ID/name mapping for the different spacecrafts. Version and Date ------------------------------------------------------------------------ Version 0.1 -- February 20, 2026 This file was generated with the Auxiliary Data Conversion System version: ADCSng v4.7.1. The following updates were performed: - Added NAIF Body Id for 'IONOSFERA-M_1' - Added NAIF Body Id for 'IONOSFERA-M_2' - Added NAIF Body Id for 'IONOSFERA-M_3' - Added NAIF Body Id for 'IONOSFERA-M_4' References ----------------------------------------------------------------------------- 1. ``Frames Required Reading'' 2. ``Kernel Pool Required Reading'' 3. ``C-Kernel Required Reading'' 4. ``CelesTrak: Current GP Element Sets'' https://celestrak.org/NORAD/elements/ Contact Information ----------------------------------------------------------------------------- If you have any questions regarding this file contact the ESA SPICE Service (ESS) at ESAC: Alfredo Escalante Lopez (+34) 91-8131-429 spice@cosmos.esa.int Implementation Notes ----------------------------------------------------------------------------- This file is used by the SPICE system as follows: programs that make use of this frame kernel must "load" the kernel normally during program initialization. Loading the kernel associates the data items with their names in a data structure called the "kernel pool". The SPICELIB routine FURNSH loads a kernel into the pool as shown below: FORTRAN: (SPICELIB) CALL FURNSH ( frame_kernel_name ) C: (CSPICE) furnsh_c ( frame_kernel_name ); IDL: (ICY) cspice_furnsh, frame_kernel_name MATLAB: (MICE) cspice_furnsh ( 'frame_kernel_name' ) PYTHON: (SPICEYPY)* furnsh( frame_kernel_name ) In order for a program or routine to extract data from the pool, the SPICELIB routines GDPOOL, GIPOOL, and GCPOOL are used. See [2] for more details. This file was created and may be updated with a text editor or word processor. * SPICEYPY is a non-official, community developed Python wrapper for the NAIF SPICE toolkit. Its development is managed on Github. It is available at: https://github.com/AndrewAnnex/SpiceyPy NAIF ID Codes to Name Mapping ------------------------------------------------------------------------------ This section contains name to NAIF ID mappings for the SPK from TLE. Once the contents of this file is loaded into the KERNEL POOL, these mappings become available within SPICE, making it possible to use names instead of ID code in the high level SPICE routine calls. Spacecrafts: ---------------------------------------------------------------- This table presents the NAIF ID to names mapping for SPK from TLE. --------------------- ------- ------------------ ------------------- Name ID Synonyms Type --------------------- ------- ------------------ ------------------- Ionosfera-M: ------------ IONOSFERA-M_1 -61735 IONOSFERA-M_2 -61736 IONOSFERA-M_3 -64876 IONOSFERA-M_4 -64877 --------------------- ------- -------------------------- \begindata NAIF_BODY_NAME += ( 'IONOSFERA-M_1' ) NAIF_BODY_CODE += ( -61735 ) NAIF_BODY_NAME += ( 'IONOSFERA-M_2' ) NAIF_BODY_CODE += ( -61736 ) NAIF_BODY_NAME += ( 'IONOSFERA-M_3' ) NAIF_BODY_CODE += ( -64876 ) NAIF_BODY_NAME += ( 'IONOSFERA-M_4' ) NAIF_BODY_CODE += ( -64877 ) \begintext End of FK file.