Field |
Description |
Type |
Null |
Limits |
Size |
Key |
Default |
Authority |
Source |
ID |
Unique ID for each EDR Product. The values
here should not be assigned by external programs. Instead it can
either be ignored, or NULL can be inserted, and the database will
automatically assign the next ID.
|
INT(10) unsigned auto_increment |
Not Null |
|
|
Primary Key |
|
|
db server |
PRODUCT_ID |
Unique public identifier for this EDR Product. It consists
of three parts, the Observation ID, the CCD ID, and the Channel ID.
|
VARCHAR(28) |
Not Null |
|
|
|
|
EDR SIS
|
EDRgen |
VERSION |
Version number of this record.
|
VARCHAR(255) |
Not Null |
|
|
|
|
|
EDRgen |
COMMANDED_ID |
The Observation ID for the planned observation that was the basis
for the generation of the data product. This corresponds to the
OBSERVATION_ID field of the Planned_Observations table.
|
VARCHAR(28) |
|
|
|
|
|
EDR SIS
|
EDRgen |
TARGET_NAME |
The name of the target for this Product.
|
ENUM("MARS", "STARS", "PHOBOS", "DEIMOS", "SKY", "CAL", "LUNA", "MOON", "NOPROC") |
|
|
|
|
|
EDR SIS
|
EDRgen |
MISSION_PHASE_NAME |
The mission phase name that this Product was acquired under.
|
ENUM("Integration and Testing", "Calibration", "ATLO", "Kennedy Space Center", "Launch", "Cruise", "Approach", "Aerobraking", "Transition", "Primary Science Phase", "Relay", "Reserved_1", "Reserved_2", "Reserved_3", "Reserved_4", "Reserved_5", "Reserved_6", "Reserved_7", "Reserved_8", "Reserved_9", "Reserved_10", "Reserved_11", "Reserved_12", "Reserved_13", "Reserved_14", "Reserved_15", "Reserved_16", "Reserved_17", "Reserved_18", "Reserved_19", "Reserved_20", "Sequence Verification Tests") |
|
|
|
|
|
EDR SIS
|
EDRgen |
RATIONALE_DESC |
A description of what was acquired with this Product.
|
TEXT |
|
|
|
|
|
|
EDRgen ? HiVali ? |
ORBIT_NUMBER |
The orbit number that this Product was acquired during.
|
SMALLINT(10) unsigned |
|
|
|
|
|
EDR SIS
|
EDRgen |
SOFTWARE_NAME |
Version of the EDRgen software that was used to create this product.
|
VARCHAR(70) |
|
|
|
|
|
EDR SIS
|
EDRgen |
HICAL_VERSION |
Version of the HiCal software used to calibrate this EDR in downstream
processing.
|
VARCHAR(70) |
|
|
|
|
|
|
HiCal |
FLIGHT_SOFTWARE_VERSION_ID |
Version number of the onboard instrument's software.
|
VARCHAR(20) |
|
|
|
|
|
EDR SIS
|
EDRgen |
SOURCE_FILE_NAME |
The file name of the .DAT file this EDR was created from. This may be
the original file downloaded from RSDS or a file derived from a .out or
.im file.
|
VARCHAR(128) |
|
|
|
|
|
EDR SIS
|
EDRgen |
PATHNAME |
The full, logical path (filename included) of this EDR Product within
the HiRISE filesystem.
|
TEXT |
|
|
|
|
|
EDR SIS
|
EDRgen |
ANALOG_POWER_START_TIME |
UTC start time when the analog power to the CPMM units was applied.
|
DATETIME |
|
|
|
|
|
EDR SIS
|
EDRgen |
ANALOG_POWER_START_COUNT |
Spacecraft clock count corresponding to the ANALOG_POWER_START_TIME.
|
VARCHAR(20) |
|
|
|
|
|
EDR SIS
|
EDRgen |
OBSERVATION_START_TIME |
UTC start time of the first calibration line of this product.
|
DATETIME |
|
|
|
|
|
EDR SIS
|
EDRgen |
OBSERVATION_START_COUNT |
Start time of the first calibration line of this product.
It is the MRO spacecraft clock value in seconds:tics format
where tics are one over 2 to the 16. This is relative to the
J2000 epoch.
|
VARCHAR(20) |
|
|
|
|
|
EDR SIS
|
EDRgen |
START_TIME |
UTC start time of the first image line of this product.
|
DATETIME |
|
|
|
|
|
EDR SIS
|
EDRgen |
STOP_TIME |
UTC stop time of the last image line of this product.
|
DATETIME |
|
|
|
|
|
EDR SIS
|
EDRgen |
SPACECRAFT_CLOCK_START_COUNT |
MRO spacecraft clock start value in seconds:tics format
where tics are one over 2 to the 16. This is relative to the
J2000 epoch.
|
VARCHAR(20) |
|
|
|
|
|
EDR SIS
|
EDRgen |
SPACECRAFT_CLOCK_STOP_COUNT |
MRO spacecraft clock stop value in seconds:tics format
where tics are one over 2 to the 16. This is relative to the
J2000 epoch.
|
VARCHAR(20) |
|
|
|
|
|
EDR SIS
|
EDRgen |
READOUT_START_TIME |
UTC time that the data moves from the CPMM to the solid
state recorder for this Product.
|
DATETIME |
|
|
|
|
|
EDR SIS
|
EDRgen |
READOUT_START_COUNT |
MRO spacecraft clock value for when the data moves from the CPMM
to the solid state recorder in seconds:tics format
where tics are one over 2 to the 16. This is relative to the
J2000 epoch.
|
VARCHAR(20) |
|
|
|
|
|
EDR SIS
|
EDRgen |
PRODUCT_CREATION_TIME |
UTC time when this Product was created, on the ground
from the raw data received from the spacecraft.
|
DATETIME |
|
|
|
|
|
EDR SIS
|
EDRgen |
FILTER_NAME |
The verbose filter name for the CCD that this Product came from.
|
ENUM("RED", "NEAR-INFRARED", "BLUE-GREEN") |
|
|
|
|
|
EDR SIS
|
EDRgen |
SCAN_EXPOSURE_DURATION |
This time in microseconds specifies the time between the generation
of successive lines. This is the value that was supplied to the
EXP_LINETIME command in the PTF.
|
FLOAT(10,5) unsigned |
|
|
|
|
|
EDR SIS
|
EDRgen |
DELTA_LINE_TIMER_COUNT |
|
INT unsigned |
|
|
|
|
|
EDR SIS
|
EDRgen |
FOCUS_POSITION_COUNT |
|
INT unsigned |
|
|
|
|
|
EDR SIS
|
EDRgen |
BINNING |
The binning for this Product. Allowable values are 1, 2, 3, 4, 8, and 16.
|
TINYINT(2) unsigned |
|
1, 2, 3, 4, 8, or 16 |
|
|
|
EDR SIS
|
EDRgen |
TDI |
The Time Delay Integration mode for this Product. Allowable values
are 8, 32, 64, and 128.
|
TINYINT(3) unsigned |
|
8, 32, 64, or 128 |
|
|
|
EDR SIS
|
EDRgen |
TRIM_LINES |
The number of trim lines that this Product has.
|
INT(11) unsigned |
|
|
|
|
|
EDR SIS
|
EDRgen |
CPMM_00_ON |
Indication from the HiRISE instrument of whether this CPMM was powered
when this Product was acquired.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
CPMM_01_ON |
Indication from the HiRISE instrument of whether this CPMM was powered
when this Product was acquired.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
CPMM_02_ON |
Indication from the HiRISE instrument of whether this CPMM was powered
when this Product was acquired.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
CPMM_03_ON |
Indication from the HiRISE instrument of whether this CPMM was powered
when this Product was acquired.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
CPMM_04_ON |
Indication from the HiRISE instrument of whether this CPMM was powered
when this Product was acquired.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
CPMM_05_ON |
Indication from the HiRISE instrument of whether this CPMM was powered
when this Product was acquired.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
CPMM_06_ON |
Indication from the HiRISE instrument of whether this CPMM was powered
when this Product was acquired.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
CPMM_07_ON |
Indication from the HiRISE instrument of whether this CPMM was powered
when this Product was acquired.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
CPMM_08_ON |
Indication from the HiRISE instrument of whether this CPMM was powered
when this Product was acquired.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
CPMM_09_ON |
Indication from the HiRISE instrument of whether this CPMM was powered
when this Product was acquired.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
CPMM_10_ON |
Indication from the HiRISE instrument of whether this CPMM was powered
when this Product was acquired.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
CPMM_11_ON |
Indication from the HiRISE instrument of whether this CPMM was powered
when this Product was acquired.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
CPMM_12_ON |
Indication from the HiRISE instrument of whether this CPMM was powered
when this Product was acquired.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
CPMM_13_ON |
Indication from the HiRISE instrument of whether this CPMM was powered
when this Product was acquired.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
LOOKUP_TABLE_TYPE |
The lookup table that was applied to the data for this Product.
If data is added or altered in this table, data in the other
LOOKUP_TABLE_ fields should also be changed.
|
ENUM("N/A", "LINEAR", "SQUARE ROOT", "STORED") |
|
|
|
|
|
EDR SIS
|
EDRgen |
LOOKUP_TABLE_MINIMUM |
The minimum value that was returned from the lookup table for this
Product. If data is added or altered in this
table, data in the other LOOKUP_TABLE_ fields should also be changed.
|
INT(11) |
|
|
|
|
|
EDR SIS
|
EDRgen |
LOOKUP_TABLE_MAXIMUM |
The maximum value that was returned from the lookup table for this
Product. If data is added or altered in this
table, data in the other LOOKUP_TABLE_ fields should also be changed.
|
INT(11) |
|
|
|
|
|
EDR SIS
|
EDRgen |
LOOKUP_TABLE_MEDIAN |
The median value of the the lookup table for this
Product. If data is added or altered in this
table, data in the other LOOKUP_TABLE_ fields should also be changed.
|
INT(11) |
|
|
|
|
|
EDR SIS
|
EDRgen |
LOOKUP_TABLE_K_VALUE |
The k value, or spread, of the lookup table for this
Product. If data is added or altered in this
table, data in the other LOOKUP_TABLE_ fields should also be changed.
|
INT(11) |
|
|
|
|
|
EDR SIS
|
EDRgen |
LOOKUP_TABLE_NUMBER |
The number of the stored lookup table that was used
when LOOKUP_TABLE_TYPE is set to "STORED". It is meaningless
otherwise. There are 28 stored lookup tables, numbered zero through
27.
|
SMALLINT(2) |
|
0 to 27 |
|
|
|
EDR SIS
|
EDRgen |
FELICS_COMPRESSION_FLAG |
Was this Product's data compressed with FELICS?
|
ENUM("NO", "YES") |
|
|
|
|
|
EDR SIS
|
EDRgen |
FELICS_COMPRESSION_RATIO |
The ratio of the size data channel of the raw dat file to
data of uncompressed EDR.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats? |
STIMULATION_LAMP_RED_ON |
This indicates whether this stimulation lamp was on during
this product's acquisition.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
STIMULATION_LAMP_NIR_ON |
This indicates whether this stimulation lamp was on during
this product's acquisition.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
STIMULATION_LAMP_BLG_ON |
This indicates whether this stimulation lamp was on during
this product's acquisition. These will eventually be identified
by stim lamp color, not stim lamp number.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
HEATER_CONTROL_MODE |
The control mode for the heater.
The heaters on HiRISE work in two distinct modes. One is
called "closed-loop". In this case there are limits that the
system tries to keep the temperature within. It reads the temp
sensors and turns the heaters on/off as needed. The other mode
is "duty-cycle". In this case the heaters are turned on for
fixed time durations at fixed time intervals.
|
ENUM("CLOSED LOOP", "DUTY CYCLE") |
|
|
|
|
|
EDR SIS
|
EDRgen |
HEATER_00_ON |
This indicates whether this heater unit was on during the acquisition
of this product.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
HEATER_01_ON |
This indicates whether this heater unit was on during the acquisition
of this product.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
HEATER_02_ON |
This indicates whether this heater unit was on during the acquisition
of this product.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
HEATER_03_ON |
This indicates whether this heater unit was on during the acquisition
of this product.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
HEATER_04_ON |
This indicates whether this heater unit was on during the acquisition
of this product.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
HEATER_05_ON |
This indicates whether this heater unit was on during the acquisition
of this product.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
HEATER_06_ON |
This indicates whether this heater unit was on during the acquisition
of this product.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
HEATER_07_ON |
This indicates whether this heater unit was on during the acquisition
of this product.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
HEATER_08_ON |
This indicates whether this heater unit was on during the acquisition
of this product.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
HEATER_09_ON |
This indicates whether this heater unit was on during the acquisition
of this product.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
HEATER_10_ON |
This indicates whether this heater unit was on during the acquisition
of this product.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
HEATER_11_ON |
This indicates whether this heater unit was on during the acquisition
of this product.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
HEATER_12_ON |
This indicates whether this heater unit was on during the acquisition
of this product.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
HEATER_13_ON |
This indicates whether this heater unit was on during the acquisition
of this product.
|
ENUM("OFF", "ON") |
|
|
|
|
|
EDR SIS
|
EDRgen |
OPT_BNCH_FLEXURE_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
OPT_BNCH_MIRROR_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
OPT_BNCH_FOLD_FLAT_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
OPT_BNCH_FPA_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
OPT_BNCH_FPE_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
OPT_BNCH_LIVING_RM_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
OPT_BNCH_BOX_BEAM_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
OPT_BNCH_COVER_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
FIELD_STOP_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
FPA_POSITIVE_Y_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
FPA_NEGATIVE_Y_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
FPE_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
PRIMARY_MIRROR_MNT_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
PRIMARY_MIRROR_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
PRIMARY_MIRROR_BAF_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
MS_TRUSS_LEG_0_A_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
MS_TRUSS_LEG_0_B_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
MS_TRUSS_LEG_120_A_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
MS_TRUSS_LEG_120_B_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
MS_TRUSS_LEG_240_A_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
MS_TRUSS_LEG_240_B_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
BARREL_BAFFLE_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
SUN_SHADE_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
SPIDER_LEG_30_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
SPIDER_LEG_150_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
SPIDER_LEG_270_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
SEC_MIRROR_MTR_RNG_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
SEC_MIRROR_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
SEC_MIRROR_BAFFLE_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
IEA_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
FOCUS_MOTOR_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
IE_PWS_BOARD_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
CPMM_PWS_BOARD_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
MECH_TLM_BOARD_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
INST_CONT_BOARD_TEMPERATURE |
Temperature in Celsius.
|
FLOAT(6) |
|
|
|
|
|
EDR SIS
|
EDRgen |
DLL_LOCKED_FLAG_FIRST |
|
ENUM("UNKNOWN", "YES", "NO") |
Not Null |
|
|
|
|
EDR SIS
|
EDRgen |
DLL_LOCKED_FLAG_SECOND |
|
ENUM("UNKNOWN","YES","NO") |
Not Null |
|
|
|
|
EDR SIS
|
EDRgen |
DLL_RESET_COUNT |
|
TINYINT(3) unsigned |
|
0 to 255 |
|
|
|
EDR SIS
|
EDRgen |
DLL_LOCKED_ONCE_FLAG_FIRST |
|
ENUM("UNKNOWN", "YES", "NO") |
Not Null |
|
|
|
|
EDR SIS
|
EDRgen |
DLL_LOCKED_ONCE_FLAG_SECOND |
|
ENUM("UNKNOWN","YES","NO") |
Not Null |
|
|
|
|
EDR SIS
|
EDRgen |
DLL_FREQUENCY_CORRECT_COUNT |
|
TINYINT(3) unsigned |
|
0 to 255 |
|
|
|
EDR SIS
|
EDRgen |
ADC_TIMING_SETTING_IMAGE |
|
TINYINT(2) unsigned |
|
0 to 15 |
|
|
|
EDR SIS
|
EDRgen |
ADC_TIMING_SETTING_RESET |
|
TINYINT(2) unsigned |
|
0 to 15 |
|
|
|
EDR SIS
|
EDRgen |
IMAGE_LINES |
The number of lines in this product.
|
INT(11) unsigned |
|
|
|
|
|
EDR SIS
|
EDRgen |
LINE_SAMPLES |
The number of samples in each line.
|
INT(11) unsigned |
|
|
|
|
|
EDR SIS
|
EDRgen |
SAMPLE_BITS |
The number of bits per pixel.
|
INT(2) unsigned |
|
8, or 16 |
|
|
|
EDR SIS
|
EDRgen |
TIMING_DIFFERENCE |
The difference between the observation start time of the observation and
the predicted start time in seconds. The predicted start time is based
on the predict time in Planned_Observations adjusted by the "delay by" time
and the observation duration.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
GAP_PIXELS |
Total number of pixels in the image array that are missing due to gaps
in the telemetry downlink data stream or for pixel data that could not
be decompressed.
|
INT(11) unsigned |
|
|
|
|
|
|
EDR_Stats |
GAP_PIXELS_PERCENT |
The percentage of this Product that contains gaps.
Percent of image that is comprised of missing pixels. This value is
computed by the equation: 100*GAP_PIXELS/(IMAGE_LINES * LINE_SAMPLES)
|
FLOAT unsigned |
|
|
|
|
|
|
EDR_Stats |
HIGH_SATURATED_PIXELS |
The number of high saturated pixels in this Product.
|
INT unsigned |
|
|
|
|
|
|
EDR_Stats |
LOW_SATURATED_PIXELS |
The number of low saturated pixels in this Product.
|
INT unsigned |
|
|
|
|
|
|
EDR_Stats |
STD_DN_LEVELS |
The number of DN levels that are used to capture 99.98% of the image.
A small value for STD_DN_LEVELS would mean a quantized image with
a poorly chosen LUT definition. A large value for STD_DN_LEVELS and
without significant saturation would indicate a properly chosen LUT
for the observation viewing conditions.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
IMAGE_SIGNAL_TO_NOISE_RATIO |
The signal to noise ratio of the image.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
IMAGE_MEAN |
The mean pixel value for the image portion of this Product.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
IMAGE_STANDARD_DEVIATION |
The standard deviation for the image portion of this Product.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
IMAGE_MINIMUM |
The minimum pixel value for the image portion of this Product.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
IMAGE_MAXIMUM |
The maximum pixel value for the image portion of this Product.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
CAL_REVERSE_MEAN |
The mean pixel value for the calibration reverse-readout lines.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
CAL_REVERSE_STANDARD_DEVIATION |
The standard deviation for the calibration reverse-readout lines.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
CAL_REVERSE_MINIMUM |
The minimum pixel value for the reverse-readout lines.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
CAL_REVERSE_MAXIMUM |
The maximum pixel value for the reverse-readout lines.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
CAL_REVERSE_LIS |
The number of low saturated pixels in the reverse read-out lines.
|
INT(10) unsigned |
|
|
|
|
|
|
EDR_Stats |
CAL_MASK_MEAN |
The mean pixel value for the calibration mask lines.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
CAL_MASK_STANDARD_DEVIATION |
The standard deviation for the calibration mask lines.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
CAL_MASK_MINIMUM |
The minimum pixel value for the calibration mask lines.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
CAL_MASK_MAXIMUM |
The maximum pixel value for the calibration mask lines.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
CAL_RAMP_MEAN |
The mean pixel value for the calibration ramp lines.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
CAL_RAMP_STANDARD_DEVIATION |
The standard deviation for the calibration ramp lines.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
CAL_RAMP_MINIMUM |
The minimum pixel value for the calibration ramp lines.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
CAL_RAMP_MAXIMUM |
The maximum pixel value for the calibration ramp lines.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
IMAGE_BUFFER_MEAN |
The mean pixel value for the bufffer pixels in the image portion of this
Product.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
IMAGE_BUFFER_STANDARD_DEVIATION |
The standard deviation for the bufffer pixels in the image portion of this
Product.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
IMAGE_BUFFER_MINIMUM |
The minimum pixel value for the bufffer pixels in the image portion of
this Product.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
IMAGE_BUFFER_MAXIMUM |
The maximum pixel value for the bufffer pixels in the image portion of
this Product.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
IMAGE_BUFFER_LIS |
The number of Low Saturated Pixels in the image buffer lines.
|
INT(10) unsigned |
|
|
|
|
|
|
EDR_Stats |
CAL_BUFFER_MEAN |
The mean pixel value for the bufffer pixels in the calibration portion
of this Product.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
CAL_BUFFER_STANDARD_DEVIATION |
The standard deviation for the bufffer pixels in the calibration portion
of this Product.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
CAL_BUFFER_MINIMUM |
The minimum pixel value for the bufffer pixels in the calibration portion
of this Product.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
CAL_BUFFER_MAXIMUM |
The maximum pixel value for the bufffer pixels in the calibration portion
of this Product.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
CAL_BUFFER_LIS |
The number of Low Saturated Pixels in the cal buffer lines.
|
INT(10) unsigned |
|
|
|
|
|
|
EDR_Stats |
IMAGE_DARK_MEAN |
The mean pixel value for the dark pixels in the image portion of this
Product.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
IMAGE_DARK_STANDARD_DEVIATION |
The standard deviation for the dark pixels in the image portion of this
Product.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
IMAGE_DARK_MINIMUM |
The minimum pixel value for the dark pixels in the image portion of this
Product.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
IMAGE_DARK_MAXIMUM |
The maximum pixel value for the dark pixels in the image portion of this
Product.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
CAL_DARK_MEAN |
The mean pixel value for the dark pixels in the calibration portion of
this Product.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
CAL_DARK_STANDARD_DEVIATION |
The standard deviation for the dark pixels in the calibration portion of
this Product.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
CAL_DARK_MINIMUM |
The minimum pixel value for the dark pixels in the calibration portion of
this Product.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
CAL_DARK_MAXIMUM |
The maximum pixel value for the dark pixels in the calibration portion of
this Product.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
CAL_DARK_RAMP_MEAN |
The mean pixel value for the dark pixels in the calibration portion of
this Product.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
CAL_DARK_RAMP_STANDARD_DEVIATION |
The standard deviation for the dark pixels in the calibration portion of
this Product.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
CAL_DARK_RAMP_MINIMUM |
The minimum pixel value for the dark pixels in the calibration portion of
this Product.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
CAL_DARK_RAMP_MAXIMUM |
The maximum pixel value for the dark pixels in the calibration portion of
this Product.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
IMAGE_POST_RAMP_MEAN |
The mean pixel value for the dark pixels in the calibration portion of
this Product.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
IMAGE_POST_RAMP_STANDARD_DEVIATION |
The standard deviation for the dark pixels in the calibration portion of
this Product.
|
FLOAT |
|
|
|
|
|
|
EDR_Stats |
IMAGE_POST_RAMP_MINIMUM |
The minimum pixel value for the dark pixels in the calibration portion of
this Product.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
IMAGE_POST_RAMP_MAXIMUM |
The maximum pixel value for the dark pixels in the calibration portion of
this Product.
|
SMALLINT unsigned |
|
|
|
|
|
|
EDR_Stats |
HIGH_PASS_FILTER_CORRECTION_STANDARD_DEVIATION |
The standard deviation of the high-pass filtered column correction values
applied by cubenorm used to minimize the residual vertical banding.
|
FLOAT unsigned |
|
|
|
|
|
|
HiCal |
DESTRIPED_DIFFERENCE_STANDARD_DEVIATION |
The standard deviation of the difference between the uncorrected and
"destripe-"corrected channels for minimizing horizontal banding.
|
FLOAT unsigned |
|
|
|
|
|
|
HiCal |
LUT_VALIDATION |
LUT Validation test results.
|
ENUM("FAIL","PASS") |
|
|
|
|
|
|
EDR_Stats |
NOISE_FILTERED |
Indicates if noise filtering was triggered during HiCal processing.
|
ENUM("NO","YES") |
|
|
|
|
|
|
HiCal |
VALIDATED |
A NULL here means that this data has not gone through validation.
Values mean that it has gone through the validation process.
False means it has failed inspection and subsequent processing
cannot proceed. True indicates that it can.
|
TINYINT |
|
|
|
|
|
|
HiVali |
VALIDATOR_USERNAME |
The username of the person that has validated this Product.
|
VARCHAR(32) |
|
|
|
|
|
|
HiVali |
VALIDATOR_NOTE |
An optional note that may be written by the validator.
|
TEXT |
|
|
|
|
|
|
HiVali |
VALIDATE_TIME |
The UTC date when this Product was validated.
|
DATETIME |
|
|
|
|
|
|
HiVali |
LAST_UPDATE |
This column records the last time that a record was updated.
|
TIMESTAMP |
|
|
|
|
|
|
db server |