Commit ef73ecc21085045e877ec58d6031f055deeb8543
1 parent
bc1662be
Exists in
master
and in
12 other branches
coords
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
NumericalData/AMDA/Galileo/ephemeris/gll-orb-ga.xml
... | ... | @@ -38,9 +38,13 @@ |
38 | 38 | <Parameter> |
39 | 39 | <Name>xyz_gphio</Name> |
40 | 40 | <ParameterKey>gll_orb_gaxyzgphio</ParameterKey> |
41 | - <Description>Galileo trajectory coordinates in GPIO coordinates</Description> | |
41 | + <Description>Galileo trajectory coordinates in GPHIO coordinates</Description> | |
42 | 42 | <Ucd>pos.bodyrc;instr.obsty</Ucd> |
43 | 43 | <Units>Rga</Units> |
44 | + <CoordinateSystem> | |
45 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
46 | + <CoordinateSystemName>GPHIO</CoordinateSystemName> | |
47 | + </CoordinateSystem> | |
44 | 48 | <RenderingHints> |
45 | 49 | <DisplayType>TimeSeries</DisplayType> |
46 | 50 | </RenderingHints> | ... | ... |