Commit 0eafcc8d56dc75466addf6a23eb1a2589c6d3071
1 parent
684890fd
Exists in
master
and in
12 other branches
pas mom
Showing
1 changed file
with
83 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,83 @@ | @@ -0,0 +1,83 @@ | ||
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.2.6</Version> | ||
4 | + <NumericalData> | ||
5 | + <ResourceID>spase://CDPP/NumericalData/AMDA/Solar_Orbiter/PAS/so-pas-mom</ResourceID> | ||
6 | + <ResourceHeader> | ||
7 | + <ResourceName>onboard moments</ResourceName> | ||
8 | + <AlternateName/> | ||
9 | + <ReleaseDate/> | ||
10 | + <Description/> | ||
11 | + <Acknowledgement/> | ||
12 | + <Contact> | ||
13 | + <PersonID>spase://CDPP/Person/Andrei.Fedorov</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/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>IRAP</ProviderName> | ||
33 | + <ProviderResourceName/> | ||
34 | + <InstrumentID>spase://CDPP/Instrument/AMDA/Solar_Orbiter/PAS</InstrumentID> | ||
35 | + <MeasurementType>ThermalPlasma</MeasurementType> | ||
36 | + <TemporalDescription> | ||
37 | + <TimeSpan> | ||
38 | + <StartDate>2016-08-22T10:39:26Z</StartDate> | ||
39 | + <StopDate>2019-01-17T23:27:45Z</StopDate> | ||
40 | + </TimeSpan> | ||
41 | + <Cadence>PT10S</Cadence> | ||
42 | + </TemporalDescription> | ||
43 | + <ObservedRegion>Heliosphere.Inner</ObservedRegion> | ||
44 | + <Parameter> | ||
45 | + <Name>density</Name> | ||
46 | + <ParameterKey>pas_mom_n</ParameterKey> | ||
47 | + <Description/> | ||
48 | + <Ucd/> | ||
49 | + <Units>cm**-3</Units> | ||
50 | + </Parameter> | ||
51 | + <Parameter> | ||
52 | + <Name>velocity</Name> | ||
53 | + <ParameterKey>pas_mom_v</ParameterKey> | ||
54 | + <Description/> | ||
55 | + <Ucd/> | ||
56 | + <Units>km/s</Units> | ||
57 | + <RenderingHints> | ||
58 | + <DisplayType>TimeSeries</DisplayType> | ||
59 | + </RenderingHints> | ||
60 | + <Structure> | ||
61 | + <Size>3</Size> | ||
62 | + <Element> | ||
63 | + <Name>vx</Name> | ||
64 | + <Qualifier>Component.I</Qualifier> | ||
65 | + <Index>1</Index> | ||
66 | + <ParameterKey>pas_mom_v(0)</ParameterKey> | ||
67 | + </Element> | ||
68 | + <Element> | ||
69 | + <Name>vy</Name> | ||
70 | + <Qualifier>Component.J</Qualifier> | ||
71 | + <Index>2</Index> | ||
72 | + <ParameterKey>pas_mom_v(1)</ParameterKey> | ||
73 | + </Element> | ||
74 | + <Element> | ||
75 | + <Name>vz</Name> | ||
76 | + <Qualifier>Component.K</Qualifier> | ||
77 | + <Index>3</Index> | ||
78 | + <ParameterKey>pas_mom_v(2)</ParameterKey> | ||
79 | + </Element> | ||
80 | + </Structure> | ||
81 | + </Parameter> | ||
82 | + </NumericalData> | ||
83 | +</Spase> |