Commit 79a7d6184851f5ad25c5c6d4cb3108db00ae9682
1 parent
311bcd02
Exists in
master
and in
11 other branches
solo coord system
Showing
2 changed files
with
21 additions
and
4 deletions
Show diff stats
NumericalData/CDPP-AMDA/Ephemerides/moon-earth-all.xml
NumericalData/CDPP-AMDA/Solar_Orbiter/Ephemeris/so-orb-all.xml
... | ... | @@ -51,7 +51,11 @@ |
51 | 51 | <ParameterKey>so_xyz_hee</ParameterKey> |
52 | 52 | <Description/> |
53 | 53 | <Ucd/> |
54 | - <Units>AU</Units> | |
54 | + <Units>AU</Units> | |
55 | + <CoordinateSystem> | |
56 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
57 | + <CoordinateSystemName>HEE</CoordinateSystemName> | |
58 | + </CoordinateSystem> | |
55 | 59 | <UnitsConversion/> |
56 | 60 | <Structure> |
57 | 61 | <Size>3</Size> |
... | ... | @@ -86,7 +90,11 @@ |
86 | 90 | <ParameterKey>so_xyz_heeq</ParameterKey> |
87 | 91 | <Description/> |
88 | 92 | <Ucd/> |
89 | - <Units>AU</Units> | |
93 | + <Units>AU</Units> | |
94 | + <CoordinateSystem> | |
95 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
96 | + <CoordinateSystemName>HEEQ</CoordinateSystemName> | |
97 | + </CoordinateSystem> | |
90 | 98 | <UnitsConversion/> |
91 | 99 | <Structure><Size>3</Size> |
92 | 100 | <Element> |
... | ... | @@ -120,7 +128,11 @@ |
120 | 128 | <ParameterKey>so_xyz_hci</ParameterKey> |
121 | 129 | <Description/> |
122 | 130 | <Ucd/> |
123 | - <Units>AU</Units> | |
131 | + <Units>AU</Units> | |
132 | + <CoordinateSystem> | |
133 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
134 | + <CoordinateSystemName>HCI</CoordinateSystemName> | |
135 | + </CoordinateSystem> | |
124 | 136 | <UnitsConversion/> |
125 | 137 | <Structure> |
126 | 138 | <Size>3</Size> |
... | ... | @@ -155,7 +167,11 @@ |
155 | 167 | <ParameterKey>so_xyz_iausun</ParameterKey> |
156 | 168 | <Description/> |
157 | 169 | <Ucd/> |
158 | - <Units>AU</Units> | |
170 | + <Units>AU</Units> | |
171 | + <CoordinateSystem> | |
172 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
173 | + <CoordinateSystemName>IAU_SUN</CoordinateSystemName> | |
174 | + </CoordinateSystem> | |
159 | 175 | <UnitsConversion/> |
160 | 176 | <Structure> |
161 | 177 | <Size>3</Size> | ... | ... |