KPL/FK Generic Frame Definition Kernel File for Comets =========================================================================== This frame kernel includes the NAIF IDs for various comets that are not ``built'' in the SPICE toolkit. Version and Date ======================================================================== Version 0.0 -- July 4, 2025 -- Alfredo Escalante Lopez, ESAC/ESA Initial version. References ======================================================================== 1. ``Frames Required Reading'' 2. ``Kernel Pool Required Reading'' 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. The SPICELIB routine FURNSH, the CSPICE function furnsh_c and the ICY function cspice_furnsh load a kernel file into the kernel pool as shown below. CALL FURNSH ( 'frame_kernel_name' ) furnsh_c ( "frame_kernel_name" ); cspice_furnsh ( 'frame_kernel_name' ) This file was created and may be updated with a text editor or word processor. NAIF ID Codes to Name Mapping ------------------------------------------------------------------------------ This section contains name to NAIF ID mappings. Once the contents of this file are 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. --------------------- ------- -------------------------- Name ID Synonyms --------------------- ------- -------------------------- C/2002 T7 1000418 C_2002_T7 C/2004 Q2 1000507 C_2004_Q2 C/2010 A2 1003055 C_2010_A2 C/2025 N1 1004083 C_2025_N1, 3I/ATLAS --------------------- ------- -------------------------- Name-ID Mapping keywords: \begindata NAIF_BODY_CODE += ( 1000418 ) NAIF_BODY_NAME += ( 'C_2002_T7' ) NAIF_BODY_CODE += ( 1000418 ) NAIF_BODY_NAME += ( 'C/2002 T7' ) NAIF_BODY_CODE += ( 1000507 ) NAIF_BODY_NAME += ( 'C_2004_Q2' ) NAIF_BODY_CODE += ( 1000507 ) NAIF_BODY_NAME += ( 'C/2004 Q2' ) NAIF_BODY_CODE += ( 1003055 ) NAIF_BODY_NAME += ( 'C_2010_A2' ) NAIF_BODY_CODE += ( 1003055 ) NAIF_BODY_NAME += ( 'C/2010 A2' ) NAIF_BODY_CODE += ( 1004083 ) NAIF_BODY_NAME += ( 'C_2025_N1' ) NAIF_BODY_CODE += ( 1004083 ) NAIF_BODY_NAME += ( 'C/2025 N1' ) NAIF_BODY_CODE += ( 1004083 ) NAIF_BODY_NAME += ( '3I/ATLAS' ) \begintext End of FK file.