Commit 7355c3d94597c1b9183093e0a0dafbea00b055c9
1 parent
fae93b67
Exists in
master
and in
12 other branches
work
Showing
2 changed files
with
7 additions
and
7 deletions
Show diff stats
Instrument/AMDA/Wind/Ephemeris.xml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <Instrument> |
5 | 5 | <ResourceID>spase://CDPP/Instrument/AMDA/Wind/Ephemeris</ResourceID> |
6 | 6 | <ResourceHeader> |
7 | - <ResourceName>Wind Position</ResourceName> | |
7 | + <ResourceName>Ephemeris</ResourceName> | |
8 | 8 | <AlternateName>Wind Ephemeris</AlternateName> |
9 | 9 | <ReleaseDate>2011-08-17T21:10:14Z</ReleaseDate> |
10 | 10 | <Description>Wind spacecraft position in various coordinate systems</Description> | ... | ... |
NumericalData/AMDA/WIND/Ephemeris/wnd-orb-all.xml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <NumericalData> |
5 | 5 | <ResourceID>spase://CDPP/NumericalData/AMDA/Wind/Ephemeris/wnd-orb-all</ResourceID> |
6 | 6 | <ResourceHeader> |
7 | - <ResourceName>Wind definitive Spacecraft Positions</ResourceName> | |
7 | + <ResourceName>orbit</ResourceName> | |
8 | 8 | <ReleaseDate>2015-10-13T15:55:00Z</ReleaseDate> |
9 | 9 | <Description>Definitive (measured) Wind spacecraft positions in various coordinate systems</Description> |
10 | 10 | <Contact> |
... | ... | @@ -38,7 +38,7 @@ |
38 | 38 | <Cadence>PT10M</Cadence> |
39 | 39 | </TemporalDescription> |
40 | 40 | <Parameter> |
41 | - <Name>GSE Position</Name> | |
41 | + <Name>xyz_gse</Name> | |
42 | 42 | <ParameterKey>wnd_xyz</ParameterKey> |
43 | 43 | <Description>Position in GSE coordinates</Description> |
44 | 44 | <Ucd>pos.earth;instr.obsty</Ucd> |
... | ... | @@ -53,19 +53,19 @@ |
53 | 53 | <Structure> |
54 | 54 | <Size>3</Size> |
55 | 55 | <Element> |
56 | - <Name>X</Name> | |
56 | + <Name>x</Name> | |
57 | 57 | <Qualifier>Component.I</Qualifier> |
58 | 58 | <Index>1</Index> |
59 | 59 | <ParameterKey>wnd_xyz(0)</ParameterKey> |
60 | 60 | </Element> |
61 | 61 | <Element> |
62 | - <Name>Y</Name> | |
62 | + <Name>y</Name> | |
63 | 63 | <Qualifier>Component.J</Qualifier> |
64 | 64 | <Index>2</Index> |
65 | 65 | <ParameterKey>wnd_xyz(1)</ParameterKey> |
66 | 66 | </Element> |
67 | 67 | <Element> |
68 | - <Name>Z</Name> | |
68 | + <Name>z</Name> | |
69 | 69 | <Qualifier>Component.K</Qualifier> |
70 | 70 | <Index>3</Index> |
71 | 71 | <ParameterKey>wnd_xyz(2)</ParameterKey> |
... | ... | @@ -79,7 +79,7 @@ |
79 | 79 | </Support> |
80 | 80 | </Parameter> |
81 | 81 | <Parameter> |
82 | - <Name>r</Name> | |
82 | + <Name>distance wind-earth</Name> | |
83 | 83 | <ParameterKey>wnd_r</ParameterKey> |
84 | 84 | <Ucd>pos.distance</Ucd> |
85 | 85 | <Units>Re</Units> | ... | ... |