KPL/FK James Webb Space Telescope Spacecraft Frames Kernel ============================================================================= This kernel contains NAIF ID/name mapping for the James Webb Space Telescope S/C . Version and Date ----------------------------------------------------------------------------- Version 0.0 -- May 12, 2020 -- Marc Costa Sitja, ESAC/ESA Preliminary Version. Only basic ID and frame definitions. References ----------------------------------------------------------------------------- 1. ``Frames Required Reading'' 2. ``Kernel Pool Required Reading'' 3. ``C-Kernel Required Reading'' Contact Information ----------------------------------------------------------------------------- If you have any questions regarding this file contact the ESA SPICE Service at ESAC: Marc Costa Sitja (+34) 91-8131-457 marc.costa@esa.int, esa_spice@sciops.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. * SPICEPY 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 JWST Mission NAIF ID Codes ----------------------------------------------------------------------------- The following names and NAIF ID codes are assigned to the Gaia spacecraft, its structures and science instruments (the keywords implementing these definitions are located in the section "Gaia Mission NAIF ID Codes -- Definition Section" at the end of this file): JWST Spacecraft and Spacecraft Structures names/IDs: JWST -170 Gaia NAIF ID Codes to Name Mapping ------------------------------------------------------------------------------ This section contains name to NAIF ID mappings for the JWST mission. 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. Spacecraft: ---------------------------------------------------------------- This table presents the JWST Spacecraft and its main structures' names. --------------------- ------- -------------------------- Name ID Synonyms --------------------- ------- -------------------------- JWST -170 JAMES WEBB SPACE TELESCOPE --------------------- ------- -------------------------- \begindata NAIF_BODY_NAME += ( 'JWST' ) NAIF_BODY_CODE += ( -170 ) NAIF_BODY_NAME += ( 'JAMES WEBB SPACE TELESCOPE' ) NAIF_BODY_CODE += ( -170 ) \begintext End of FK file.