OBJECT = COLUMN COLUMN_NUMBER = 1 NAME = "VNAM" DESCRIPTION = " The VNAM is the abbreviation of the name of the value in the second column. The VNAM is a left-justfied CHARACTER string of up to eight characters; trailing spaces may be ignored. VNAMs may be duplicated between tables. VNAM values ending in a decimal number may apply to the COLUMN of the same number in the corresponding TABLE OBJECT (FITS BINTABLE extension) of the data product corresponding to this calibration product The first VNAM in the table will be EXTNAME, which is not a calibration parameter per se, but rather the name of the FITS extension, as when parsing this table it may be easier to locate data by searching for such lines than by parsing the Object Description Language (ODL; cf. PDS Standards Reference) in this label. " START_BYTE = 1 BYTES = 8 DATA_TYPE = CHARACTER FORMAT = "A8" END_OBJECT = COLUMN OBJECT = COLUMN COLUMN_NUMBER = 2 NAME = "VALUE" DESCRIPTION = " The VALUE is in ASCII form, and may be a right-justified number (ASCII_REAL), or a CHARACTER string left-justfied within ticks (single quotes; '; ASCII code 39 decimal, 27 hexadecimal). Spaces before and after either tick may be ignored. " START_BYTE = 11 BYTES = 20 DATA_TYPE = CHARACTER FORMAT = "A20" END_OBJECT = COLUMN OBJECT = COLUMN COLUMN_NUMBER = 3 NAME = "VALUE_DESCRIPTION" DESCRIPTION = " The VALUE_DESCRIPTION is a brief description of the value. Refer to the data set documentation, particularly the ICD (Interface Control Documemtnt DOCUMENT/SOC_INST_ICD.* and SOC_INST_ICD_PEPSSI.*), and the Space Science Review article (DOCUMENT/PEPSSI_SSR.*), for more detail. The VALUE_DESCRIPTION is free-form text, it is not delimited by ticks or quotes, but it may contain ticks, quotes, commas or any 7-bit ASCII character. " START_BYTE = 34 BYTES = 47 DATA_TYPE = CHARACTER FORMAT = "A47" END_OBJECT = COLUMN