Field |
Description |
Type |
Null |
Limits |
Size |
Key |
Default |
Authority |
Source |
ID |
This is the unique identifying ID for each set of geometry parameters.
|
INT(10) auto_increment |
Not Null |
|
|
Primary Key |
|
|
db server |
OBSERVATION_ID |
The observation id these geometry parameters apply to.
|
VARCHAR(25) |
Not Null |
|
|
Foreign Key which references Planned_Observations (OBSERVATION_ID) ON DELETE CASCADE unique index |
|
|
HiGeomInit |
VERSION |
The version of these parameters (if needed).
|
VARCHAR(255) |
Not Null |
|
|
|
|
|
HiGeomInit |
BIN1_SCALED_PIXEL_WIDTH |
This is the BIN 1 scaled pixel width in meters/pixel at the
center of the observation. This field is only relevant for EDRs. If
an EDR has a binning mode other than 1, then the actual scaled pixel width
of the EDR can be calculated by multiplying this value by the value of the
binning mode.
|
FLOAT(9) |
|
|
|
|
|
|
HiGeomInit |
EMISSION_ANGLE |
The emission angle in degrees at the center of the observation.
|
FLOAT |
|
|
|
|
|
|
HiGeomInit |
INCIDENCE_ANGLE |
The incidence angle in degrees at the center of the observation.
|
FLOAT |
|
|
|
|
|
|
HiGeomInit |
PHASE_ANGLE |
The phase angle in degrees at the center of the observation.
|
FLOAT |
|
|
|
|
|
|
HiGeomInit |
IMAGE_CENTER_LATITUDE |
The planetocentric latitude of the center of the observation in degrees.
By default, this is the latitude of the mid-point of the image from top to
bottom in the RED4/5 overlap region. This may vary if RED4/5 is missing.
|
FLOAT(10) |
|
|
|
|
|
|
HiGeomInit |
IMAGE_CENTER_LONGITUDE |
The planetocentric longitude of the center of the observation in degrees.
By default, this is the longitude of the mid-point of the image from top to
bottom in the RED4/5 overlap region. This may vary if RED4/5 is missing.
|
FLOAT(10) |
|
|
|
|
|
|
HiGeomInit |
MINIMUM_LATITUDE |
The minimum planetocentric latitude of the observation.
|
FLOAT(10) |
|
-90 to 90 |
|
|
|
|
RedMosaic |
MAXIMUM_LATITUDE |
The maximum planetocentric latitude of the observation.
|
FLOAT(10) |
|
-90 to 90 |
|
|
|
|
RedMosaic |
MINIMUM_LONGITUDE |
The minimum planetocentric longitude of the observation.
|
FLOAT(10) |
|
-180 to 360 |
|
|
|
|
RedMosaic |
MAXIMUM_LONGITUDE |
The maximum planetocentric longitude of the observation.
|
FLOAT(10) |
|
0 to 360 |
|
|
|
|
RedMosaic |
RED_LOWER_LEFT_LONGITUDE |
The planetocentric longitude of the lower left corner of the red
mosaic of this observation.
|
FLOAT(10) |
|
-180 to 360 |
|
|
|
|
HiGeom_Init |
RED_LOWER_LEFT_LATITUDE |
The planetocentric latitude of the lower left corner of the red mosaic of
this observation.
|
FLOAT(10) |
|
-90 to 90 |
|
|
|
|
HiGeom_Init |
RED_LOWER_RIGHT_LONGITUDE |
The planetocentric longitude of the lower right corner of the red
mosaic of this observation.
|
FLOAT(10) |
|
-180 to 360 |
|
|
|
|
HiGeom_Init |
RED_LOWER_RIGHT_LATITUDE |
The planetocentric latitude of the lower right corner of the red mosaic of
this observation.
|
FLOAT(10) |
|
-90 to 90 |
|
|
|
|
HiGeom_Init |
RED_UPPER_RIGHT_LONGITUDE |
The planetocentric longitude of the upper right corner of the red
mosaic of this observation.
|
FLOAT(10) |
|
-180 to 360 |
|
|
|
|
HiGeom_Init |
RED_UPPER_RIGHT_LATITUDE |
The planetocentric latitude of the upper right corner of the red mosaic of
this observation.
|
FLOAT(10) |
|
-90 to 90 |
|
|
|
|
HiGeom_Init |
RED_UPPER_LEFT_LONGITUDE |
The planetocentric longitude of the upper left corner of the red
mosaic of this observation.
|
FLOAT(10) |
|
-180 to 360 |
|
|
|
|
HiGeom_Init |
RED_UPPER_LEFT_LATITUDE |
The planetocentric latitude of the upper left corner of the red mosaic of
this observation.
|
FLOAT(10) |
|
-90 to 90 |
|
|
|
|
HiGeom_Init |
COLOR_LOWER_LEFT_LONGITUDE |
The planetocentric longitude of the lower left corner of the color
mosaic of this observation.
|
FLOAT(10) |
|
-180 to 360 |
|
|
|
|
HiGeom_Init |
COLOR_LOWER_LEFT_LATITUDE |
The planetocentric latitude of the lower left corner of the color mosaic
of this observation.
|
FLOAT(10) |
|
-90 to 90 |
|
|
|
|
HiGeom_Init |
COLOR_LOWER_RIGHT_LONGITUDE |
The planetocentric longitude of the lower right corner of the color
mosaic of this observation.
|
FLOAT(10) |
|
-180 to 360 |
|
|
|
|
HiGeom_Init |
COLOR_LOWER_RIGHT_LATITUDE |
The planetocentric latitude of the lower right corner of the color
mosaic of this observation.
|
FLOAT(10) |
|
-90 to 90 |
|
|
|
|
HiGeom_Init |
COLOR_UPPER_RIGHT_LONGITUDE |
The planetocentric longitude of the upper right corner of the color
mosaic of this observation.
|
FLOAT(10) |
|
-180 to 360 |
|
|
|
|
HiGeom_Init |
COLOR_UPPER_RIGHT_LATITUDE |
The planetocentric latitude of the upper right corner of the color
mosaic of this observation.
|
FLOAT(10) |
|
-90 to 90 |
|
|
|
|
HiGeom_Init |
COLOR_UPPER_LEFT_LONGITUDE |
The planetocentric longitude of the upper left corner of the color
mosaic of this observation.
|
FLOAT(10) |
|
-180 to 360 |
|
|
|
|
HiGeom_Init |
COLOR_UPPER_LEFT_LATITUDE |
The planetocentric latitude of the upper left corner of the color
mosaic of this observation.
|
FLOAT(10) |
|
-90 to 90 |
|
|
|
|
HiGeom_Init |
PROJECTION_TYPE |
The map projection type.
|
ENUM("EQUIRECTANGULAR","POLARSTEREOGRAPHIC", "POLAR STEREOGRAPHIC") |
|
|
|
|
|
|
HiGeomInit |
PROJECTION_CENTER_LATITUDE |
Center latitude of the map projection. This does not necessarily equal
the center latitude ot the image.
|
FLOAT(10) |
|
-90 to 90 |
|
|
|
|
HiGeomInit |
PROJECTION_CENTER_LONGITUDE |
Center longitude of the map projection. This does not necessarily equal the
center longitude of the image.
|
FLOAT(10) |
|
-90 to 90 |
|
|
|
|
HiGeomInit |
SPACECRAFT_ALTITUDE |
This field represents the center altitude for the observation
on the MRO elipsoid reference.
|
FLOAT |
|
|
|
|
|
|
HiGeomInit |
TARGET_CENTER_DISTANCE |
The distance from the spacecraft to the target body's center in kilometers.
|
FLOAT |
|
|
|
|
|
|
HiGeomInit |
SLANT_DISTANCE |
The distance from the spacecraft to the intersection of the view vector with
the target body in kilometers.
|
FLOAT |
|
|
|
|
|
|
HiGeomInit |
NORTH_AZIMUTH |
The angle in degrees clockwise from the reference axis of the observation
(a line from the center to the right edge of the observation) to the
direction to the north pole of the target body.
|
FLOAT |
|
0 to 360 |
|
|
|
|
HiGeomInit |
SUB_SOLAR_AZIMUTH |
The angle in degrees clockwise from the reference axis of the observation
(a line from the center to the right edge of the observation) to the
direction to the sub-solar point on the target body.
|
FLOAT |
|
0 to 360 |
|
|
|
|
HiGeomInit |
SUB_SOLAR_LATITUDE |
The planetocentric latitude of the sub-solar point in degrees.
|
FLOAT(10) |
|
-90 to 90 |
|
|
|
|
HiGeomInit |
SUB_SOLAR_LONGITUDE |
The east longitude of the sub-solar point in degrees.
|
FLOAT(10) |
|
0 to 360 |
|
|
|
|
HiGeomInit |
SUB_SPACECRAFT_LATITUDE |
The planetocentric latitude of the sub-spacecraft point in degrees.
|
FLOAT(10) |
|
|
|
|
|
|
HiGeomInit |
SUB_SPACECRAFT_LONGITUDE |
The planetocentric longitude of the sub-spacecraft point in degrees.
|
FLOAT(10) |
|
|
|
|
|
|
HiGeomInit |
SOLAR_DISTANCE |
The distance from the center of the image on the target body to the center
of the sun in kilometers.
|
FLOAT |
|
|
|
|
|
|
HiGeomInit |
SOLAR_LONGITUDE |
The solar logitude (LS) at the time of image
acquisition in degrees from the Martian vernal equinox.
|
FLOAT(10) |
|
0 to 360 |
|
|
|
|
HiGeomInit |
LOCAL_TIME |
Local True Solar Time in decimal hours from midnight at the center of the
observation.
|
FLOAT |
|
|
|
|
|
|
HiGeomInit |
LSK_PATH |
The leap second kernel.
|
TEXT |
|
|
|
|
|
|
HiGeomInit |
PCK_PATH |
The planetary constants kernel.
|
TEXT |
|
|
|
|
|
|
HiGeomInit |
SPK_PATH |
The spacecraft ephemeris kernel.
|
TEXT |
|
|
|
|
|
|
HiGeomInit |
TSPK_PATH |
The target ephemeris kernel.
|
TEXT |
|
|
|
|
|
|
HiGeomInit |
CK_PATH |
The instrument pointing kernel.
|
TEXT |
|
|
|
|
|
|
HiGeomInit |
SCLK_PATH |
The spacecraft clock kernel.
|
TEXT |
|
|
|
|
|
|
HiGeomInit |
DEM_PATH |
Shape Model File (DTM)
|
TEXT |
|
|
|
|
|
|
HiGeomInit |
IAK_PATH |
Instrument addendum kernel
|
TEXT |
|
|
|
|
|
|
HiGeomInit |
IK_PATH |
Instrument Kernel
|
TEXT |
|
|
|
|
|
|
HiGeomInit |
FK_PATH |
Instrument framers kernel
|
TEXT |
|
|
|
|
|
|
HiGeomInit |
LAST_UPDATE |
The last time this record was updated.
|
TIMESTAMP |
|
|
|
|
|
|
db server |
Copyright (C) 2005-2020 Arizona Board of Regents on
behalf of the Planetary Image Research Laboratory,
Lunar and Planetary Laboratory at the University
of Arizona.