Field |
Description |
Type |
Null |
Limits |
Size |
Key |
Default |
Authority |
Source |
dsIdx |
The ID index column.
|
INT(10) |
Not Null |
|
|
Primary Key |
|
|
? |
dsId |
The PDS identifier for the dataset, usually something like:
MRO/HIRISE/MRO-M-HIRISE-2-EDR-V1.0
|
VARCHAR(40) |
Not Null |
|
|
|
|
|
PDS? |
releaseId |
PDS Release ID |
VARCHAR(4) |
|
|
|
|
|
|
? |
pathRoot |
?path root of the dataset? |
VARCHAR(60) |
Not Null |
|
|
|
|
|
? |
siteIdx |
|
TINYINT(4) |
Not Null |
|
|
|
|
|
? |
mediumType |
|
VARCHAR(30) |
|
|
|
|
|
|
? |
dataType |
The type of data in the dataset, for HiRISE, this will be
EDR or RDR.
|
VARCHAR(40) |
|
|
|
|
|
|
Dataset definition |
productType |
? |
VARCHAR(15) |
|
|
|
|
|
|
? |
peerReviewedFlag |
|
TINYINT(1) |
|
|
|
|
|
|
|
thumbAddedExtension |
An extension which is applied onto the end of the product server request
to identify the type of data to be returned for image thumbnails.
|
VARCHAR(120) |
|
|
|
|
|
|
Product Server Spec |
browseAddedExtension |
An extension which is applied onto the end of the product server request
to identify the type of data to be returned for browse images.
|
VARCHAR(120) |
|
|
|
|
|
|
Product Server Spec |
dataAddedExtension |
An extension which is applied onto the end of the product server request
to identify the type of data to be returned for the data products.
|
VARCHAR(120) |
|
|
|
|
|
|
Product Server Spec |
labelAddedExtension |
An extension which is applied onto the end of the product server request
to identify the type of data to be returned for the PDS Label.
|
VARCHAR(120) |
|
|
|
|
|
|
Product Server Spec |
displayAddedExtension |
Not used by HiRISE at this time |
VARCHAR(120) |
|
|
|
|
|
|
|
thumbMethod |
The method to use for retrieving thumbnails, this is normally "oodt"
|
VARCHAR(60) |
|
|
|
|
|
|
Product Server Spec |
browseMethod |
The method to use for retrieving browse images, this should be oodt.
|
VARCHAR(60) |
|
|
|
|
|
|
Product Server Spec |
dataMethod |
The method to use for retrieving the data, this should be oodt.
|
VARCHAR(60) |
|
|
|
|
|
|
Product Server Spec |
labelMethod |
The method to use for retrieving the PDS label, this should be oodt.
|
VARCHAR(60) |
|
|
|
|
|
|
Product Server Spec |
displayMethod |
Not used be HiRISE at this time.
|
VARCHAR(60) |
|
|
|
|
|
|
|
thumbSaveLocally |
Not used by HiRISE at this time.
|
TINYINT(1) |
|
|
|
|
0 |
|
|
browseSaveLocally |
Not used by HiRISE at this time.
|
TINYINT(1) |
|
|
|
|
0 |
|
|
dataSaveLocally |
Not used by HiRISE at this time.
|
TINYINT(1) |
|
|
|
|
0 |
|
|
labelSaveLocally |
Not used by HiRISE at this time.
|
TINYINT(1) |
|
|
|
|
0 |
|
|
displaySaveLocally |
Not used by HiRISE at this time.
|
TINYINT(1) |
|
|
|
|
0 |
|
|
oodtUrl |
Not used by HiRISE at this time.
|
VARCHAR(255) |
|
|
|
|
|
|
|
remoteUrl |
Not used by HiRISE at this time.
|
VARCHAR(255) |
|
|
|
|
|
|
|
atlasHostUrl |
Not used by HiRISE at this time.
|
VARCHAR(255) |
|
|
|
|
|
|
|
isThumbEmbedded |
Is the image thumbnail embedded within the PDS product? 0=NO, 1=YES.
For HiRISE this is always 0.
|
TINYINT(1) |
|
|
|
|
0 |
|
|
last_update |
Timestamp indicating the last time the record was updated.
|
TIMESTAMP(14) |
|
|
|
|
|
|
db server |