Commit 71185d00ce160953f063bf40c52f68f92150f9c5
1 parent
27d3be19
Exists in
master
and in
12 other branches
quality flag added
Showing
1 changed file
with
20 additions
and
8 deletions
Show diff stats
NumericalData/AMDA/MEX/MARSIS/mex-marsis-ele.xml
... | ... | @@ -57,14 +57,13 @@ Then the optimization is done by using the following constraints: |
57 | 57 | <Cadence_Max>PT10S</Cadence_Max> |
58 | 58 | </TemporalDescription> |
59 | 59 | <Caveats>Data Quality Description : |
60 | - * -1: PERCENTAGE OF LOW SNR DATA NOT AVAILABLE | |
61 | - * 0: NO LOW SNR DATA | |
62 | - * 1: LESS THAN 25% LOW SNR DATA | |
63 | - * 2: LESS THAN 50% LOW SNR DATA | |
64 | - * 3: LESS THAN 75% LOW SNR DATA | |
65 | - * 4: MORE THAN 75% LOW SNR DATA | |
66 | - </Caveats> | |
67 | - <ObservedRegion>Mars</ObservedRegion> | |
60 | + * -1: percentage of low SNR data not available | |
61 | + * 0: no low SNR data | |
62 | + * 1: less than 25% low SNR data | |
63 | + * 2: less than 50% low SNR data | |
64 | + * 3: less than 75% low SNR data | |
65 | + * 4: more than 75% low SNR data | |
66 | + </Caveats> | |
68 | 67 | <Parameter> |
69 | 68 | <Name>tec</Name> |
70 | 69 | <ParameterKey>mex_marsis_tec</ParameterKey> |
... | ... | @@ -79,5 +78,18 @@ Then the optimization is done by using the following constraints: |
79 | 78 | <SupportQuantity>Other</SupportQuantity> |
80 | 79 | </Support> |
81 | 80 | </Parameter> |
81 | + <Parameter> | |
82 | + <Name>quality flag</Name> | |
83 | + <ParameterKey>mex_marsis_tecflag</ParameterKey> | |
84 | + <Description/> | |
85 | + <Ucd/> | |
86 | + <Units/> | |
87 | + <RenderingHints> | |
88 | + <DisplayType>TimeSeries</DisplayType> | |
89 | + </RenderingHints> | |
90 | + <Support> | |
91 | + <SupportQuantity>Other</SupportQuantity> | |
92 | + </Support> | |
93 | + </Parameter> | |
82 | 94 | </NumericalData> |
83 | 95 | </Spase> | ... | ... |