Commit 0e367bb53f4b672903c354607882b31d2821c3c6
1 parent
f02c8343
Exists in
master
and in
11 other branches
added HEE for ACE
Showing
1 changed file
with
61 additions
and
1 deletions
Show diff stats
NumericalData/CDPP-AMDA/ACE/ephemeris/ace-orb-all.xml
... | ... | @@ -171,6 +171,44 @@ |
171 | 171 | <SupportQuantity>Positional</SupportQuantity> |
172 | 172 | </Support> |
173 | 173 | </Parameter> |
174 | + <Parameter> | |
175 | + <Name>xyz_hee</Name> | |
176 | + <ParameterKey>ace_xyz_hee</ParameterKey> | |
177 | + <Description>Spacecraft position in HEE</Description> | |
178 | + <Ucd>pos.earth;instr.obsty</Ucd> | |
179 | + <Units>AU</Units> | |
180 | + <CoordinateSystem> | |
181 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
182 | + <CoordinateSystemName>HEE</CoordinateSystemName> | |
183 | + </CoordinateSystem> | |
184 | + <RenderingHints> | |
185 | + <DisplayType>TimeSeries</DisplayType> | |
186 | + </RenderingHints> | |
187 | + <Structure> | |
188 | + <Size>3</Size> | |
189 | + <Element> | |
190 | + <Name>x</Name> | |
191 | + <Qualifier>Component.I</Qualifier> | |
192 | + <Index>1</Index> | |
193 | + <ParameterKey>ace_xyz_hee(0)</ParameterKey> | |
194 | + </Element> | |
195 | + <Element> | |
196 | + <Name>y</Name> | |
197 | + <Qualifier>Component.J</Qualifier> | |
198 | + <Index>2</Index> | |
199 | + <ParameterKey>ace_xyz_hee(1)</ParameterKey> | |
200 | + </Element> | |
201 | + <Element> | |
202 | + <Name>z</Name> | |
203 | + <Qualifier>Component.K</Qualifier> | |
204 | + <Index>3</Index> | |
205 | + <ParameterKey>ace_xyz_hee(2)</ParameterKey> | |
206 | + </Element> | |
207 | + </Structure> | |
208 | + <Support> | |
209 | + <SupportQuantity>Positional</SupportQuantity> | |
210 | + </Support> | |
211 | + </Parameter> | |
174 | 212 | <Parameter> |
175 | 213 | <Name>distance ace-earth</Name> |
176 | 214 | <ParameterKey>ace_r</ParameterKey> |
... | ... | @@ -178,6 +216,28 @@ |
178 | 216 | <Support> |
179 | 217 | <SupportQuantity>Positional</SupportQuantity> |
180 | 218 | </Support> |
181 | - </Parameter> | |
219 | + </Parameter> | |
220 | + <Parameter> | |
221 | + <Name>lon hee</Name> | |
222 | + <ParameterKey>ace_lon_hee</ParameterKey> | |
223 | + <Units>deg</Units> | |
224 | + <RenderingHints> | |
225 | + <DisplayType>TimeSeries</DisplayType> | |
226 | + </RenderingHints> | |
227 | + <Support> | |
228 | + <SupportQuantity>Positional</SupportQuantity> | |
229 | + </Support> | |
230 | + </Parameter> | |
231 | + <Parameter> | |
232 | + <Name>lat hee</Name> | |
233 | + <ParameterKey>ace_lat_hee</ParameterKey> | |
234 | + <Units>deg</Units> | |
235 | + <RenderingHints> | |
236 | + <DisplayType>TimeSeries</DisplayType> | |
237 | + </RenderingHints> | |
238 | + <Support> | |
239 | + <SupportQuantity>Positional</SupportQuantity> | |
240 | + </Support> | |
241 | + </Parameter> | |
182 | 242 | </NumericalData> |
183 | 243 | </Spase> |
... | ... |