Commit 0084b66931265c23bda315141b253cd407350b7e
1 parent
f9d810a1
Exists in
master
and in
11 other branches
Solo RPW density
Showing
2 changed files
with
91 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,26 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Spase xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.spase-group.org/data/schema" 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 | + <Instrument> | |
5 | + <ResourceID>spase://CNES/Instrument/CDPP-AMDA/Solar_Orbiter/RPW</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>RPW</ResourceName> | |
8 | + <AlternateName>Plasma Wave Investigation</AlternateName> | |
9 | + <ReleaseDate>2017-11-27T21:10:13Z</ReleaseDate> | |
10 | + <Description/> | |
11 | + <Acknowledgement/> | |
12 | + <Contact> | |
13 | + <PersonID>spase://SMWG/Person/Milan.Maksimovic</PersonID> | |
14 | + <Role>PrincipalInvestigator</Role> | |
15 | + </Contact> | |
16 | + <InformationURL> | |
17 | + <Name/> | |
18 | + <URL/> | |
19 | + </InformationURL> | |
20 | + </ResourceHeader> | |
21 | + <InstrumentType>Antenna</InstrumentType> | |
22 | + <InstrumentType>SearchCoil</InstrumentType> | |
23 | + <ObservatoryID>spase://CNES/Observatory/CDPP-AMDA/SolO</ObservatoryID> | |
24 | + <Caveats/> | |
25 | + </Instrument> | |
26 | +</Spase> | |
... | ... |
NumericalData/CDPP-AMDA/Solar_Orbiter/RPW/solo-rpw-density.xml
0 → 100644
... | ... | @@ -0,0 +1,65 @@ |
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://cdpp.irap.omp.eu/AMDA-NG/public/schemas/spase-amda-1_1_0.xsd"> | |
3 | + <Version>2.3.1</Version> | |
4 | + <NumericalData> | |
5 | + <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Solar_orbiter/RPW/solo-rpw-density</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>L3 : electron density</ResourceName> | |
8 | + <AlternateName></AlternateName> | |
9 | + <ReleaseDate>2016-10-05T10:51:44Z</ReleaseDate> | |
10 | + <Description/> | |
11 | + <Acknowledgement/> | |
12 | + <Contact> | |
13 | + <PersonID>spase://SMWG/Person/Milan.Maksimovic</PersonID> | |
14 | + <Role>PrincipalInvestigator</Role> | |
15 | + </Contact> | |
16 | + <InformationURL> | |
17 | + <Name/> | |
18 | + <URL/> | |
19 | + <Description/> | |
20 | + </InformationURL> | |
21 | + </ResourceHeader> | |
22 | + <AccessInformation> | |
23 | + <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> | |
24 | + <Availability>Online</Availability> | |
25 | + <AccessRights>Restricted</AccessRights> | |
26 | + <AccessURL> | |
27 | + <Name>AMDA at CDPP</Name> | |
28 | + <URL>http://amda.cdpp.eu</URL> | |
29 | + </AccessURL> | |
30 | + <Format>NetCDF</Format> | |
31 | + </AccessInformation> | |
32 | + <ProviderName>RPW team</ProviderName> | |
33 | + <ProcessingLevel>Calibrated</ProcessingLevel> | |
34 | + <ProviderResourceName/> | |
35 | + <ProviderProcessingLevel>Calibrated</ProviderProcessingLevel> | |
36 | + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Solar_Orbiter/RPW</InstrumentID> | |
37 | + <MeasurementType>ElectricField</MeasurementType> | |
38 | + <MeasurementType>Waves.Passive</MeasurementType> | |
39 | + <TemporalDescription> | |
40 | + <TimeSpan> | |
41 | + <StartDate>2001-02-04T10:45:59Z</StartDate> | |
42 | + <StopDate>2017-12-30T23:58:58Z</StopDate> | |
43 | + </TimeSpan> | |
44 | + <Cadence>PT10S</Cadence> | |
45 | + </TemporalDescription> | |
46 | + <ObservedRegion> </ObservedRegion> | |
47 | + <Parameter> | |
48 | + <Name>e- density</Name> | |
49 | + <ParameterKey>solo_rpw_ne</ParameterKey> | |
50 | + <Description>Electron number density derived from plasma frequency recognition</Description> | |
51 | + <Ucd>phys.density;phys.electron</Ucd> | |
52 | + <Units>cm^-3</Units> | |
53 | + <UnitsConversion>1.0e6>m^-3</UnitsConversion> | |
54 | + <RenderingHints> | |
55 | + <DisplayType>TimeSeries</DisplayType> | |
56 | + </RenderingHints> | |
57 | + <FillValue>-1.0000e+31</FillValue> | |
58 | + <Particle> | |
59 | + <ParticleType>Electron</ParticleType> | |
60 | + <Qualifier>Scalar</Qualifier> | |
61 | + <ParticleQuantity>NumberDensity</ParticleQuantity> | |
62 | + </Particle> | |
63 | + </Parameter> | |
64 | + </NumericalData> | |
65 | +</Spase> | |
... | ... |