KPL/IK RPWI Instrument Kernel =============================================================================== This instrument kernel (I-kernel) contains the Radio and Plasma Wave Instrument (RPWI) sensors' parameters and field-of-view (FOV) definitions. Version and Date ------------------------------------------------------------------------------- Version 0.0 -- April 26, 2016 -- Jorge Diaz del Rio, ODC Space Initial Release. Pending review by the RPWI instrument and JUICE Science Operations Working Group teams. References ------------------------------------------------------------------------------- 1. ``Kernel Pool Required Reading'' 2. ``C-kernel Required Reading'' 3. JUICE Frames Definition Kernel (FK), latest version. 4. ``JUICE - Jupiter Icy Moons Explorer. Exploring the emergence of habitable worlds around gas giants. Definition Study report,'' ESA/SRE(2014)1, September 2014 (JUICE Red book v1.0) 5. ``JUICE - JUpiter Icy Moons Explorer RPWI (Radio & Plasma Waves Investigation) Experiment Interface Document - Part B,'' JUICE-IRF-RPWI-EID-003, Issue 2.1, 16 June 2013 Contact Information ------------------------------------------------------------------------------- If you have any questions regarding this file contact SPICE support at ESAC: Marc Costa Sitja (+34) 91-8131-457 mcosta@sciops.esa.int, esa_spice@sciops.esa.int or NAIF at JPL: Boris Semenov (818) 354-8136 Boris.Semenov@jpl.nasa.gov Implementation Notes ------------------------------------------------------------------------------- Applications that need SPICE I-kernel data must ``load'' the I-kernel file, 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 Loading the kernel using the SPICELIB routine FURNSH causes the data items and their associated values present in the kernel to become associated with a data structure called the ``kernel pool''. Once the file has been loaded, the SPICE routine GETFOV (getfov_c in C, cspice_getfov in IDL and MATLAB) can be used to retrieve FOV parameters for a given instrument or structure. The application program may obtain the value(s) for any other IK data item using the SPICELIB routines GDPOOL, GIPOOL, GCPOOL (gdpool_c, gipool_c, gcpool_c in C, cspice_gdpool, cspice_gipool, cspice_gcpool in IDL and MATLAB). See [1] for details. This file was created with, and can be updated with a text editor or word processor. Naming Conventions and Conventions for Specifying Data ------------------------------------------------------------------------------- All names referencing values in this IK file start with the characters `INS' followed by the NAIF JUICE spacecraft ID number (-907) followed by a NAIF three digit ID code for the RPWI sensors. This is the full list of names and IDs for the RPWI instrument described by this IK file: JUICE_RPWI_LP1 -907705 JUICE_RPWI_LP2 -907715 JUICE_RPWI_LP3 -907725 JUICE_RPWI_LP4 -907735 JUICE_RPWI_RWI -907740 JUICE_RPWI_SCM -907750 The remainder of the keyword name is an underscore character followed by the unique name of the data item. For example, the SCM dipole boresight direction in the JUICE_RPWI_SCM frame is specified by: INS-907750_BORESIGHT The upper bound on the length of the name of any data item is 32 characters. If the same item is included in more than one file, or if the same item appears more than once within a single file, the latest value supersedes any earlier values. Instrument Description and Overview ------------------------------------------------------------------------------- [TBW] Mounting Alignment ------------------------------------------------------------------------------- Refer to the latest version of the JUICE Frames Definition Kernel (FK) [3] for the RPWI reference frame definitions and mounting alignment information. Platform ID --------------------------------------------------------------------------- This number is the NAIF instrument ID of the platform on which the sensors are mounted. For Langmuir Probes (LPx) this platform is the corresponding boom (LPBx); for SCM and RWI sensor this platform is the Magnetometer Boom (MAG Boom). Please refer to the latest version of the JUICE NAIF ID Codes Definitions [3] for mapping of ID codes to sensor and structure names. \begindata INS-907705_PLATFORM_ID = ( -907701 ) INS-907715_PLATFORM_ID = ( -907711 ) INS-907725_PLATFORM_ID = ( -907721 ) INS-907735_PLATFORM_ID = ( -907731 ) INS-907740_PLATFORM_ID = ( -907031 ) INS-907750_PLATFORM_ID = ( -907031 ) \begintext