Commit 8eb0a802ea71a42c992862c70f08b06a013f84e8
1 parent
d5dd0057
Exists in
master
and in
11 other branches
POLAR/Hydra/h0 NumericalData SPASE metadata
Showing
1 changed file
with
87 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,87 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Spase xmlns="http://www.spase-group.org/data/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.spase-group.org/data/schema http://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd"> | |
3 | + <Version>2.3.1</Version> | |
4 | + <NumericalData> | |
5 | + <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/POLAR/Hydra/plr-hyd-h0</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>ion and electron fluxes</ResourceName> | |
8 | + <AlternateName>Polar HYDRA 13.8s spectra</AlternateName> | |
9 | + <ReleaseDate>2020-07-07T21:15:02Z</ReleaseDate> | |
10 | + <Description>Polar HYDRA 13.8 sec ion and electron fluxes, 12.5 eV - 18.3 keV, 29 energy channels</Description> | |
11 | + <Contact> | |
12 | + <PersonID>spase://CNES/Person/Jack.D.Scudder</PersonID> | |
13 | + <Role>PrincipalInvestigator</Role> | |
14 | + </Contact> | |
15 | + | |
16 | + </ResourceHeader> | |
17 | + <AccessInformation> | |
18 | + <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> | |
19 | + <Availability>Online</Availability> | |
20 | + <AccessRights>Open</AccessRights> | |
21 | + <AccessURL> | |
22 | + <Name>AMDA at CDPP</Name> | |
23 | + <URL> | |
24 | + http://amda.cdpp.eu | |
25 | + </URL> | |
26 | + </AccessURL> | |
27 | + <Format>NetCDF</Format> | |
28 | + <Acknowledgement> | |
29 | + Please acknowledge the POLAR/HYDRA instrument team and the CDAWeb team at GSFC/SPDF. | |
30 | + </Acknowledgement> | |
31 | + </AccessInformation> | |
32 | + <ProviderName>CDAWeb</ProviderName> | |
33 | + <ProviderResourceName>PO_H0_HYD</ProviderResourceName> | |
34 | + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/POLAR/HYDRA</InstrumentID> | |
35 | + <MeasurementType>ThermalPlasma</MeasurementType> | |
36 | + <TemporalDescription> | |
37 | + <TimeSpan> | |
38 | + <StartDate>1996-04-01T00:00:00</StartDate> | |
39 | + <StopDate>2008-04-16T00:00:00</StopDate> | |
40 | + </TimeSpan> | |
41 | + <Cadence>PT13.8S</Cadence> | |
42 | + </TemporalDescription> | |
43 | + | |
44 | + <Parameter> | |
45 | + <Name>e- flux</Name> | |
46 | + <ParameterKey>plr_hyd_h0edef</ParameterKey> | |
47 | + <Description></Description> | |
48 | + <Units>1/(cm^2-s-sr)</Units> | |
49 | + <UnitsConversion/> | |
50 | + <RenderingHints> | |
51 | + <DisplayType>Spectrogram</DisplayType> | |
52 | + </RenderingHints> | |
53 | + <Structure> | |
54 | + <Size>29</Size> | |
55 | + </Structure> | |
56 | + <Particle> | |
57 | + <ParticleType>Electron</ParticleType> | |
58 | + <Qualifier>Perpendicular</Qualifier> | |
59 | + <Qualifier>Scalar</Qualifier> | |
60 | + <ParticleQuantity>Temperature</ParticleQuantity> | |
61 | + </Particle> | |
62 | + </Parameter> | |
63 | + | |
64 | + <Parameter> | |
65 | + <Name>ion flux</Name> | |
66 | + <ParameterKey>plr_hyd_h0idef</ParameterKey> | |
67 | + <Description></Description> | |
68 | + <Units>1/(cm^2-s-sr)</Units> | |
69 | + <UnitsConversion/> | |
70 | + <RenderingHints> | |
71 | + <DisplayType>Spectrogram</DisplayType> | |
72 | + </RenderingHints> | |
73 | + <Structure> | |
74 | + <Size>29</Size> | |
75 | + </Structure> | |
76 | + <Particle> | |
77 | + <ParticleType>Electron</ParticleType> | |
78 | + <Qualifier>Perpendicular</Qualifier> | |
79 | + <Qualifier>Scalar</Qualifier> | |
80 | + <ParticleQuantity>Temperature</ParticleQuantity> | |
81 | + </Particle> | |
82 | + </Parameter> | |
83 | + | |
84 | + | |
85 | + </NumericalData> | |
86 | +</Spase> | |
87 | + | |
... | ... |