Commit 8010d9f3555ee47a41006003923fe2d12df0508c
1 parent
2e4a162a
Exists in
master
and in
12 other branches
MAVEN MAG.KP
Showing
3 changed files
with
170 additions
and
17 deletions
Show diff stats
NumericalData/AMDA/MAVEN/MAG/mav-mag-all.xml
... | ... | @@ -24,15 +24,12 @@ |
24 | 24 | <AccessRights>Open</AccessRights> |
25 | 25 | <AccessURL> |
26 | 26 | <Name>AMDA at CDPP</Name> |
27 | - <URL> | |
28 | - http://amda.cdpp.eu | |
29 | - </URL> | |
27 | + <URL>http://amda.cdpp.eu</URL> | |
30 | 28 | </AccessURL> |
31 | 29 | <Format>Text.ASCII</Format> |
32 | 30 | <Acknowledgement> AMDA is a science analysis system provided by the Centre de Donnees de la |
33 | 31 | Physique des Plasmas (CDPP) supported by CNRS, CNES, Observatoire de Paris and |
34 | - Universite Paul Sabatier, Toulouse | |
35 | - </Acknowledgement> | |
32 | + Universite Paul Sabatier, Toulouse</Acknowledgement> | |
36 | 33 | </AccessInformation> |
37 | 34 | <ProviderName>PDS/IRAP</ProviderName> |
38 | 35 | <ProviderResourceName/> |
... | ... | @@ -61,7 +58,7 @@ |
61 | 58 | <Element> |
62 | 59 | <Name>bx</Name> |
63 | 60 | <!--Qualifier/--> |
64 | - <Index/> | |
61 | + <Index>1</Index> | |
65 | 62 | <ParameterKey>mav_b_mso(0)</ParameterKey> |
66 | 63 | <ValidMin/> |
67 | 64 | <ValidMax/> |
... | ... | @@ -70,7 +67,7 @@ |
70 | 67 | <Element> |
71 | 68 | <Name>by</Name> |
72 | 69 | <!--Qualifier/--> |
73 | - <Index/> | |
70 | + <Index>2</Index> | |
74 | 71 | <ParameterKey>mav_b_mso(1)</ParameterKey> |
75 | 72 | <ValidMin/> |
76 | 73 | <ValidMax/> |
... | ... | @@ -79,7 +76,7 @@ |
79 | 76 | <Element> |
80 | 77 | <Name>bz</Name> |
81 | 78 | <!--Qualifier/--> |
82 | - <Index/> | |
79 | + <Index>3</Index> | |
83 | 80 | <ParameterKey>mav_b_mso(2)</ParameterKey> |
84 | 81 | <ValidMin/> |
85 | 82 | <ValidMax/> |
... | ... | @@ -102,7 +99,7 @@ |
102 | 99 | <Element> |
103 | 100 | <Name>bx</Name> |
104 | 101 | <Qualifier>Component</Qualifier> |
105 | - <Index/> | |
102 | + <Index>1</Index> | |
106 | 103 | <ParameterKey>mav_b_iau(0)</ParameterKey> |
107 | 104 | <ValidMin/> |
108 | 105 | <ValidMax/> |
... | ... | @@ -111,7 +108,7 @@ |
111 | 108 | <Element> |
112 | 109 | <Name>by</Name> |
113 | 110 | <Qualifier>Component</Qualifier> |
114 | - <Index/> | |
111 | + <Index>2</Index> | |
115 | 112 | <ParameterKey>mav_b_iau(1)</ParameterKey> |
116 | 113 | <ValidMin/> |
117 | 114 | <ValidMax/> |
... | ... | @@ -120,7 +117,7 @@ |
120 | 117 | <Element> |
121 | 118 | <Name>bz</Name> |
122 | 119 | <Qualifier>Component</Qualifier> |
123 | - <Index/> | |
120 | + <Index>3</Index> | |
124 | 121 | <ParameterKey>mav_b_iau(2)</ParameterKey> |
125 | 122 | <ValidMin/> |
126 | 123 | <ValidMax/> |
... | ... |
... | ... | @@ -0,0 +1,156 @@ |
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://cdpp1.cesr.fr/AMDA-NG/public/schemas/spase-amda-1_2_0.xsd"> | |
3 | + <Version>2.2.6</Version> | |
4 | + <NumericalData> | |
5 | + <ResourceID>spase://CDPP/NumericalData/AMDA/MAVEN/MAG/mav-mag-kp</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>4s</ResourceName> | |
8 | + <AlternateName>key parameters : 4/8 s</AlternateName> | |
9 | + <ReleaseDate>2017-03-12T10:48:29Z</ReleaseDate> | |
10 | + <Description>Data follow a 4-second cadence when MAVEN is at an altitude of less than 500 km, otherwise the time cadence is 8 seconds. | |
11 | + The in situ key parameters contain 235 parameters selected by the instrument leads and other MAVEN scientists. These data consist of values derived from L2 data provided by the in situ instruments.</Description> | |
12 | + <Acknowledgement>Principal Investigator : John E.P. Connerney, NASA GODDARD, Greenbelt</Acknowledgement> | |
13 | + <Contact> | |
14 | + <PersonID>spase://CDPP/Person/John.E.P.Connerney</PersonID> | |
15 | + <Role>PrincipalInvestigator</Role> | |
16 | + </Contact> | |
17 | + <Contact> | |
18 | + <PersonID>spase://CDPP/Person/P.Dunn</PersonID> | |
19 | + <Role>TechnicalContact</Role> | |
20 | + </Contact> | |
21 | + <InformationURL> | |
22 | + <Name>MAG web page, Summary sheet </Name> | |
23 | + <URL>http://lasp.colorado.edu/home/maven/science/instrument-package/mag/</URL> | |
24 | + <Description/> | |
25 | + </InformationURL> | |
26 | + </ResourceHeader> | |
27 | + <AccessInformation> | |
28 | + <RepositoryID>spase://SMWG/Repository/CDPP/AMDA</RepositoryID> | |
29 | + <Availability>Online</Availability> | |
30 | + <AccessRights>Open</AccessRights> | |
31 | + <AccessURL> | |
32 | + <Name>AMDA at CDPP</Name> | |
33 | + <URL>http://amda.cdpp.eu</URL> | |
34 | + </AccessURL> | |
35 | + <Format>Text.ASCII</Format> | |
36 | + <Acknowledgement> AMDA is a science analysis system provided by the Centre de Donnees de la | |
37 | + Physique des Plasmas (CDPP) supported by CNRS, CNES, Observatoire de Paris and | |
38 | + Universite Paul Sabatier, Toulouse</Acknowledgement> | |
39 | + </AccessInformation> | |
40 | + <ProviderName>PDS</ProviderName> | |
41 | + <ProviderResourceName>/maven-insitu-calibrated</ProviderResourceName> | |
42 | + <InstrumentID>spase://CDPP/Instrument/AMDA/MAVEN/MAG</InstrumentID> | |
43 | + <MeasurementType>MagneticField</MeasurementType> | |
44 | + <TemporalDescription> | |
45 | + <TimeSpan> | |
46 | + <StartDate>2014-10-10T00:00:00Z</StartDate> | |
47 | + <StopDate>2016-08-14T23:59:52Z</StopDate> | |
48 | + </TimeSpan> | |
49 | + <Cadence_Min>PT4S</Cadence_Min> | |
50 | + <Cadence_Max>PT8S</Cadence_Max> | |
51 | + </TemporalDescription> | |
52 | + <ObservedRegion>Mars</ObservedRegion> | |
53 | + <Caveats/> | |
54 | + <Parameter> | |
55 | + <Name>b_mso</Name> | |
56 | + <ParameterKey>mav_bkp_mso</ParameterKey> | |
57 | + <Ucd>phys.magField</Ucd> | |
58 | + <Units>nT</Units> | |
59 | + <UnitsConversion/> | |
60 | + <Structure> | |
61 | + <Size>3</Size> | |
62 | + <Element> | |
63 | + <Name>bx</Name> | |
64 | + <!--Qualifier/--> | |
65 | + <Index>1</Index> | |
66 | + <ParameterKey>mav_bkp_mso(0)</ParameterKey> | |
67 | + <ValidMin/> | |
68 | + <ValidMax/> | |
69 | + <FillValue/> | |
70 | + </Element> | |
71 | + <Element> | |
72 | + <Name>by</Name> | |
73 | + <!--Qualifier/--> | |
74 | + <Index>2</Index> | |
75 | + <ParameterKey>mav_bkp_mso(1)</ParameterKey> | |
76 | + <ValidMin/> | |
77 | + <ValidMax/> | |
78 | + <FillValue/> | |
79 | + </Element> | |
80 | + <Element> | |
81 | + <Name>bz</Name> | |
82 | + <!--Qualifier/--> | |
83 | + <Index>3</Index> | |
84 | + <ParameterKey>mav_bkp_mso(2)</ParameterKey> | |
85 | + <ValidMin/> | |
86 | + <ValidMax/> | |
87 | + <FillValue/> | |
88 | + </Element> | |
89 | + </Structure> | |
90 | + <Field> | |
91 | + <FieldQuantity>Magnetic</FieldQuantity> | |
92 | + </Field> | |
93 | + </Parameter> | |
94 | + <Parameter> | |
95 | + <Name>b_iau_mars</Name> | |
96 | + <ParameterKey>mav_bkp_iau</ParameterKey> | |
97 | + <Ucd>phys.magField</Ucd> | |
98 | + <Units>nT</Units> | |
99 | + <UnitsConversion/> | |
100 | + <Structure> | |
101 | + <Size>3</Size> | |
102 | + <Element> | |
103 | + <Name>bx</Name> | |
104 | + <!--Qualifier/--> | |
105 | + <Index>1</Index> | |
106 | + <ParameterKey>mav_bkp_iau(0)</ParameterKey> | |
107 | + <ValidMin/> | |
108 | + <ValidMax/> | |
109 | + <FillValue/> | |
110 | + </Element> | |
111 | + <Element> | |
112 | + <Name>by</Name> | |
113 | + <!--Qualifier/--> | |
114 | + <Index>2</Index> | |
115 | + <ParameterKey>mav_bkp_iau(1)</ParameterKey> | |
116 | + <ValidMin/> | |
117 | + <ValidMax/> | |
118 | + <FillValue/> | |
119 | + </Element> | |
120 | + <Element> | |
121 | + <Name>bz</Name> | |
122 | + <!--Qualifier/--> | |
123 | + <Index>3</Index> | |
124 | + <ParameterKey>mav_bkp_iau(2)</ParameterKey> | |
125 | + <ValidMin/> | |
126 | + <ValidMax/> | |
127 | + <FillValue/> | |
128 | + </Element> | |
129 | + </Structure> | |
130 | + <Field> | |
131 | + <FieldQuantity>Magnetic</FieldQuantity> | |
132 | + </Field> | |
133 | + </Parameter> | |
134 | + <Parameter> | |
135 | + <Name>|b|</Name> | |
136 | + <ParameterKey>mav_bkp_tot</ParameterKey> | |
137 | + <Ucd>phys.magField</Ucd> | |
138 | + <Units>nT</Units> | |
139 | + <UnitsConversion/> | |
140 | + <Field> | |
141 | + <FieldQuantity>Magnetic</FieldQuantity> | |
142 | + </Field> | |
143 | + </Parameter> | |
144 | + <Parameter> | |
145 | + <Name>b rms</Name> | |
146 | + <ParameterKey>mav_bkp_rms</ParameterKey> | |
147 | + <Description>Deviations from the mean magnitude of the magnetic field</Description> | |
148 | + <Ucd>phys.magField</Ucd> | |
149 | + <Units>nT</Units> | |
150 | + <UnitsConversion/> | |
151 | + <Field> | |
152 | + <FieldQuantity>Magnetic</FieldQuantity> | |
153 | + </Field> | |
154 | + </Parameter> | |
155 | + </NumericalData> | |
156 | +</Spase> | |
... | ... |
NumericalData/AMDA/MAVEN/MAG/mav-mag-pds.xml
... | ... | @@ -72,7 +72,7 @@ data. These include: |
72 | 72 | <Element> |
73 | 73 | <Name>bx</Name> |
74 | 74 | <!--Qualifier/--> |
75 | - <Index/> | |
75 | + <Index>1</Index> | |
76 | 76 | <ParameterKey>mavb_mso(0)</ParameterKey> |
77 | 77 | <ValidMin/> |
78 | 78 | <ValidMax/> |
... | ... | @@ -81,7 +81,7 @@ data. These include: |
81 | 81 | <Element> |
82 | 82 | <Name>by</Name> |
83 | 83 | <!--Qualifier/--> |
84 | - <Index/> | |
84 | + <Index>2</Index> | |
85 | 85 | <ParameterKey>mavb_mso(1)</ParameterKey> |
86 | 86 | <ValidMin/> |
87 | 87 | <ValidMax/> |
... | ... | @@ -90,7 +90,7 @@ data. These include: |
90 | 90 | <Element> |
91 | 91 | <Name>bz</Name> |
92 | 92 | <!--Qualifier/--> |
93 | - <Index/> | |
93 | + <Index>3</Index> | |
94 | 94 | <ParameterKey>mavb_mso(2)</ParameterKey> |
95 | 95 | <ValidMin/> |
96 | 96 | <ValidMax/> |
... | ... | @@ -113,7 +113,7 @@ data. These include: |
113 | 113 | <Element> |
114 | 114 | <Name>bx</Name> |
115 | 115 | <Qualifier>Component</Qualifier> |
116 | - <Index/> | |
116 | + <Index>1</Index> | |
117 | 117 | <ParameterKey>mavb_iau(0)</ParameterKey> |
118 | 118 | <ValidMin/> |
119 | 119 | <ValidMax/> |
... | ... | @@ -122,7 +122,7 @@ data. These include: |
122 | 122 | <Element> |
123 | 123 | <Name>by</Name> |
124 | 124 | <Qualifier>Component</Qualifier> |
125 | - <Index/> | |
125 | + <Index>2</Index> | |
126 | 126 | <ParameterKey>mavb_iau(1)</ParameterKey> |
127 | 127 | <ValidMin/> |
128 | 128 | <ValidMax/> |
... | ... | @@ -131,7 +131,7 @@ data. These include: |
131 | 131 | <Element> |
132 | 132 | <Name>bz</Name> |
133 | 133 | <Qualifier>Component</Qualifier> |
134 | - <Index/> | |
134 | + <Index>3</Index> | |
135 | 135 | <ParameterKey>mavb_iau(2)</ParameterKey> |
136 | 136 | <ValidMin/> |
137 | 137 | <ValidMax/> |
... | ... |