Commit 89274421ddf44092251198a493acaf62d0814f9f
1 parent
5e43c3fc
Exists in
master
and in
12 other branches
work
Showing
2 changed files
with
57 additions
and
6 deletions
Show diff stats
NumericalData/AMDA/OMNI/omni-5min-all.xml
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | <ResourceHeader> |
7 | 7 | <ResourceName>5 min</ResourceName> |
8 | 8 | <ReleaseDate>2015-10-15T14:34:00Z</ReleaseDate> |
9 | - <Description>5 in averaged, multi-source, near-Earth solar wind magnetic | |
9 | + <Description>5 min averaged, multi-source, near-Earth solar wind magnetic | |
10 | 10 | field, plasma and energetic proton flux data, plus AE, AU, AL, Kp, ap, and Dst |
11 | 11 | geomagnetic indices, Polar Cap (Thule) index, F10.7 index, and Rz (sunspot number). |
12 | 12 | </Description> |
... | ... | @@ -228,12 +228,30 @@ for creating the OMNI data set.</Acknowledgement> |
228 | 228 | </Mixed> |
229 | 229 | </Parameter> |
230 | 230 | <Parameter> |
231 | - <Name>sw proton flux</Name> | |
231 | + <Name>sw integral proton fluxes</Name> | |
232 | 232 | <ParameterKey>omni_5min_pflux</ParameterKey> |
233 | 233 | <Ucd/> |
234 | 234 | <RenderingHints> |
235 | 235 | <DisplayType>StackPlot</DisplayType> |
236 | - </RenderingHints> | |
236 | + </RenderingHints> | |
237 | + <Structure> | |
238 | + <Size>3</Size> | |
239 | + <Element> | |
240 | + <Name>>10MeV</Name> | |
241 | + <Index>1</Index> | |
242 | + <ParameterKey>omni_5min_pflux(0)</ParameterKey> | |
243 | + </Element> | |
244 | + <Element> | |
245 | + <Name>>30MeV</Name> | |
246 | + <Index>2</Index> | |
247 | + <ParameterKey>omni_5min_pflux(1)</ParameterKey> | |
248 | + </Element> | |
249 | + <Element> | |
250 | + <Name>>60MeV</Name> | |
251 | + <Index>3</Index> | |
252 | + <ParameterKey>omni_5min_pflux(2)</ParameterKey> | |
253 | + </Element> | |
254 | + </Structure> | |
237 | 255 | </Parameter> |
238 | 256 | </NumericalData> |
239 | 257 | </Spase> | ... | ... |
NumericalData/AMDA/OMNI/omni-hour-all.xml
... | ... | @@ -265,13 +265,46 @@ for creating the OMNI data set.</Acknowledgement> |
265 | 265 | </Support> |
266 | 266 | </Parameter> |
267 | 267 | <Parameter> |
268 | - <Name>sw proton flux</Name> | |
268 | + <Name>sw integral proton fluxes</Name> | |
269 | 269 | <ParameterKey>omni_hour_pflux</ParameterKey> |
270 | - <Description>Daily sunspot number</Description> | |
270 | + <Description/> | |
271 | 271 | <Ucd>phys.count</Ucd> |
272 | 272 | <RenderingHints> |
273 | 273 | <DisplayType>StackPlot</DisplayType> |
274 | - </RenderingHints> | |
274 | + </RenderingHints> | |
275 | + <Structure> | |
276 | + <Size>6</Size> | |
277 | + <Element> | |
278 | + <Name>>1MeV</Name> | |
279 | + <Index>1</Index> | |
280 | + <ParameterKey>omni_hour_pflux(0)</ParameterKey> | |
281 | + </Element> | |
282 | + <Element> | |
283 | + <Name>>2MeV</Name> | |
284 | + <Index>2</Index> | |
285 | + <ParameterKey>omni_hour_pflux(1)</ParameterKey> | |
286 | + </Element> | |
287 | + <Element> | |
288 | + <Name>>4MeV</Name> | |
289 | + <Index>3</Index> | |
290 | + <ParameterKey>omni_hour_pflux(2)</ParameterKey> | |
291 | + </Element> | |
292 | + <Element> | |
293 | + <Name>>10MeV</Name> | |
294 | + <Index>4</Index> | |
295 | + <ParameterKey>omni_hour_pflux(3)</ParameterKey> | |
296 | + </Element> | |
297 | + <Element> | |
298 | + <Name>>30MeV</Name> | |
299 | + <Index>5</Index> | |
300 | + <ParameterKey>omni_hour_pflux(4)</ParameterKey> | |
301 | + </Element> | |
302 | + <Element> | |
303 | + <Name>>60MeV</Name> | |
304 | + <Index>6</Index> | |
305 | + <ParameterKey>omni_hour_pflux(5)</ParameterKey> | |
306 | + </Element> | |
307 | + </Structure> | |
275 | 308 | <Support> |
276 | 309 | <SupportQuantity>Other</SupportQuantity> |
277 | 310 | </Support> | ... | ... |