Commit 08df1f8b46e9c4b796bcb31c68368d7a6d572f72
1 parent
28d76676
Exists in
master
Update frames list
Showing
1 changed file
with
66 additions
and
12 deletions
Show diff stats
server/kernel/data/frames.xml
... | ... | @@ -3,21 +3,21 @@ |
3 | 3 | <frames> |
4 | 4 | <frame id="EME"> |
5 | 5 | <fullname> |
6 | - ToDo | |
6 | + Earth Mean Equator and Equinox | |
7 | 7 | </fullname> |
8 | 8 | <description> |
9 | 9 | </description> |
10 | 10 | </frame> |
11 | 11 | <frame id="JEME"> |
12 | 12 | <fullname> |
13 | - ToDo | |
13 | + EME2000 centered on Jupiter | |
14 | 14 | </fullname> |
15 | 15 | <description> |
16 | 16 | </description> |
17 | 17 | </frame> |
18 | 18 | <frame id="KEME"> |
19 | 19 | <fullname> |
20 | - ToDo | |
20 | + EME2000 centered on Saturn | |
21 | 21 | </fullname> |
22 | 22 | <description> |
23 | 23 | </description> |
... | ... | @@ -52,14 +52,14 @@ |
52 | 52 | </frame> |
53 | 53 | <frame id="JECLIP"> |
54 | 54 | <fullname> |
55 | - ToDo | |
55 | + ECLIPJ2000 centered on Jupiter | |
56 | 56 | </fullname> |
57 | 57 | <description> |
58 | 58 | </description> |
59 | 59 | </frame> |
60 | 60 | <frame id="KECLIP"> |
61 | 61 | <fullname> |
62 | - ToDo | |
62 | + ECLIPJ2000 centered on Saturn | |
63 | 63 | </fullname> |
64 | 64 | <description> |
65 | 65 | </description> |
... | ... | @@ -122,14 +122,14 @@ |
122 | 122 | </frame> |
123 | 123 | <frame id="MAG"> |
124 | 124 | <fullname> |
125 | - Geomagnetic | |
125 | + Geomagnetic coordinate system | |
126 | 126 | </fullname> |
127 | 127 | <description> |
128 | 128 | </description> |
129 | 129 | </frame> |
130 | 130 | <frame id="SM"> |
131 | 131 | <fullname> |
132 | - Solar Magnetic | |
132 | + Solar Magnetic coordinates | |
133 | 133 | </fullname> |
134 | 134 | <description> |
135 | 135 | </description> |
... | ... | @@ -143,27 +143,81 @@ |
143 | 143 | </frame> |
144 | 144 | <frame id="ECLIPDATE"> |
145 | 145 | <fullname> |
146 | - ToDo | |
146 | + Earth Mean Ecliptic and Equinox | |
147 | 147 | </fullname> |
148 | 148 | <description/> |
149 | 149 | </frame> |
150 | 150 | <frame id="67PCG_EME"> |
151 | 151 | <fullname> |
152 | - ToDo | |
152 | + EME2000 centered on comet Churyumov Gerasimenko | |
153 | 153 | </fullname> |
154 | 154 | <description/> |
155 | 155 | </frame> |
156 | 156 | <frame id="LUTETIA_EME"> |
157 | 157 | <fullname> |
158 | - ToDo | |
158 | + EME2000 centered on asteroid LUTETIA | |
159 | 159 | </fullname> |
160 | 160 | <description/> |
161 | 161 | </frame> |
162 | 162 | <frame id="STEINS_EME"> |
163 | 163 | <fullname> |
164 | - ToDo | |
164 | + EME2000 centered on asteroid STEINS | |
165 | 165 | </fullname> |
166 | 166 | <description/> |
167 | 167 | </frame> |
168 | - </frames> | |
168 | + <frame id="HEEQ"> | |
169 | + <fullname> | |
170 | + Heliocentric Earth Equatorial | |
171 | + </fullname> | |
172 | + <description/> | |
173 | + </frame> | |
174 | + <frame id="HCI"> | |
175 | + <fullname> | |
176 | + Heliocentric Inertial | |
177 | + </fullname> | |
178 | + <description/> | |
179 | + </frame> | |
180 | + <frame id="MSO"> | |
181 | + <fullname> | |
182 | + Mars-centric Solar Orbital | |
183 | + </fullname> | |
184 | + <description/> | |
185 | + </frame> | |
186 | + <frame id="MEME"> | |
187 | + <fullname> | |
188 | + EME2000 centered on Mercury | |
189 | + </fullname> | |
190 | + <description/> | |
191 | + </frame> | |
192 | + <frame id="MECLIP"> | |
193 | + <fullname> | |
194 | + ECLIPJ2000 centered on Mercury | |
195 | + </fullname> | |
196 | + <description/> | |
197 | + </frame> | |
198 | + <frame id="MESO"> | |
199 | + <fullname> | |
200 | + Mercury-centric Solar Orbital | |
201 | + </fullname> | |
202 | + <description/> | |
203 | + </frame> | |
204 | + <frame id="J2000"> | |
205 | + <fullname> | |
206 | + Earth mean equator, dynamical equinox of J2000 | |
207 | + </fullname> | |
208 | + <description/> | |
209 | + </frame> | |
210 | + <frame id="ECLIPJ2000"> | |
211 | + <fullname> | |
212 | + Ecliptic coordinates based upon the J2000 frame | |
213 | + </fullname> | |
214 | + <description/> | |
215 | + </frame> | |
216 | + <frame id="GPHIO"> | |
217 | + <fullname> | |
218 | + Ganymede Phi-Omega | |
219 | + </fullname> | |
220 | + <description/> | |
221 | + </frame> | |
222 | + </frames> | |
169 | 223 | </treps> | ... | ... |