Commit 02192f5ab284e34e0154647afac699766ab423c4

Authored by Elena.Budnik
1 parent 03f6a7c8

mex orb correction

Showing 1 changed file with 8 additions and 4 deletions   Show diff stats
NumericalData/AMDA/MEX/ephemeris/mex-orb-all.xml
... ... @@ -40,13 +40,17 @@
40 40 <StopDate>2017-04-30T01:56:06Z</StopDate>
41 41 </TimeSpan>
42 42 <Cadence>PT60S</Cadence>
43   - </TemporalDescription>
  43 + </TemporalDescription>
44 44 <Parameter>
45 45 <Name>xyz_mso</Name>
46 46 <ParameterKey>mex_xyz</ParameterKey>
47 47 <Description>Mars Express trajectory in MSO coordinates</Description>
48 48 <Ucd>pos.bodyrc;instr.obsty</Ucd>
49 49 <Units>Rm</Units>
  50 + <CoordinateSystem>
  51 + <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
  52 + <CoordinateSystemName>MSO</CoordinateSystemName>
  53 + </CoordinateSystem>
50 54 <RenderingHints>
51 55 <DisplayType>TimeSeries</DisplayType>
52 56 </RenderingHints>
... ... @@ -54,17 +58,17 @@
54 58 <Size>3</Size>
55 59 <Element>
56 60 <Name>x</Name>
57   - <Index>0</Index>
  61 + <Index>1</Index>
58 62 <ParameterKey>mex_xyz(0)</ParameterKey>
59 63 </Element>
60 64 <Element>
61 65 <Name>y</Name>
62   - <Index>1</Index>
  66 + <Index>2</Index>
63 67 <ParameterKey>mex_xyz(1)</ParameterKey>
64 68 </Element>
65 69 <Element>
66 70 <Name>z</Name>
67   - <Index>2</Index>
  71 + <Index>3</Index>
68 72 <ParameterKey>mex_xyz(2)</ParameterKey>
69 73 </Element>
70 74 </Structure>
... ...