PDS_VERSION_ID = PDS3 RECORD_TYPE = FIXED_LENGTH RECORD_BYTES = 18 FILE_RECORDS = 120 ^TABLE = "CORRBDR.TAB" DESCRIPTION = "This table contains the correction factors that should be used to convert the 120 channel lunar data to bi-directional reflectance. The first column is wavelength in nanometers, the second column is the correction factor. These factors include both the wavelength and the geometry corrections. The 62231 reflectance data were resampled to the wavelengths of the 120 channel data to produce these correction factors. Since the J. B. Adams data required wavelength corrections, there are no directly measured values for the last three channels." OBJECT = TABLE INTERCHANGE_FORMAT = ASCII ROW_BYTES = 18 ROWS = 120 COLUMNS = 2 OBJECT = COLUMN NAME = WAVELENGTH DATA_TYPE = ASCII_REAL UNIT = NANOMETER START_BYTE = 1 BYTES = 6 FORMAT = "F6.1" DESCRIPTION = "Wavelength" END_OBJECT = COLUMN OBJECT = COLUMN NAME = CORRECTION_FACTOR DATA_TYPE = ASCII_REAL START_BYTE = 8 BYTES = 9 FORMAT = "F9.6" NOT_APPLICABLE_CONSTANT = -9.99999 DESCRIPTION = "Correction factor" END_OBJECT = COLUMN END_OBJECT = TABLE END