This document describes the MEX SPICE PDS3 label format and contents. Example label (for a CK file) ============================= PDS_VERSION_ID = PDS3 RECORD_TYPE = FIXED_LENGTH RECORD_BYTES = 1024 TARGET_NAME = "N/A" ^SPICE_KERNEL = "ATNM_MEASURED_120101_130101_V03.BC" MISSION_NAME = "MARS EXPRESS" INSTRUMENT_HOST_NAME = "MARS EXPRESS" DATA_SET_ID = "MEX-E/M-SPICE-6-V2.0" DATA_SET_NAME = "MARS EXPRESS SPICE KERNELS V2.0" KERNEL_TYPE_ID = CK PRODUCT_CREATION_TIME = 2020-07-31 PRODUCT_ID = "ATNM_MEASURED_120101_130101_V03.BC" PRODUCER_ID = "ESA-ESAC" MISSION_PHASE_NAME = { "ME Phase 24", "ME Phase 25", "ME Phase 26", "ME Phase 27" } PRODUCT_VERSION_TYPE = ACTUAL START_TIME = 2012-01-01T00:00:00.997 STOP_TIME = 2013-01-01T00:00:40.974 SPACECRAFT_CLOCK_START_COUNT = "N/A" SPACECRAFT_CLOCK_STOP_COUNT = "N/A" INSTRUMENT_NAME = "N/A" NAIF_INSTRUMENT_ID = -41001 SOURCE_PRODUCT_ID = "ATNM_MEASURED_120101_130101_V03.BC" NOTE = "See comments in the kernel for details" OBJECT = SPICE_KERNEL INTERCHANGE_FORMAT = BINARY KERNEL_TYPE = POINTING DESCRIPTION = "Contains Mars Express measured attitude information covering the time span starting at the date 12-01-01 and finishing at the date 13-01-01. 03 indicates the file version." END_OBJECT = SPICE_KERNEL END General notes regarding labels ============================== * Strings appear in quotes except for single word strings. * Integers and PDS times do not take quotes. * Lists are enclosed within {} type brackets. * If a field is unknown, "UNK" may be entered. * If a field is not applicable to this file, "N/A" can be used. * If a field is unknown at the moment of the creation, but it will be know at a later time, "NULL" can be used. * Fields can spill freely, with or without white space, onto following lines. Definition of Keywords/Values for SPICE Kernels: ================================================ PDS_VERSION_ID PDS standards version, PDS3. RECORD_TYPE Record format of the file. For files with fixed-length records, FIXED_LENGTH; for text files, STREAM. RECORD_BYTES Record length. In the case of fixed-length records, an integer (no quotation marks). TARGET_NAME Target name. For SPICE kernels containing data specific to a target (e.g. target ephemeris SPK or target constants PCK). For SPICE kernels containing data not specific to a target (e.g. generic LSK, spacecraft CK), set to "N/A". ^SPICE_KERNEL Actual file name to which this label applies. MISSION_NAME Mission name, "MARS EXPRESS". INSTRUMENT_HOST_NAME Spacecraft name. "MARS EXPRESS". DATA_SET_ID Data set ID, "MEX-E/M-SPICE-6-V2.0". 'MEX' for Mars Express, 'E/M' identifies the targets of the mission (Earth, Mars). 'SPICE' is the SPICE data identifier. '6' is the CODMAC processing level; V2.0 is the data set version number. DATA_SET_NAME The name of this data set. KERNEL_TYPE_ID SPICE kernel type, CK, DSK, EK, FK, IK, LSK, PCK, SCLK, or SPK. PRODUCT_CREATION_TIME Time the file was created. This follows PDS time format: yyyy-mm-dd[Thh:mm:ss]. No quotes are needed. PRODUCT_ID Actual file name. PRODUCER_ID Team and/or individual who made the file. MISSION_PHASE_NAME The name(s) of the mission phase. PRODUCT_VERSION_TYPE Type of the information (PREDICT or ACTUAL) in the kernel. START_TIME Data start time. This follows the PDS time format: yyyy-mm-ddThh:mm:ss.ttt. No quotes are needed. For files not covering a specific time interval, "N/A". STOP_TIME Data stop time. This follows the PDS time format: yyyy-mm-ddThh:mm:ss.ttt. For files not covering a specific time interval, "N/A". SPACECRAFT_CLOCK_START_COUNT "N/A" in all labels. SPACECRAFT_CLOCK_STOP_COUNT "N/A" in all labels. INSTRUMENT_NAME "N/A" in all labels. NAIF_INSTRUMENT_ID Instrument NAIF ID code (when applicable), otherwise "N/A". SOURCE_PRODUCT_ID Set to actual file name, same as PRODUCT_ID. NOTE Points the reader to the comments in the kernels. OBJECT SPICE_KERNEL for SPICE kernels. INTERCHANGE_FORMAT Format of the file, either ASCII or BINARY. KERNEL_TYPE SPICE information type, Examples of possible values: EPHEMERIS, EVENTS, INSTRUMENT, LEAPSECONDS. etc. DESCRIPTION Brief description of the data in the file. END_OBJECT SPICE_KERNEL for SPICE kernels.