/*--------------------------------------------------------------------------*/ /*--- GEO_BAND1_TABLE ---*/ /*--------------------------------------------------------------------------*/ /* */ /* This table has 5 elements giving geometrical informations during */ /* observation concerning the line of sight emanating from the center of */ /* 1st band. */ /* All relevant parameters are in the label as keyword. */ /* */ /*--------------------------------------------------------------------------*/ /* Integer rank Name Meaning Value Unit ------------ ---- ------- ----- --- 1 LAT Latitude of nearest point on -90 to 90 degrees MARS ellipsoid to LOS emanating from the center of 1st band. 2 LONG longitude of nearest point on 0 to 360 degrees MARS ellipsoid to LOS emanating from the center of 1st band. 3 ALT Altitude above nearest point on <0 if KM MARS ellipsoid to LOS emanating intersection from the center of 1st band. 4 RA Right ascension of LOS emanating -90 to 90 degrees from the center of 1st band. 5 DEC Right ascension of LOS emanating -90 to 90 degrees from the center of 1st band. */ /*--------------------------------------------------------------------------*/ OBJECT = COLUMN NAME = LAT DESCRIPTION = "Latitude of nearest point on MARS ellipsoid to LOS emanating from the center of 1st band." UNIT = "DEGREES" VALID_MINIMUM = -90 VALID_MAXIMUM = 90 DATA_TYPE = IEEE_REAL START_BYTE = 1 BYTES = 4 END_OBJECT = COLUMN OBJECT = COLUMN NAME = LONG DESCRIPTION = "longitude of nearest point on MARS ellipsoid to LOS emanating from the center of 1st band." VALID_MINIMUM = 0 VALID_MAXIMUM = 360 UNIT = "DEGREES" DATA_TYPE = IEEE_REAL START_BYTE = 5 BYTES = 4 END_OBJECT = COLUMN OBJECT = COLUMN NAME = ALT DESCRIPTION = "Altitude above nearest point on MARS ellipsoid to LOS emanating from the center of 1st band." UNIT = "KM" DATA_TYPE = IEEE_REAL START_BYTE = 9 BYTES = 4 END_OBJECT = COLUMN OBJECT = COLUMN NAME = RA DESCRIPTION = "Right ascension of LOS emanating from the center of 1st band." VALID_MINIMUM = 0 VALID_MAXIMUM = 360 UNIT = "DEGREES" DATA_TYPE = IEEE_REAL START_BYTE = 13 BYTES = 4 END_OBJECT = COLUMN OBJECT = COLUMN NAME = DEC DESCRIPTION = "Declination of LOS emanating from the center of 1st band." UNIT = "DEGREES" VALID_MINIMUM = -90 VALID_MAXIMUM = 90 DATA_TYPE = IEEE_REAL START_BYTE = 17 BYTES = 4 END_OBJECT = COLUMN