Commit df5b9f059eb266206371a4e457855472849043fa
Exists in
master
and in
11 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/CNES
Showing
1 changed file
with
4 additions
and
5 deletions
Show diff stats
NumericalData/CDPP-AMDA/PSP/SPC/psp-spc-flag.xml
... | ... | @@ -99,8 +99,9 @@ |
99 | 99 | <Parameter> |
100 | 100 | <Name>data quality flag</Name> |
101 | 101 | <ParameterKey>psp_spc_dqf</ParameterKey> |
102 | + <Description/> | |
102 | 103 | <Structure> |
103 | - <Size>32</Size> | |
104 | + <Size>23</Size> | |
104 | 105 | <Element> |
105 | 106 | <Name>flag (1)</Name> |
106 | 107 | <Index>1</Index> |
... | ... | @@ -108,12 +109,12 @@ |
108 | 109 | </Element> |
109 | 110 | <Element> |
110 | 111 | <Name>flag (2)</Name> |
111 | - <Index>psp_spc_dqf(1)</Index> | |
112 | + <Index>2</Index> | |
112 | 113 | <ParameterKey>psp_spc_dqf(1)</ParameterKey> |
113 | 114 | </Element> |
114 | 115 | <Element> |
115 | 116 | <Name>flag (3)</Name> |
116 | - <Index>psp_spc_dqf(2)</Index> | |
117 | + <Index>3</Index> | |
117 | 118 | <ParameterKey>psp_spc_dqf(2)</ParameterKey> |
118 | 119 | </Element> |
119 | 120 | <Element> |
... | ... | @@ -217,8 +218,6 @@ |
217 | 218 | <ParameterKey>psp_spc_dqf(22)</ParameterKey> |
218 | 219 | </Element> |
219 | 220 | </Structure> |
220 | - <Description> | |
221 | - </Description> | |
222 | 221 | <RenderingHints> |
223 | 222 | <DisplayType>TimeSeries</DisplayType> |
224 | 223 | </RenderingHints> |
... | ... |