Commit 6bbaddf8e6e0b2768be191f1e2eab85d5d88d213
1 parent
325333c0
Exists in
master
and in
11 other branches
moved validity flag descriptions to be visible in info
Showing
4 changed files
with
32 additions
and
13 deletions
Show diff stats
NumericalData/CDPP-AMDA/UKS/ELX/uks-elx-all.xml
... | ... | @@ -7,7 +7,16 @@ |
7 | 7 | <ResourceName>electrons</ResourceName> |
8 | 8 | <AlternateName>Electron moments and spectrogram</AlternateName> |
9 | 9 | <ReleaseDate>2019-05-05T12:34:56Z</ReleaseDate> |
10 | - <Description> | |
10 | + <Description> | |
11 | + Validity flag: | |
12 | + * unvalidated = 1 | |
13 | + * validated = 0 | |
14 | + * requires reprocessing = 2 | |
15 | + * bad data, cannot reprocess = 3 | |
16 | + * may contain noise or outliers = 4 | |
17 | + * systematic instrumental effects = 5 | |
18 | + * PI quality flags) = 6 | |
19 | + * fill value = 7 | |
11 | 20 | </Description> |
12 | 21 | <Acknowledgement>User will acknowledge the AMPTE/UKS Electron instrument team in any publication resulting from the use of these data. |
13 | 22 | </Acknowledgement> |
... | ... | @@ -116,7 +125,7 @@ |
116 | 125 | <Description> |
117 | 126 | Velocity space density |
118 | 127 | </Description> |
119 | - <Units>s3/km6</Units> | |
128 | + <Units>s^3/km^6</Units> | |
120 | 129 | <RenderingHints> |
121 | 130 | <DisplayType>Spectrogram</DisplayType> |
122 | 131 | </RenderingHints> | ... | ... |
NumericalData/CDPP-AMDA/UKS/WAV/uks-wav-acc.xml
... | ... | @@ -8,7 +8,16 @@ |
8 | 8 | <AlternateName>Electric field power spectrum low frequency</AlternateName> |
9 | 9 | <AlternateName>UKS ACC</AlternateName> |
10 | 10 | <ReleaseDate>2019-05-05T12:34:56Z</ReleaseDate> |
11 | - <Description> | |
11 | + <Description> | |
12 | + Validity flag: | |
13 | + * unvalidated = 1 | |
14 | + * validated = 0 | |
15 | + * requires reprocessing = 2 | |
16 | + * bad data, cannot reprocess = 3 | |
17 | + * may contain noise or outliers = 4 | |
18 | + * systematic instrumental effects = 5 | |
19 | + * PI quality flags) = 6 | |
20 | + * fill value = 7 | |
12 | 21 | </Description> |
13 | 22 | <Acknowledgement>User will acknowledge the AMPTE/UKS wave Experiment team in any publication resulting from the use of these data. |
14 | 23 | </Acknowledgement> | ... | ... |
NumericalData/CDPP-AMDA/UKS/WAV/uks-wav-pow.xml
... | ... | @@ -8,7 +8,16 @@ |
8 | 8 | <AlternateName>Average and peak e field wave power over .11 to 3.9 kHz</AlternateName> |
9 | 9 | <AlternateName>UKS POW</AlternateName> |
10 | 10 | <ReleaseDate>2019-05-05T12:34:56Z</ReleaseDate> |
11 | - <Description> | |
11 | + <Description> | |
12 | + Validity flag: | |
13 | + * unvalidated = 1 | |
14 | + * validated = 0 | |
15 | + * requires reprocessing = 2 | |
16 | + * bad data, cannot reprocess = 3 | |
17 | + * may contain noise or outliers = 4 | |
18 | + * systematic instrumental effects = 5 | |
19 | + * PI quality flags) = 6 | |
20 | + * fill value = 7 | |
12 | 21 | </Description> |
13 | 22 | <Acknowledgement>User will acknowledge the AMPTE/UKS wave Experiment team in any publication resulting from the use of these data. |
14 | 23 | </Acknowledgement> | ... | ... |
NumericalData/CDPP-AMDA/UKS/WAV/uks-wav-sfa.xml
... | ... | @@ -71,15 +71,7 @@ |
71 | 71 | <Name>flag</Name> |
72 | 72 | <ParameterKey>uks_sfa_fl</ParameterKey> |
73 | 73 | <Description> |
74 | - Validity flag: | |
75 | - * unvalidated = 1 | |
76 | - * validated = 0 | |
77 | - * requires reprocessing = 2 | |
78 | - * bad data, cannot reprocess = 3 | |
79 | - * may contain noise or outliers = 4 | |
80 | - * systematic instrumental effects = 5 | |
81 | - * PI quality flags) = 6 | |
82 | - * fill value = 7 | |
74 | + Validity flag: unvalidated(1),validated(0), requires reprocessing(2), bad data, cannot reprocess(3), may contain noise or outliers(4), systematic instrumental effects(5), PI quality flags(6), fill value(7) | |
83 | 75 | </Description> |
84 | 76 | <RenderingHints> |
85 | 77 | <DisplayType>TimeSeries</DisplayType> | ... | ... |