Commit fa727bcf51e562966efd1cdb203b6d250a94254f
1 parent
b05f5ea0
Exists in
master
and in
11 other branches
corrected spelling mistakes in descriptors
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
NumericalData/CDPP-AMDA/PSP/ORBIT/psp-orb-all.xml
... | ... | @@ -292,7 +292,7 @@ |
292 | 292 | </Parameter> |
293 | 293 | <Parameter> |
294 | 294 | <Name>v_hci</Name> |
295 | - <ParameterKey>psp_vel_hco</ParameterKey> | |
295 | + <ParameterKey>psp_vel_hci</ParameterKey> | |
296 | 296 | <Description>Spacecraft velocity in HCI coordinate</Description> |
297 | 297 | <Units>km/s</Units> |
298 | 298 | <CoordinateSystem> |
... | ... |
NumericalData/CDPP-AMDA/STEREO-B/Ephemeris/stb-l2-orb.xml
... | ... | @@ -83,17 +83,17 @@ |
83 | 83 | <Element> |
84 | 84 | <Name>x</Name> |
85 | 85 | <Index>1</Index> |
86 | - <ParameterKey>stb_xzy_hee(0)</ParameterKey> | |
86 | + <ParameterKey>stb_xyz_hee(0)</ParameterKey> | |
87 | 87 | </Element> |
88 | 88 | <Element> |
89 | 89 | <Name>y</Name> |
90 | 90 | <Index>2</Index> |
91 | - <ParameterKey>stb_xzy_hee(1)</ParameterKey> | |
91 | + <ParameterKey>stb_xyz_hee(1)</ParameterKey> | |
92 | 92 | </Element> |
93 | 93 | <Element> |
94 | 94 | <Name>z</Name> |
95 | 95 | <Index>3</Index> |
96 | - <ParameterKey>stb_xzy_hee(2)</ParameterKey> | |
96 | + <ParameterKey>stb_xyz_hee(2)</ParameterKey> | |
97 | 97 | </Element> |
98 | 98 | </Structure> |
99 | 99 | <Support> |
... | ... |