PDS_VERSION_ID = PDS3 LABEL_REVISION_NOTE = " 01 Jan 1996 Creation of V1.0 by M. Sykes (SBN) 31 Dec 1998 Upgrades and corrections for V2.0 by M. Sykes (SBN) " /* File Characteristics */ RECORD_TYPE = FIXED_LENGTH RECORD_BYTES = 16 FILE_RECORDS = 71 /* Data Object Pointers */ ^TABLE = "ulydarea.tab" /* Identification Keywords */ DATA_SET_NAME = "ULYSSES DUST DETECTOR SYSTEM V1.0" DATA_SET_ID = "ULY-D-UDDS-5-DUST-V2.0" PRODUCT_ID = "ULYD-ULYDAREA-199903" PRODUCT_NAME = "Ulysses DDS Area Table" SPACECRAFT_NAME = "ULYSSES" INSTRUMENT_NAME = "ULYSSES DUST DETECTION SYSTEM" TARGET_NAME = DUST PRODUCT_CREATION_TIME = 1996-03-06 RECORD_FORMAT = "(f5.2,f8.2)" /* Data Object Descriptions */ OBJECT = TABLE INTERCHANGE_FORMAT = ASCII ROWS = 71 COLUMNS = 2 ROW_BYTES = 16 DESCRIPTION = "The sensitive area of the Ulysses dust detector is tabulated as a function of the incident angle with respect to the sensor axis. Area values are in cm**2, not normalized. They are a numerical simulation of a stream of particles striking the detector at different angles, taking shadowing into account. There are slight variations with azimuthal angle which are not reflected in the table. These are less than 10 percent variations." OBJECT = COLUMN COLUMN_NUMBER = 1 NAME = "SENSOR AXIS ANGLE" UNIT = "DEGREES" DESCRIPTION = "This is the angle to the sensor axis where zero is along the axis." DATA_TYPE = "ASCII REAL" START_BYTE = 1 BYTES = 5 FORMAT = "F5.2" END_OBJECT = COLUMN OBJECT = COLUMN COLUMN_NUMBER = 2 NAME = "DETECTOR AREA" UNIT = "SQUARE CENTIMETERS" DESCRIPTION = "The sensitive detector area exposed corresponding to the projected area of the hemispherical detector visible to an incoming particle traveling along a path at the SENSOR AXIS ANGLE." DATA_TYPE = "ASCII REAL" START_BYTE = 6 BYTES = 8 FORMAT = "F8.2" END_OBJECT = COLUMN END_OBJECT = TABLE END