PDS_VERSION_ID = PDS3 /* File characteristics */ RECORD_TYPE = FIXED_LENGTH RECORD_BYTES = 2880 FILE_RECORDS = 10002 /* Pointers to data objects */ ^ENVI_HEADER = "DC3503.HDR" ^FITS_HEADER = ("DC3503.QUB", 1) ^QUBE = ("DC3503.QUB", 3) /* Identification keywords */ DATA_SET_ID = "MSX-L-SPIRIT3-2/4-V1.0" PRODUCT_ID = "DC3503" INSTRUMENT_HOST_NAME = "MIDCOURSE SPACE EXPERIMENT" INSTRUMENT_NAME = "SPATIAL INFRARED IMAGING TELESCOPE" TARGET_NAME = "MOON" START_TIME = 1996-09-27T03:05:05.745 /* data acquisition */ STOP_TIME = 1996-09-27T03:34:10.745 PRODUCT_CREATION_TIME = 2005-06-02T15:37:05 /* file creation */ PRODUCER_FULL_NAME = "KATHLEEN KRAEMER" PRODUCER_INSTITUTION_NAME = "AIR FORCE RESEARCH LABORATORY" /* ENVI header description */ /* The ENVI header is stored as a separate file for the convenience */ /* of users who use ENVI image processing software. */ OBJECT = ENVI_HEADER HEADER_TYPE = "ENVI" INTERCHANGE_FORMAT = "ASCII" RECORDS = "N/A" BYTES = "N/A" DESCRIPTION = "This text file can be used by ENVI image processing software to read in the image." END_OBJECT = ENVI_HEADER /* FITS header description */ /* The FITS header is attached at the beginning of the data file. */ OBJECT = FITS_HEADER HEADER_TYPE = "FITS" RECORDS = 2 BYTES = 5760 END_OBJECT = FITS_HEADER /* Cube description: this is an image cube with 600 lines, 600 samples */ /* per line, and 20 planes (bands). OBJECT = QUBE AXES = 3 AXIS_NAME = (SAMPLE, LINE, BAND) /* Description of the core of the cube (image data) */ CORE_ITEMS = (600, 600, 20) CORE_ITEM_BYTES = 4 CORE_ITEM_TYPE = IEEE_REAL CORE_BASE = 0.0 CORE_MULTIPLIER = 1.0 SUFFIX_BYTES = 4 SUFFIX_ITEMS = (0, 0, 0) CORE_VALID_MINIMUM = 0.0 CORE_NULL = 'N/A' CORE_LOW_INSTR_SATURATION = 'N/A' CORE_LOW_REPR_SATURATION = 'N/A' CORE_HIGH_INSTR_SATURATION = 'N/A' CORE_HIGH_REPR_SATURATION = 'N/A' /* The 20 planes in the cube are stored in the following order. */ /* See the details in the file msx_leo.cat in the catalog directory */ /* this archive. */ /* A or B indicates the wavelength "band", where A is centered at 8.3 */ /* microns and B is centered at 4.3 microns. */ /* The numbers 1 through 6 indicate the segment number. */ /* "Temp in K" indicates brightness temperature in Kelvin. */ /* "Raw" indicates uncalibrated data */ BAND_NAME = ("B 1 Temp in K", "B 2 Temp in K", "B 3 Temp in K", "B 4 Temp in K", "B 5 Temp in K", "B 6 Temp in K", "A 1 Raw", "A 2 Raw", "A 3 Raw", "A 4 Raw", "A 5 Raw", "A 6 Raw", "Time 1 in msec", "Time 2 in msec", "Time 3 in msec", "Time 4 in msec", "Time 5 in msec", "Time 6 in msec", "Longitude in degrees", "Latitude in degrees") END_OBJECT = QUBE END