This document describes the VEX 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 = "ATNV_MEASURED_2006_V01.BC" MISSION_NAME = "VENUS EXPRESS" INSTRUMENT_HOST_NAME = "VENUS EXPRESS" DATA_SET_ID = "VEX-E/V-SPICE-6-V2.0" DATA_SET_NAME = "VENUS EXPRESS SPICE KERNELS V2.0" KERNEL_TYPE_ID = CK PRODUCT_CREATION_TIME = 2020-03-24 PRODUCT_ID = "ATNV_MEASURED_2006_V01.BC" PRODUCER_ID = "ESA-ESAC" MISSION_PHASE_NAME = { "CRUISE", "VOI", "PHASE 0", "PHASE 1", "PHASE 2", "PHASE 3", "PHASE 4" } PRODUCT_VERSION_TYPE = ACTUAL START_TIME = 2006-01-01T00:00:02.047 STOP_TIME = 2007-01-01T00:04:56.744 SPACECRAFT_CLOCK_START_COUNT = "N/A" SPACECRAFT_CLOCK_STOP_COUNT = "N/A" INSTRUMENT_NAME = "N/A" NAIF_INSTRUMENT_ID = -248000 SOURCE_PRODUCT_ID = "ATNV_MEASURED_2006_V01.BC" NOTE = "See comments in the kernel for details" OBJECT = SPICE_KERNEL INTERCHANGE_FORMAT = BINARY KERNEL_TYPE = POINTING DESCRIPTION = "SPICE kernel containing Venus Express MEASURED attitude, provided by the onboard AOCS system. The coverage is for the year indicated by 2006." 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, "VENUS EXPRESS". INSTRUMENT_HOST_NAME Spacecraft name. "VENUS EXPRESS". DATA_SET_ID Data set ID, "VEX-E/V-SPICE-6-V2.0". 'VEX' for Venus Express, 'E/V' identifies the targets of the mission (Earth, Venus). '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.