NAME = CMP COLUMNS = 3 ROW_BYTES = 9 INTERCHANGE_FORMAT = BINARY PRIMARY_KEY = ( "SPACECRAFT_CLOCK_START_COUNT", "DETECTOR_NUMBER" ) DESCRIPTION = " The CMP table contains the real and complex data from the FFT. The complex data is only downlinked when requested and can only be requested for a single detector per observation. The CMP array contains 286 points (143 real, 143 complex) for a short scan (OBS Table, SCAN_LENGTH = 1), and 572 points (286 real, 286 complex) for a long scan (OBS Table, SCAN_LENGTH = 2)." OBJECT = COLUMN NAME = SPACECRAFT_CLOCK_START_COUNT DATA_TYPE = MSB_UNSIGNED_INTEGER START_BYTE = 1 BYTES = 4 ALIAS_NAME = sclk_time DESCRIPTION = "The value of the spacecraft clock at the beginning of the observation" END_OBJECT = COLUMN OBJECT = COLUMN NAME = DETECTOR_NUMBER DATA_TYPE = MSB_UNSIGNED_INTEGER START_BYTE = 5 BYTES = 1 ALIAS_NAME = detector DESCRIPTION = "The number of the spectrometer detector that made the observation. Detectors are numbered from 1 to 6" END_OBJECT = COLUMN OBJECT = COLUMN NAME = FFT_COMPLEX_DATA DATA_TYPE = MSB_UNSIGNED_INTEGER START_BYTE = 6 BYTES = 4 VAR_DATA_TYPE = MSB_INTEGER VAR_ITEM_BYTES = 2 VAR_RECORD_TYPE = Q15 ALIAS_NAME = complex DESCRIPTION = "The real and imaginary parts of the FFT. This column is the pointer to the data." UNIT = "Transformed Volts" END_OBJECT = COLUMN