Commit c0809f9e264441b7ce5ba5572fe4266d2749245a
1 parent
205decd1
Exists in
master
and in
11 other branches
Added orbit and mag in GSM for CCE, IRM and UKS
Showing
6 changed files
with
275 additions
and
4 deletions
Show diff stats
NumericalData/CDPP-AMDA/CCE/MAG/cce-mag-all.xml
... | ... | @@ -102,6 +102,51 @@ |
102 | 102 | <FieldQuantity>Magnetic</FieldQuantity> |
103 | 103 | </Field> |
104 | 104 | </Parameter> |
105 | + <Parameter> | |
106 | + <Name>b_gsm</Name> | |
107 | + <ParameterKey>cce_b_gsm</ParameterKey> | |
108 | + <Description> | |
109 | + Magnetic field vector in GSM Cartesian coordinates | |
110 | + </Description> | |
111 | + <Ucd>phys.magField</Ucd> | |
112 | + <Units>nT</Units> | |
113 | + <UnitsConversion>1e-9>T</UnitsConversion> | |
114 | + <CoordinateSystem> | |
115 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
116 | + <CoordinateSystemName>GSM</CoordinateSystemName> | |
117 | + </CoordinateSystem> | |
118 | + <RenderingHints> | |
119 | + <DisplayType>TimeSeries</DisplayType> | |
120 | + </RenderingHints> | |
121 | + <Structure> | |
122 | + <Size>3</Size> | |
123 | + <Element> | |
124 | + <Name>bx</Name> | |
125 | + <Qualifier>Component.I</Qualifier> | |
126 | + <Index>1</Index> | |
127 | + <ParameterKey>cce_b_gsm(0)</ParameterKey> | |
128 | + </Element> | |
129 | + <Element> | |
130 | + <Name>by</Name> | |
131 | + <Qualifier>Component.J</Qualifier> | |
132 | + <Index>2</Index> | |
133 | + <ParameterKey>cce_b_gsm(1)</ParameterKey> | |
134 | + </Element> | |
135 | + <Element> | |
136 | + <Name>bz</Name> | |
137 | + <Qualifier>Component.K</Qualifier> | |
138 | + <Index>3</Index> | |
139 | + <ParameterKey>cce_b_gsm(2)</ParameterKey> | |
140 | + </Element> | |
141 | + </Structure> | |
142 | + <Field> | |
143 | + <Qualifier>Vector</Qualifier> | |
144 | + <Qualifier>Component.I</Qualifier> | |
145 | + <Qualifier>Component.J</Qualifier> | |
146 | + <Qualifier>Component.K</Qualifier> | |
147 | + <FieldQuantity>Magnetic</FieldQuantity> | |
148 | + </Field> | |
149 | + </Parameter> | |
105 | 150 | <Parameter> |
106 | 151 | <Name>|b|</Name> |
107 | 152 | <ParameterKey>cce_b_tot</ParameterKey> | ... | ... |
NumericalData/CDPP-AMDA/CCE/ORBIT/cce-orb-all.xml
... | ... | @@ -92,5 +92,41 @@ |
92 | 92 | </Element> |
93 | 93 | </Structure> |
94 | 94 | </Parameter> |
95 | + <Parameter> | |
96 | + <Name>xyz_gsm</Name> | |
97 | + <ParameterKey>cce_orb_gsm</ParameterKey> | |
98 | + <Description> | |
99 | + Position in GSM Cartesian coordinates | |
100 | + </Description> | |
101 | + <Units>Re</Units> | |
102 | + <CoordinateSystem> | |
103 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
104 | + <CoordinateSystemName>GSM</CoordinateSystemName> | |
105 | + </CoordinateSystem> | |
106 | + <RenderingHints> | |
107 | + <DisplayType>TimeSeries</DisplayType> | |
108 | + </RenderingHints> | |
109 | + <Structure> | |
110 | + <Size>3</Size> | |
111 | + <Element> | |
112 | + <Name>x</Name> | |
113 | + <Qualifier>Component.I</Qualifier> | |
114 | + <Index>1</Index> | |
115 | + <ParameterKey>cce_orb_gsm(0)</ParameterKey> | |
116 | + </Element> | |
117 | + <Element> | |
118 | + <Name>y</Name> | |
119 | + <Qualifier>Component.J</Qualifier> | |
120 | + <Index>2</Index> | |
121 | + <ParameterKey>cce_orb_gsm(1)</ParameterKey> | |
122 | + </Element> | |
123 | + <Element> | |
124 | + <Name>z</Name> | |
125 | + <Qualifier>Component.K</Qualifier> | |
126 | + <Index>3</Index> | |
127 | + <ParameterKey>cce_orb_gsm(2)</ParameterKey> | |
128 | + </Element> | |
129 | + </Structure> | |
130 | + </Parameter> | |
95 | 131 | </NumericalData> |
96 | 132 | </Spase> | ... | ... |
NumericalData/CDPP-AMDA/IRM/MAG/irm-mag-all.xml
... | ... | @@ -100,6 +100,44 @@ |
100 | 100 | </Structure> |
101 | 101 | </Parameter> |
102 | 102 | <Parameter> |
103 | + <Name>b_gsm</Name> | |
104 | + <ParameterKey>irm_b_gsm</ParameterKey> | |
105 | + <Description> | |
106 | + Magnetic field vector in GSM Cartesian coordinates | |
107 | + </Description> | |
108 | + <Ucd>phys.magField</Ucd> | |
109 | + <Units>nT</Units> | |
110 | + <UnitsConversion>1e-9>T</UnitsConversion> | |
111 | + <CoordinateSystem> | |
112 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
113 | + <CoordinateSystemName>GSM</CoordinateSystemName> | |
114 | + </CoordinateSystem> | |
115 | + <RenderingHints> | |
116 | + <DisplayType>TimeSeries</DisplayType> | |
117 | + </RenderingHints> | |
118 | + <Structure> | |
119 | + <Size>3</Size> | |
120 | + <Element> | |
121 | + <Name>bx</Name> | |
122 | + <Qualifier>Component.I</Qualifier> | |
123 | + <Index>1</Index> | |
124 | + <ParameterKey>irm_b_gsm(0)</ParameterKey> | |
125 | + </Element> | |
126 | + <Element> | |
127 | + <Name>by</Name> | |
128 | + <Qualifier>Component.J</Qualifier> | |
129 | + <Index>2</Index> | |
130 | + <ParameterKey>irm_b_gsm(1)</ParameterKey> | |
131 | + </Element> | |
132 | + <Element> | |
133 | + <Name>bz</Name> | |
134 | + <Qualifier>Component.K</Qualifier> | |
135 | + <Index>3</Index> | |
136 | + <ParameterKey>irm_b_gsm(2)</ParameterKey> | |
137 | + </Element> | |
138 | + </Structure> | |
139 | + </Parameter> | |
140 | + <Parameter> | |
103 | 141 | <Name>|b|</Name> |
104 | 142 | <ParameterKey>irm_b_r</ParameterKey> |
105 | 143 | <Description> | ... | ... |
NumericalData/CDPP-AMDA/IRM/ORBIT/irm-orb-all.xml
... | ... | @@ -83,6 +83,43 @@ |
83 | 83 | </Structure> |
84 | 84 | </Parameter> |
85 | 85 | <Parameter> |
86 | + <Name>xyz_gsm</Name> | |
87 | + <ParameterKey>irm_orb_gsm</ParameterKey> | |
88 | + <Description> | |
89 | + Spacecraft position in GSM Cartesian coordinates | |
90 | + </Description> | |
91 | + <Units>Re</Units> | |
92 | + <UnitsConversion>6.378e6;km</UnitsConversion> | |
93 | + <CoordinateSystem> | |
94 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
95 | + <CoordinateSystemName>GSM</CoordinateSystemName> | |
96 | + </CoordinateSystem> | |
97 | + <RenderingHints> | |
98 | + <DisplayType>TimeSeries</DisplayType> | |
99 | + </RenderingHints> | |
100 | + <Structure> | |
101 | + <Size>3</Size> | |
102 | + <Element> | |
103 | + <Name>x</Name> | |
104 | + <Qualifier>Component.I</Qualifier> | |
105 | + <Index>1</Index> | |
106 | + <ParameterKey>irm_orb_gsm(0)</ParameterKey> | |
107 | + </Element> | |
108 | + <Element> | |
109 | + <Name>y</Name> | |
110 | + <Qualifier>Component.J</Qualifier> | |
111 | + <Index>2</Index> | |
112 | + <ParameterKey>irm_orb_gsm(1)</ParameterKey> | |
113 | + </Element> | |
114 | + <Element> | |
115 | + <Name>z</Name> | |
116 | + <Qualifier>Component.K</Qualifier> | |
117 | + <Index>3</Index> | |
118 | + <ParameterKey>irm_orb_gsm(2)</ParameterKey> | |
119 | + </Element> | |
120 | + </Structure> | |
121 | + </Parameter> | |
122 | + <Parameter> | |
86 | 123 | <Name>distance irm-earth</Name> |
87 | 124 | <ParameterKey>irm_orb_mag</ParameterKey> |
88 | 125 | <Description> |
... | ... | @@ -90,10 +127,6 @@ |
90 | 127 | </Description> |
91 | 128 | <Units>Re</Units> |
92 | 129 | <UnitsConversion></UnitsConversion> |
93 | - <CoordinateSystem> | |
94 | - <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
95 | - <CoordinateSystemName>GSE</CoordinateSystemName> | |
96 | - </CoordinateSystem> | |
97 | 130 | <RenderingHints> |
98 | 131 | <DisplayType>TimeSeries</DisplayType> |
99 | 132 | </RenderingHints> | ... | ... |
NumericalData/CDPP-AMDA/UKS/MAG/uks-mag-all.xml
... | ... | @@ -104,6 +104,51 @@ |
104 | 104 | <FieldQuantity>Magnetic</FieldQuantity> |
105 | 105 | </Field> |
106 | 106 | </Parameter> |
107 | + <Parameter> | |
108 | + <Name>b_gsm</Name> | |
109 | + <ParameterKey>uks_b_gsm</ParameterKey> | |
110 | + <Description> | |
111 | + Magnetic field vector in GSM Cartesian coordinates | |
112 | + </Description> | |
113 | + <Ucd>phys.magField</Ucd> | |
114 | + <Units>nT</Units> | |
115 | + <UnitsConversion>1e-9>T</UnitsConversion> | |
116 | + <CoordinateSystem> | |
117 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
118 | + <CoordinateSystemName>GSM</CoordinateSystemName> | |
119 | + </CoordinateSystem> | |
120 | + <RenderingHints> | |
121 | + <DisplayType>TimeSeries</DisplayType> | |
122 | + </RenderingHints> | |
123 | + <Structure> | |
124 | + <Size>3</Size> | |
125 | + <Element> | |
126 | + <Name>bx</Name> | |
127 | + <Qualifier>Component.I</Qualifier> | |
128 | + <Index>1</Index> | |
129 | + <ParameterKey>uks_b_gsm(0)</ParameterKey> | |
130 | + </Element> | |
131 | + <Element> | |
132 | + <Name>by</Name> | |
133 | + <Qualifier>Component.J</Qualifier> | |
134 | + <Index>2</Index> | |
135 | + <ParameterKey>uks_b_gsm(1)</ParameterKey> | |
136 | + </Element> | |
137 | + <Element> | |
138 | + <Name>bz</Name> | |
139 | + <Qualifier>Component.K</Qualifier> | |
140 | + <Index>3</Index> | |
141 | + <ParameterKey>uks_b_gsm(2)</ParameterKey> | |
142 | + </Element> | |
143 | + </Structure> | |
144 | + <Field> | |
145 | + <Qualifier>Vector</Qualifier> | |
146 | + <Qualifier>Component.I</Qualifier> | |
147 | + <Qualifier>Component.J</Qualifier> | |
148 | + <Qualifier>Component.K</Qualifier> | |
149 | + <FieldQuantity>Magnetic</FieldQuantity> | |
150 | + </Field> | |
151 | + </Parameter> | |
107 | 152 | <Parameter> |
108 | 153 | <Name>|b|</Name> |
109 | 154 | <ParameterKey>uks_b_tot</ParameterKey> | ... | ... |
NumericalData/CDPP-AMDA/UKS/ORBIT/uks-orb-all.xml
... | ... | @@ -97,6 +97,43 @@ |
97 | 97 | </Structure> |
98 | 98 | </Parameter> |
99 | 99 | <Parameter> |
100 | + <Name>xyz_gsm</Name> | |
101 | + <ParameterKey>uks_orb_gsm</ParameterKey> | |
102 | + <Description> | |
103 | + Spacecraft position in GSM Cartesian coordinates | |
104 | + </Description> | |
105 | + <Units>Re</Units> | |
106 | + <UnitsConversion>6.378e6;km</UnitsConversion> | |
107 | + <CoordinateSystem> | |
108 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
109 | + <CoordinateSystemName>GSM</CoordinateSystemName> | |
110 | + </CoordinateSystem> | |
111 | + <RenderingHints> | |
112 | + <DisplayType>TimeSeries</DisplayType> | |
113 | + </RenderingHints> | |
114 | + <Structure> | |
115 | + <Size>3</Size> | |
116 | + <Element> | |
117 | + <Name>x</Name> | |
118 | + <Qualifier>Component.I</Qualifier> | |
119 | + <Index>1</Index> | |
120 | + <ParameterKey>uks_orb_gsm(0)</ParameterKey> | |
121 | + </Element> | |
122 | + <Element> | |
123 | + <Name>y</Name> | |
124 | + <Qualifier>Component.J</Qualifier> | |
125 | + <Index>2</Index> | |
126 | + <ParameterKey>uks_orb_gsm(1)</ParameterKey> | |
127 | + </Element> | |
128 | + <Element> | |
129 | + <Name>z</Name> | |
130 | + <Qualifier>Component.K</Qualifier> | |
131 | + <Index>3</Index> | |
132 | + <ParameterKey>uks_orb_gsm(2)</ParameterKey> | |
133 | + </Element> | |
134 | + </Structure> | |
135 | + </Parameter> | |
136 | + <Parameter> | |
100 | 137 | <Name>vel_gse</Name> |
101 | 138 | <ParameterKey>uks_orb_v</ParameterKey> |
102 | 139 | <Description> |
... | ... | @@ -133,6 +170,43 @@ |
133 | 170 | </Element> |
134 | 171 | </Structure> |
135 | 172 | </Parameter> |
173 | + <Parameter> | |
174 | + <Name>vel_gsm</Name> | |
175 | + <ParameterKey>uks_orb_vgsm</ParameterKey> | |
176 | + <Description> | |
177 | + Spacecraft velocity in GSM Cartesian coordinates | |
178 | + </Description> | |
179 | + <Units>km/s</Units> | |
180 | + <UnitsConversion></UnitsConversion> | |
181 | + <CoordinateSystem> | |
182 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
183 | + <CoordinateSystemName>GSM</CoordinateSystemName> | |
184 | + </CoordinateSystem> | |
185 | + <RenderingHints> | |
186 | + <DisplayType>TimeSeries</DisplayType> | |
187 | + </RenderingHints> | |
188 | + <Structure> | |
189 | + <Size>3</Size> | |
190 | + <Element> | |
191 | + <Name>vx</Name> | |
192 | + <Qualifier>Component.I</Qualifier> | |
193 | + <Index>1</Index> | |
194 | + <ParameterKey>uks_orb_vgsm(0)</ParameterKey> | |
195 | + </Element> | |
196 | + <Element> | |
197 | + <Name>vy</Name> | |
198 | + <Qualifier>Component.J</Qualifier> | |
199 | + <Index>2</Index> | |
200 | + <ParameterKey>uks_orb_vgsm(1)</ParameterKey> | |
201 | + </Element> | |
202 | + <Element> | |
203 | + <Name>vz</Name> | |
204 | + <Qualifier>Component.K</Qualifier> | |
205 | + <Index>3</Index> | |
206 | + <ParameterKey>uks_orb_vgsm(2)</ParameterKey> | |
207 | + </Element> | |
208 | + </Structure> | |
209 | + </Parameter> | |
136 | 210 | |
137 | 211 | </NumericalData> |
138 | 212 | </Spase> | ... | ... |