/*--------------------------------------------------------------------------*/ /*--- GEO_BAND3_TABLE ---*/ /*--------------------------------------------------------------------------*/ /* */ /* This table has 16 elements giving geometrical informations during */ /* observation concerning the line of sight emanating from the center of */ /* 3rd 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 3rd band. 2 LONG longitude of nearest point on 0 to 360 degrees MARS ellipsoid to LOS emanating from the center of 3rd band. 3 ALT Altitude above nearest point on <0 if KM MARS ellipsoid to LOS emanating intersection from the center of 3rd band. 4 RA Right ascension of LOS emanating -90 to 90 degrees from the center of 3rd band. 5 DEC Right ascension of LOS emanating -90 to 90 degrees from the center of 3rd band. 6 SZA Solar zenith angle at nearest 0 to 180 degrees point on MARS ellipsoid to LOS emanating from the center of 3rd band. 7 DISTTOPLANETNP Distance between the nearest KM point on LOS emanating from the center of 3rdB band and center of MARS. 8 PIXELSIZE Pixel (0.01 deg) size at nearest KM point on MARS ellipsoid to LOS emanating from the center of 3rd band. 9 ANGLELOSSUN Angle between S/C-SUN vector and 0 to 180 degrees LOS emanating from the center of 3rd band. 10 PHASELOSSUN Phase angle between the SUN and 0 to 180 degrees the Observer measured at the nearest point on MARS ellipsoid to LOS emanating from the center of 3rd band. 11 SOLARINCIDENCE Solar incidence angle between 0 to 180 degrees SUN and Normal at nearest point on MARS ellipsoid to LOS emanating from the center of 3rd band. 12 SOLARLOCALTIME Solar local time at nearest point 0 to 360 degrees on MARS ellipsoid to LOS emanating from the center of 3rdB band. 13 ANGLENORMALOBSERVER Emission angle between Normal 0 to 180 degrees and Observer at nearest point on MARS ellipsoid to LOS emanating from the center of 3rd band. 14 SUNAZIMUTH Azimuth of SUN in MEX axes relative 0 to 360 degrees to X. 15 DISTLOSPLANETCENTER Distance between the nearest point KM on LOS emanating from the center of 3rdB band (in degrees) and center of MARS. 16 DISTSCPLANETCENTER Distance between MEX position and KM center of MARS. */ /*--------------------------------------------------------------------------*/ OBJECT = COLUMN NAME = LAT DESCRIPTION = "Latitude of nearest point on MARS ellipsoid to LOS emanating from the center of 3rd 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 3rd 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 3rd 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 3rd 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 3rd band." UNIT = "DEGREES" VALID_MINIMUM = -90 VALID_MAXIMUM = 90 DATA_TYPE = IEEE_REAL START_BYTE = 17 BYTES = 4 END_OBJECT = COLUMN OBJECT = COLUMN NAME = SZA DESCRIPTION = "Solar zenith angle at nearest point on MARS ellipsoid to LOS emanating from the center of 3rd band." UNIT = "DEGREES" VALID_MINIMUM = 0 VALID_MAXIMUM = 180 DATA_TYPE = IEEE_REAL START_BYTE = 21 BYTES = 4 END_OBJECT = COLUMN OBJECT = COLUMN NAME = DISTTOPLANETNP DESCRIPTION = "Distance between the nearest point on LOS emanating from the center of 3rdB band and center of MARS." UNIT = "KM" DATA_TYPE = IEEE_REAL START_BYTE = 25 BYTES = 4 END_OBJECT = COLUMN OBJECT = COLUMN NAME = PIXELSIZE DESCRIPTION = "Pixel (0.01 deg) size at nearest point on MARS ellipsoid to LOS emanating from the center of 3rd band." UNIT = "KM" DATA_TYPE = IEEE_REAL START_BYTE = 29 BYTES = 4 END_OBJECT = COLUMN OBJECT = COLUMN NAME = ANGLELOSSUN DESCRIPTION = "Angle between S/C-SUN vector and LOS emanating from the center of 3rd band." VALID_MINIMUM = 0 VALID_MAXIMUM = 180 UNIT = "DEGREES" DATA_TYPE = IEEE_REAL START_BYTE = 33 BYTES = 4 END_OBJECT = COLUMN OBJECT = COLUMN NAME = PHASELOSSUN DESCRIPTION = "Phase angle between the SUN and the Observer measured at the nearest point on MARS ellipsoid to LOS emanating from the center of 3rd band." VALID_MINIMUM = 0 VALID_MAXIMUM = 180 UNIT = "DEGREES" DATA_TYPE = IEEE_REAL START_BYTE = 37 BYTES = 4 END_OBJECT = COLUMN OBJECT = COLUMN NAME = SOLARINCIDENCE DESCRIPTION = "Solar incidence angle between SUN and Normal at nearest point on MARS ellipsoid to LOS emanating from the center of 3rd band." VALID_MINIMUM = 0 VALID_MAXIMUM = 180 UNIT = "DEGREES" DATA_TYPE = IEEE_REAL START_BYTE = 41 BYTES = 4 END_OBJECT = COLUMN OBJECT = COLUMN NAME = SOLARLOCALTIME DESCRIPTION = "Solar local time at nearest point on MARS ellipsoid to LOS emanating from the center of 3rdB band." VALID_MINIMUM = 0 VALID_MAXIMUM = 360 UNIT = "DEGREES" DATA_TYPE = IEEE_REAL START_BYTE = 45 BYTES = 4 END_OBJECT = COLUMN OBJECT = COLUMN NAME = ANGLENORMALOBSERVER DESCRIPTION = "Emission angle between Normal and Observer at nearest point on MARS ellipsoid to LOS emanating from the center of 3rd band." VALID_MINIMUM = 0 VALID_MAXIMUM = 180 UNIT = "DEGREES" DATA_TYPE = IEEE_REAL START_BYTE = 49 BYTES = 4 END_OBJECT = COLUMN OBJECT = COLUMN NAME = SUNAZIMUTH DESCRIPTION = "Azimuth of SUN in MEX axes relative to X." VALID_MINIMUM = 0 VALID_MAXIMUM = 360 UNIT = "DEGREES" DATA_TYPE = IEEE_REAL START_BYTE = 53 BYTES = 4 END_OBJECT = COLUMN OBJECT = COLUMN NAME = DISTLOSPLANETCENTER DESCRIPTION = "Distance between the nearest point on LOS emanating from the center of 3rdB band and center of MARS." UNIT = "KM" DATA_TYPE = IEEE_REAL START_BYTE = 57 BYTES = 4 END_OBJECT = COLUMN OBJECT = COLUMN NAME = DISTSCPLANETCENTER DESCRIPTION = "Distance between MEX position and center of MARS." UNIT = "KM" DATA_TYPE = IEEE_REAL START_BYTE = 61 BYTES = 4 END_OBJECT = COLUMN