Commit 40d4925cac1e79d6e6c6675c7e7a0b895748122c
1 parent
b595c631
Exists in
master
and in
12 other branches
vex_xyz_vso
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
NumericalData/AMDA/VEX/ephemeris/vex-orb-all.xml
... | ... | @@ -38,7 +38,7 @@ |
38 | 38 | <Keyword>artificial satellite</Keyword> |
39 | 39 | <Parameter> |
40 | 40 | <Name>xyz_vso</Name> |
41 | - <ParameterKey>vex_xyz</ParameterKey> | |
41 | + <ParameterKey>vex_xyz_vso</ParameterKey> | |
42 | 42 | <Description>Venus Express trajectory in VSO coordinates</Description> |
43 | 43 | <Ucd>pos.bodyrc;instr.obsty</Ucd> |
44 | 44 | <Units>Rv</Units> |
... | ... | @@ -54,18 +54,18 @@ |
54 | 54 | <Size>3</Size> |
55 | 55 | <Element> |
56 | 56 | <Name>x</Name> |
57 | - <Index>0</Index> | |
58 | - <ParameterKey>vex_xyz(0)</ParameterKey> | |
57 | + <Index>1</Index> | |
58 | + <ParameterKey>vex_xyz_vso(0)</ParameterKey> | |
59 | 59 | </Element> |
60 | 60 | <Element> |
61 | 61 | <Name>y</Name> |
62 | - <Index>1</Index> | |
63 | - <ParameterKey>vex_xyz(1)</ParameterKey> | |
62 | + <Index>2</Index> | |
63 | + <ParameterKey>vex_xyz_vso(1)</ParameterKey> | |
64 | 64 | </Element> |
65 | 65 | <Element> |
66 | 66 | <Name>z</Name> |
67 | - <Index>2</Index> | |
68 | - <ParameterKey>vex_xyz(2)</ParameterKey> | |
67 | + <Index>3</Index> | |
68 | + <ParameterKey>vex_xyz_vso(2)</ParameterKey> | |
69 | 69 | </Element> |
70 | 70 | </Structure> |
71 | 71 | <Support> | ... | ... |