PDS_VERSION_ID = PDS3 /* File Characteristics */ RECORD_TYPE = FIXED_LENGTH RECORD_BYTES = 80 FILE_RECORDS = 170 /* Data Object Pointers */ ^TABLE = "radarref.tab" /* Identification Keywords */ DATA_SET_ID = "EAR-A-5-DDR-RADAR-V4.0" PRODUCT_NAME = "Asteroid Radar References" PRODUCT_ID = "RADAR-RADARREF-199604" INSTRUMENT_HOST_NAME = "N/A" INSTRUMENT_NAME = "N/A" TARGET_NAME = ASTEROID START_TIME = 1968 STOP_TIME = 1996 PRODUCT_CREATION_TIME = 1996-03-29 /* Peer Review Date */ RECORD_FORMAT = "(i2,2x,a74)" /* Data Object Descriptions */ OBJECT = TABLE ROWS = 170 ROW_BYTES = 80 INTERCHANGE_FORMAT = ASCII COLUMNS = 2 DESCRIPTION = "The complete citation of references for radar detections referred to in the radar detections file 'radar.tab' by code number." OBJECT = COLUMN COLUMN_NUMBER = 1 NAME = "REFERENCE CODE" DESCRIPTION = "This code is used in the radar detections file 'radar.tab'. A code between 80 and 89 inclusive refers to observations reported in an abstract only. A code between 90 and 99 inclusive refers to observations which have not been published. In these cases, an entry appears in the radar detections file for completeness, but no data are included. Reference codes less than 80 are used for published observations. If there is no entry in this field, the line is a continuation of the previous line." DATA_TYPE = ASCII_INTEGER START_BYTE = 1 BYTES = 2 FORMAT = I2 END_OBJECT = COLUMN OBJECT = COLUMN COLUMN_NUMBER = 2 NAME = "REFERENCE TEXT" DESCRIPTION = "The complete text of the reference associated with the code number in the previous field. If the reference code field is blank, the line is a continuation of the previous line." DATA_TYPE = CHARACTER START_BYTE = 5 BYTES = 74 FORMAT = A74 END_OBJECT = COLUMN END_OBJECT = TABLE END