Merge lp:~jlcanales-gasco/stellarium/satellite-plugin into lp:stellarium

Proposed by J.L. Canales
Status: Merged
Merged at revision: 4889
Proposed branch: lp:~jlcanales-gasco/stellarium/satellite-plugin
Merge into: lp:stellarium
Diff against target: 6689 lines (+2153/-1871)
19 files modified
plugins/Satellites/resources/satellites.json (+1489/-896)
plugins/Satellites/src/CMakeLists.txt (+2/-6)
plugins/Satellites/src/Satellite.cpp (+129/-151)
plugins/Satellites/src/Satellite.hpp (+43/-36)
plugins/Satellites/src/Satellites.cpp (+11/-16)
plugins/Satellites/src/gSatWrapper.cpp (+279/-0)
plugins/Satellites/src/gSatWrapper.hpp (+138/-0)
plugins/Satellites/src/gsatellite/gMatrix.cpp (+0/-290)
plugins/Satellites/src/gsatellite/gMatrix.hpp (+0/-86)
plugins/Satellites/src/gsatellite/gMatrixTempl.hpp (+0/-117)
plugins/Satellites/src/gsatellite/gObserver.cpp (+0/-88)
plugins/Satellites/src/gsatellite/gObserver.hpp (+0/-114)
plugins/Satellites/src/gsatellite/gSatTEME.cpp (+7/-2)
plugins/Satellites/src/gsatellite/gSatTEME.hpp (+37/-9)
plugins/Satellites/src/gsatellite/gTime.cpp (+10/-0)
plugins/Satellites/src/gsatellite/gTime.hpp (+1/-1)
plugins/Satellites/src/gsatellite/mathUtils.cpp (+1/-1)
plugins/Satellites/src/gsatellite/sgp4io.cpp (+5/-58)
plugins/Satellites/src/gsatellite/stdsat.h (+1/-0)
To merge this branch: bzr merge lp:~jlcanales-gasco/stellarium/satellite-plugin
Reviewer Review Type Date Requested Status
Fabien Chéreau Approve
J.L. Canales (community) Needs Resubmitting
Matthew Gates Pending
Review via email: mp+53713@code.launchpad.net

Description of the change

This branch has next new features:

1- Wrapper over gsatellite library. This class aisle gsatellite code from stelarium and works with the stellarium objects (vectors, observer, Navigation). Using this wrapper, I simplified the plugin code to get the satellite position in StelCore::AltAz framework.

2- Satellite Visibility prediction.
       I developed an algorithm to predict the optical satellite visibility. It is implemented in gSatWrapper::getVisibilityPredict() method and return next situations
                     - RADAR_SUN when satellite an observer are in the sunlit
                     - VISIBLE when satellite is in sunlit and observer is in the dark. Satellite could be visible in the sky.
                     - RADAR_NIGHT when satellite is eclipsed by the earth shadow.
                     - NOT_VISIBLE The satellite is under the observer horizon

    The visibility status is shown in a text line when the satellite is selected.

3- Updated satellites.json
    Include Updated TLE data
    Deleted M-5 R/B satellite decayed 2011-02-02
    GPS frecuencies sended by Lennert Buytenhek to developer list

I tested this code in Ubuntu 10.04 LTS

To post a comment you must log in.
Revision history for this message
Fabien Chéreau (xalioth) wrote :

Hi Sorry for the large delay. I think Matthew should review this one. If he doesn't I will superficially review the features.

Revision history for this message
J.L. Canales (jlcanales-gasco) wrote :

Thanks Fabien,
   I know you and Matthew are very busy.... Don't worry about the delay...

2011/5/14 Fabien Chéreau <email address hidden>

> Hi Sorry for the large delay. I think Matthew should review this one. If he
> doesn't I will superficially review the features.
> --
>
> https://code.launchpad.net/~jlcanales-gasco/stellarium/satellite-plugin/+merge/53713<https://code.launchpad.net/%7Ejlcanales-gasco/stellarium/satellite-plugin/+merge/53713>
> You are the owner of lp:~jlcanales-gasco/stellarium/satellite-plugin.
>

Revision history for this message
Fabien Chéreau (xalioth) wrote :

OK, I try to review this now, even though I would prefer Matthew to do that. The code looks quite good!

1- in foreach loop, don't forget to use const&, it's much faster, e.g. replace
foreach(commLink c, comms)
by
foreach(const commLink& c, comms)

2- In Stellarium as a convention, we try to keep the first letter of a variabl with small case, e.g Position -> position, Vel->vel (or better 'velocity') etc..

Once this is fixed I don't have anything more to say..

Revision history for this message
Fabien Chéreau (xalioth) :
review: Needs Fixing
4807. By J.L. Canales

Set variables name accord to stellarium standarts

4808. By J.L. Canales

foreach clauses optimization

4809. By J.L. Canales

rebase trunk ver.4886

4810. By J.L. Canales

TLE data in satelites.json actualized

Revision history for this message
J.L. Canales (jlcanales-gasco) wrote :

Hi Fabien,
   I fixed variable names in the code as you suggested and I optimized all foreach loops.

Thanks..

review: Needs Resubmitting
Revision history for this message
Fabien Chéreau (xalioth) wrote :

Thanks! Very good job again :)
I talked to Matthew and he told me it's all OK for him, so I merge!
Fab

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/Satellites/resources/satellites.json'
2--- plugins/Satellites/resources/satellites.json 2010-11-18 21:25:06 +0000
3+++ plugins/Satellites/resources/satellites.json 2011-05-28 23:11:30 +0000
4@@ -5,359 +5,396 @@
5 {
6 "AAU CUBESAT":
7 {
8+ "comms": [],
9 "groups": [],
10- "lastUpdated": 2010-11-18T21:00:01,
11+ "lastUpdated": 2011-05-29T01:03:20,
12 "orbitVisible": false,
13- "tle1": "1 27846U 03031G 10322.04074654 .00000056 00000-0 45693-4 0 8768",
14- "tle2": "2 27846 98.7002 329.6105 0010121 65.8238 294.4023 14.21065071383036",
15+ "tle1": "1 27846U 03031G 11147.91781985 .00000072 00000-0 53293-4 0 127",
16+ "tle2": "2 27846 98.6982 157.6077 0008533 235.4647 124.5736 14.21115828410145",
17 "visible": false
18 },
19 "AJISAI (EGS)":
20 {
21+ "comms": [],
22 "groups": ["visual"],
23 "hintColor": [0.5, 0.5, 0.5],
24- "lastUpdated": 2010-11-18T21:00:01,
25+ "lastUpdated": 2011-05-29T01:03:20,
26 "orbitVisible": false,
27- "tle1": "1 16908U 86061A 10321.84797408 -.00000083 00000-0 10000-3 0 3696",
28- "tle2": "2 16908 50.0111 4.2832 0011508 98.3876 261.8263 12.44464899772183",
29+ "tle1": "1 16908U 86061A 11148.22704443 -.00000083 00000-0 10000-3 0 5280",
30+ "tle2": "2 16908 50.0067 135.8486 0011503 223.5240 136.4686 12.44466645796016",
31 "visible": true
32 },
33 "AKARI (ASTRO-F)":
34 {
35+ "comms": [],
36 "groups": ["visual"],
37 "hintColor": [0.5, 0.5, 0.5],
38- "lastUpdated": 2010-11-18T21:00:01,
39+ "lastUpdated": 2011-05-29T01:03:20,
40 "orbitVisible": false,
41- "tle1": "1 28939U 06005A 10321.96319841 .00000176 00000-0 48808-4 0 4294",
42- "tle2": "2 28939 98.2557 325.9046 0008777 17.3359 342.8150 14.57673147251663",
43+ "tle1": "1 28939U 06005A 11147.64924770 .00000205 00000-0 54996-4 0 5861",
44+ "tle2": "2 28939 98.2539 155.1036 0009042 133.0963 227.0983 14.57752157279441",
45 "visible": true
46 },
47 "ALOS (DAICHI)":
48 {
49+ "comms": [],
50 "groups": ["visual"],
51 "hintColor": [0.5, 0.5, 0.5],
52- "lastUpdated": 2010-11-18T21:00:01,
53+ "lastUpdated": 2011-05-29T01:03:20,
54 "orbitVisible": false,
55- "tle1": "1 28931U 06002A 10322.16815010 .00000277 00000-0 67824-4 0 3868",
56- "tle2": "2 28931 98.1416 34.1690 0001252 97.3454 262.7904 14.59583962256600",
57+ "tle1": "1 28931U 06002A 11148.16272695 .00000197 00000-0 51236-4 0 9655",
58+ "tle2": "2 28931 98.1178 221.3299 0002384 83.2734 276.8757 14.59396604284464",
59 "visible": true
60 },
61 "AQUA":
62 {
63+ "comms": [],
64 "groups": ["visual"],
65 "hintColor": [0.5, 0.5, 0.5],
66- "lastUpdated": 2010-11-18T21:00:01,
67+ "lastUpdated": 2011-05-29T01:03:20,
68 "orbitVisible": false,
69- "tle1": "1 27424U 02022A 10321.58493059 .00000225 00000-0 60069-4 0 7964",
70- "tle2": "2 27424 98.2037 260.4353 0001229 52.7381 307.3913 14.57125042454250",
71+ "tle1": "1 27424U 02022A 11147.27999565 .00000199 00000-0 54084-4 0 9614",
72+ "tle2": "2 27424 98.1946 88.3460 0001719 87.9923 272.1482 14.57131306482026",
73 "visible": true
74 },
75 "ARIANE 40 R/B":
76 {
77+ "comms": [],
78 "groups": ["visual"],
79 "hintColor": [0.5, 0.5, 0.5],
80- "lastUpdated": 2010-11-18T21:00:01,
81+ "lastUpdated": 2011-05-29T01:03:20,
82 "orbitVisible": false,
83- "tle1": "1 22830U 93061H 10321.45215012 .00000072 00000-0 44461-4 0 1704",
84- "tle2": "2 22830 98.6409 270.7390 0011452 116.7305 243.5051 14.30529655894468",
85+ "tle1": "1 22830U 93061H 11147.88671773 .00000048 00000-0 35373-4 0 3176",
86+ "tle2": "2 22830 98.6693 101.3151 0010184 281.6000 78.4039 14.30571521921834",
87 "visible": true
88 },
89 "ARIANE 40+ R/B":
90 {
91+ "comms": [],
92 "groups": ["visual"],
93 "hintColor": [0.5, 0.5, 0.5],
94- "lastUpdated": 2010-11-18T21:00:01,
95+ "lastUpdated": 2011-05-29T01:03:20,
96 "orbitVisible": false,
97- "tle1": "1 23561U 95021B 10321.46177864 .00000102 00000-0 49695-4 0 7554",
98- "tle2": "2 23561 98.5048 269.0826 0006497 184.1320 175.9813 14.36461556815998",
99+ "tle1": "1 23561U 95021B 11147.45408712 .00000092 00000-0 46417-4 0 9064",
100+ "tle2": "2 23561 98.5314 98.0090 0007285 350.7937 9.3112 14.36520379843417",
101 "visible": true
102 },
103 "ARIANE 5 R/B":
104 {
105+ "comms": [],
106 "groups": ["visual"],
107 "hintColor": [0.5, 0.5, 0.5],
108- "lastUpdated": 2010-11-18T21:00:01,
109+ "lastUpdated": 2011-05-29T01:03:20,
110 "orbitVisible": false,
111- "tle1": "1 28499U 04049H 10322.11065144 .00000292 00000-0 46178-4 0 8812",
112- "tle2": "2 28499 98.3085 319.1702 0097421 13.9113 346.4757 14.77244642318886",
113+ "tle1": "1 28499U 04049H 11147.57290161 .00000133 00000-0 25250-4 0 484",
114+ "tle2": "2 28499 98.3109 155.4442 0097393 124.1132 236.9364 14.77366293347009",
115 "visible": true
116 },
117 "ARSENE (AO-24)":
118 {
119+ "comms": [],
120 "groups": ["amateur", "non-operational"],
121 "hintColor": [0.3, 0.2, 0],
122- "lastUpdated": 2010-11-17T04:03:12,
123+ "lastUpdated": 2011-05-29T01:03:20,
124 "orbitVisible": false,
125- "tle1": "1 22654U 93031B 10320.19701300 -.00000103 00000-0 10000-3 0 4211",
126- "tle2": "2 22654 4.6262 326.9563 2845044 191.7915 159.5812 1.42205628 86471",
127+ "tle1": "1 22654U 93031B 11145.73270955 -.00000118 00000-0 10000-3 0 4793",
128+ "tle2": "2 22654 4.4617 322.8490 2837947 203.5665 140.3153 1.42205451 89185",
129 "visible": false
130 },
131 "ASTEX 1":
132 {
133+ "comms": [],
134 "groups": ["visual"],
135 "hintColor": [0.5, 0.5, 0.5],
136- "lastUpdated": 2010-11-18T21:00:01,
137+ "lastUpdated": 2011-05-29T01:03:20,
138 "orbitVisible": false,
139- "tle1": "1 05560U 71089A 10321.54426501 .00000148 00000-0 41405-4 0 2573",
140- "tle2": "2 05560 92.7015 150.2309 0016454 165.2817 194.8866 14.46295656 53527",
141+ "tle1": "1 05560U 71089A 11147.56540354 .00000115 00000-0 32315-4 0 4133",
142+ "tle2": "2 05560 92.7132 211.5325 0014322 252.7666 107.1969 14.46354897 81134",
143 "visible": true
144 },
145 "ATLAS 5 CENTAUR R/B":
146 {
147+ "comms": [],
148 "groups": ["visual"],
149 "hintColor": [0.5, 0.5, 0.5],
150+ "lastUpdated": 2011-05-29T01:03:20,
151 "orbitVisible": false,
152- "tle1": "1 30778U 07006G 10320.74002080 .00002906 00000-0 14529-3 0 9783",
153- "tle2": "2 30778 35.7026 69.2711 0029311 89.4753 270.9331 15.16947004204691",
154+ "tle1": "1 30778U 07006G 11147.85853331 .00001894 00000-0 92120-4 0 1181",
155+ "tle2": "2 30778 35.7049 321.7674 0030761 329.8619 30.0336 15.18232284233896",
156 "visible": true
157 },
158 "ATLAS CENTAUR 2":
159 {
160+ "comms": [],
161 "groups": ["visual"],
162 "hintColor": [0.5, 0.5, 0.5],
163- "lastUpdated": 2010-11-18T21:00:01,
164+ "lastUpdated": 2011-05-29T01:03:20,
165 "orbitVisible": false,
166- "tle1": "1 00694U 63047A 10321.27947336 .00000544 00000-0 60756-4 0 4296",
167- "tle2": "2 00694 30.3567 5.2803 0615751 158.8195 203.9079 13.95335838345858",
168+ "tle1": "1 00694U 63047A 11148.14675794 .00000712 00000-0 86112-4 0 5939",
169+ "tle2": "2 00694 30.3628 40.6676 0614284 6.0000 354.7593 13.95581101372678",
170 "visible": true
171 },
172 "ATLAS CENTAUR R/B":
173 {
174+ "comms": [],
175 "groups": ["visual"],
176 "hintColor": [0.5, 0.5, 0.5],
177- "lastUpdated": 2010-11-18T21:00:01,
178+ "lastUpdated": 2011-05-29T01:03:20,
179 "orbitVisible": false,
180- "tle1": "1 06155U 72065B 10321.25251515 .00000254 00000-0 46802-4 0 3056",
181- "tle2": "2 06155 35.0058 355.8932 0039922 207.7360 152.1214 14.68113061 38081",
182+ "tle1": "1 06155U 72065B 11147.89264547 .00000164 00000-0 31742-4 0 4612",
183+ "tle2": "2 06155 35.0062 329.6815 0041098 355.0761 4.9528 14.68228140 66262",
184 "visible": true
185 },
186 "CANX-1":
187 {
188+ "comms": [],
189 "groups": [],
190- "lastUpdated": 2010-11-18T21:00:01,
191+ "lastUpdated": 2011-05-29T01:03:20,
192 "orbitVisible": false,
193- "tle1": "1 27847U 03031H 10321.56394170 .00000051 00000-0 43577-4 0 8958",
194- "tle2": "2 27847 98.6994 329.1245 0010196 68.0650 292.1617 14.21042473382912",
195+ "tle1": "1 27847U 03031H 11147.51458711 .00000007 00000-0 23424-4 0 303",
196+ "tle2": "2 27847 98.6956 157.1916 0008580 235.2089 124.8257 14.21090582410032",
197 "visible": false
198 },
199 "COSMOS 1220":
200 {
201+ "comms": [],
202 "groups": ["visual"],
203 "hintColor": [0.5, 0.5, 0.5],
204- "lastUpdated": 2010-11-18T21:00:01,
205+ "lastUpdated": 2011-05-29T01:03:20,
206 "orbitVisible": false,
207- "tle1": "1 12054U 80089A 10321.73525273 .00005992 00000-0 22811-3 0 4209",
208- "tle2": "2 12054 64.9751 58.2423 0067000 295.1840 64.2337 15.25633018547254",
209+ "tle1": "1 12054U 80089A 11147.55482458 .00003737 00000-0 13566-3 0 5745",
210+ "tle2": "2 12054 64.9713 156.3191 0062969 238.7084 120.7873 15.28199448576382",
211 "visible": true
212 },
213 "COSMOS 1400":
214 {
215+ "comms": [],
216 "groups": ["visual"],
217 "hintColor": [0.5, 0.5, 0.5],
218- "lastUpdated": 2010-11-18T21:00:01,
219+ "lastUpdated": 2011-05-29T01:03:20,
220 "orbitVisible": false,
221- "tle1": "1 13402U 82079A 10321.22626249 .00003123 00000-0 10647-3 0 2113",
222- "tle2": "2 13402 81.1318 227.0626 0008675 141.0806 219.1049 15.30019469548433",
223+ "tle1": "1 13402U 82079A 11148.16294623 .00002990 00000-0 97203-4 0 3634",
224+ "tle2": "2 13402 81.1289 358.0340 0005839 206.7945 153.2990 15.31573910577791",
225 "visible": true
226 },
227 "COSMOS 1484":
228 {
229+ "comms": [],
230 "groups": ["visual"],
231 "hintColor": [0.5, 0.5, 0.5],
232- "lastUpdated": 2010-11-18T21:00:01,
233+ "lastUpdated": 2011-05-29T01:03:20,
234 "orbitVisible": false,
235- "tle1": "1 14207U 83075A 10321.41157639 .00009843 00000-0 18001-3 0 7423",
236- "tle2": "2 14207 97.5992 107.4819 0014317 140.1586 220.0697 15.49476264941477",
237+ "tle1": "1 14207U 83075A 11147.70843466 .00006896 00000-0 11179-3 0 8966",
238+ "tle2": "2 14207 97.6212 309.7668 0014206 157.2171 202.9734 15.53020278971129",
239 "visible": true
240 },
241 "COSMOS 1500":
242 {
243+ "comms": [],
244 "groups": ["visual"],
245 "hintColor": [0.5, 0.5, 0.5],
246- "lastUpdated": 2010-11-18T21:00:01,
247+ "lastUpdated": 2011-05-29T01:03:20,
248 "orbitVisible": false,
249- "tle1": "1 14372U 83099A 10321.12845769 .00000377 00000-0 24779-4 0 5553",
250- "tle2": "2 14372 82.5303 172.8327 0016139 60.9381 299.3487 15.04545689474809",
251+ "tle1": "1 14372U 83099A 11147.58079950 .00001479 00000-0 10208-3 0 7031",
252+ "tle2": "2 14372 82.5312 347.7680 0014932 118.6259 241.6466 15.04979803503593",
253 "visible": true
254 },
255 "COSMOS 1536":
256 {
257+ "comms": [],
258 "groups": ["visual"],
259 "hintColor": [0.5, 0.5, 0.5],
260- "lastUpdated": 2010-11-18T21:00:01,
261+ "lastUpdated": 2011-05-29T01:03:20,
262 "orbitVisible": false,
263- "tle1": "1 14699U 84013A 10321.89469440 .00000958 00000-0 78122-4 0 9510",
264- "tle2": "2 14699 82.5239 124.1238 0012752 297.0822 62.9095 14.98325185452400",
265+ "tle1": "1 14699U 84013A 11147.88190211 .00000509 00000-0 40173-4 0 1275",
266+ "tle2": "2 14699 82.5252 301.1741 0015276 14.6094 345.5560 14.98563416481005",
267 "visible": true
268 },
269 "COSMOS 1544":
270 {
271+ "comms": [],
272 "groups": ["visual"],
273 "hintColor": [0.5, 0.5, 0.5],
274- "lastUpdated": 2010-11-18T21:00:01,
275+ "lastUpdated": 2011-05-29T01:03:20,
276 "orbitVisible": false,
277- "tle1": "1 14819U 84027A 10321.63993351 .00000913 00000-0 56594-4 0 9367",
278- "tle2": "2 14819 82.5288 246.9530 0019294 96.7873 263.5548 15.08365747451517",
279+ "tle1": "1 14819U 84027A 11147.47224983 .00000482 00000-0 28567-4 0 859",
280+ "tle2": "2 14819 82.5235 61.2733 0020839 166.1293 194.0516 15.08847332480281",
281 "visible": true
282 },
283 "COSMOS 1812":
284 {
285+ "comms": [],
286 "groups": ["visual"],
287 "hintColor": [0.5, 0.5, 0.5],
288- "lastUpdated": 2010-11-18T21:00:01,
289+ "lastUpdated": 2011-05-29T01:03:20,
290 "orbitVisible": false,
291- "tle1": "1 17295U 87003A 10322.09026341 .00000494 00000-0 34704-4 0 3392",
292- "tle2": "2 17295 82.5212 326.4211 0014808 74.0680 286.2210 15.02820218296659",
293+ "tle1": "1 17295U 87003A 11147.49783928 .00000613 00000-0 43103-4 0 4884",
294+ "tle2": "2 17295 82.5228 142.6396 0013364 136.9130 223.3138 15.03220141325252",
295 "visible": true
296 },
297 "COSMOS 1833":
298 {
299+ "comms": [],
300 "groups": ["visual"],
301 "hintColor": [0.5, 0.5, 0.5],
302- "lastUpdated": 2010-11-18T21:00:01,
303+ "lastUpdated": 2011-05-29T01:03:20,
304 "orbitVisible": false,
305- "tle1": "1 17589U 87027A 10322.06976277 -.00000288 00000-0 -12932-3 0 7422",
306- "tle2": "2 17589 70.9119 194.6216 0008253 42.7831 317.3929 14.12744328220892",
307+ "tle1": "1 17589U 87027A 11148.24064485 -.00000131 00000-0 -44374-4 0 8938",
308+ "tle2": "2 17589 70.9174 152.9219 0009257 159.0914 201.0587 14.12797555247890",
309 "visible": true
310 },
311 "COSMOS 1844":
312 {
313+ "comms": [],
314 "groups": ["visual"],
315 "hintColor": [0.5, 0.5, 0.5],
316- "lastUpdated": 2010-11-18T21:00:01,
317+ "lastUpdated": 2011-05-29T01:03:20,
318 "orbitVisible": false,
319- "tle1": "1 17973U 87041A 10322.21681652 -.00000220 00000-0 -90484-4 0 7652",
320- "tle2": "2 17973 70.8986 296.7291 0029735 133.9161 226.4416 14.13749421213493",
321+ "tle1": "1 17973U 87041A 11147.82909751 .00000303 00000-0 18499-3 0 9150",
322+ "tle2": "2 17973 70.8933 255.2046 0032197 206.0983 153.8516 14.13765701240430",
323 "visible": true
324 },
325 "COSMOS 1867":
326 {
327+ "comms": [],
328 "groups": ["visual"],
329 "hintColor": [0.5, 0.5, 0.5],
330- "lastUpdated": 2010-11-18T21:00:01,
331+ "lastUpdated": 2011-05-29T01:03:20,
332 "orbitVisible": false,
333- "tle1": "1 18187U 87060A 10320.99965099 -.00000083 00000-0 65206-5 0 298",
334- "tle2": "2 18187 65.0093 116.1366 0020310 268.1166 91.7593 14.30872188219996",
335+ "tle1": "1 18187U 87060A 11147.92340742 -.00000079 00000-0 79401-5 0 1817",
336+ "tle2": "2 18187 65.0065 299.2069 0018484 257.3993 102.5021 14.30883976247451",
337 "visible": true
338 },
339 "COSMOS 1933":
340 {
341+ "comms": [],
342 "groups": ["visual"],
343 "hintColor": [0.5, 0.5, 0.5],
344- "lastUpdated": 2010-11-18T21:00:01,
345+ "lastUpdated": 2011-05-29T01:03:20,
346 "orbitVisible": false,
347- "tle1": "1 18958U 88020A 10321.90724267 .00000627 00000-0 52146-4 0 1431",
348- "tle2": "2 18958 82.5301 251.5206 0014526 134.0958 226.1467 14.96974428231223",
349+ "tle1": "1 18958U 88020A 11148.20137794 .00000521 00000-0 42666-4 0 3177",
350+ "tle2": "2 18958 82.5312 68.7889 0011944 209.2254 150.8324 14.97200079259843",
351 "visible": true
352 },
353 "COSMOS 1953":
354 {
355+ "comms": [],
356 "groups": ["visual"],
357 "hintColor": [0.5, 0.5, 0.5],
358- "lastUpdated": 2010-11-18T21:00:01,
359+ "lastUpdated": 2011-05-29T01:03:20,
360 "orbitVisible": false,
361- "tle1": "1 19210U 88050A 10322.06312001 .00000719 00000-0 60073-4 0 2580",
362- "tle2": "2 19210 82.5194 188.2663 0018139 123.4982 236.8022 14.96919625217307",
363+ "tle1": "1 19210U 88050A 11147.15693478 .00000398 00000-0 32007-4 0 4318",
364+ "tle2": "2 19210 82.5190 6.3954 0015168 202.3216 157.7348 14.97233916245746",
365 "visible": true
366 },
367 "COSMOS 1975":
368 {
369+ "comms": [],
370 "groups": ["visual"],
371 "hintColor": [0.5, 0.5, 0.5],
372- "lastUpdated": 2010-11-18T21:00:01,
373+ "lastUpdated": 2011-05-29T01:03:20,
374 "orbitVisible": false,
375- "tle1": "1 19573U 88093A 10321.55765679 .00000483 00000-0 40995-4 0 289",
376- "tle2": "2 19573 82.5203 135.0498 0018183 143.4031 216.8431 14.95617309199519",
377+ "tle1": "1 19573U 88093A 11147.55580551 .00000880 00000-0 76238-4 0 2024",
378+ "tle2": "2 19573 82.5226 312.7875 0015962 223.8492 136.1463 14.95859535228064",
379 "visible": true
380 },
381 "COSMOS 2058":
382 {
383+ "comms": [],
384 "groups": ["visual"],
385 "hintColor": [0.5, 0.5, 0.5],
386- "lastUpdated": 2010-11-18T21:00:01,
387+ "lastUpdated": 2011-05-29T01:03:20,
388 "orbitVisible": false,
389- "tle1": "1 20465U 90010A 10321.52771920 .00000101 00000-0 75034-5 0 9577",
390- "tle2": "2 20465 82.4937 27.2601 0019589 72.6426 287.6917 14.91204430126354",
391+ "tle1": "1 20465U 90010A 11148.22568950 .00000208 00000-0 18150-4 0 1282",
392+ "tle2": "2 20465 82.4933 204.8294 0018528 146.4761 213.7627 14.91426952154922",
393 "visible": true
394 },
395 "COSMOS 2084":
396 {
397+ "comms": [],
398 "groups": ["visual"],
399 "hintColor": [0.5, 0.5, 0.5],
400- "lastUpdated": 2010-11-18T21:00:01,
401+ "lastUpdated": 2011-05-29T01:03:20,
402 "orbitVisible": false,
403- "tle1": "1 20663U 90055A 10322.04059121 .00000423 00000-0 59723-4 0 9940",
404- "tle2": "2 20663 62.7946 291.9385 0146351 74.5451 287.1733 14.85601721102038",
405+ "tle1": "1 20663U 90055A 11147.85452146 .00000529 00000-0 68935-4 0 1628",
406+ "tle2": "2 20663 62.7930 20.9397 0149091 93.7626 268.0527 14.85871350130380",
407 "visible": true
408 },
409 "COSMOS 2123 & RS-12/13":
410 {
411+ "comms": [],
412 "groups": ["amateur"],
413 "hintColor": [0.3, 0.2, 0],
414- "lastUpdated": 2010-11-18T21:00:01,
415+ "lastUpdated": 2011-05-29T01:03:20,
416 "orbitVisible": false,
417- "tle1": "1 21089U 91007A 10321.27227065 .00000061 00000-0 48594-4 0 6285",
418- "tle2": "2 21089 82.9216 242.1235 0028743 329.5544 30.3950 13.74498352992360",
419+ "tle1": "1 21089U 91007A 11147.50386414 .00000050 00000-0 36427-4 0 7935",
420+ "tle2": "2 21089 82.9208 100.2216 0029483 150.1590 210.1256 13.74505345 18632",
421 "visible": false
422 },
423 "COSMOS 2151":
424 {
425+ "comms": [],
426 "groups": ["visual"],
427 "hintColor": [0.5, 0.5, 0.5],
428- "lastUpdated": 2010-11-18T21:00:01,
429+ "lastUpdated": 2011-05-29T01:03:20,
430 "orbitVisible": false,
431- "tle1": "1 21422U 91042A 10321.16822220 .00000519 00000-0 54134-4 0 7687",
432- "tle2": "2 21422 82.5025 6.7900 0016437 23.2213 336.9771 14.87703186 50568",
433+ "tle1": "1 21422U 91042A 11147.64598370 .00000175 00000-0 16320-4 0 9374",
434+ "tle2": "2 21422 82.5031 185.7853 0017446 99.5577 260.7609 14.87891567 79038",
435 "visible": true
436 },
437 "COSMOS 2228":
438 {
439+ "comms": [],
440 "groups": ["visual"],
441 "hintColor": [0.5, 0.5, 0.5],
442- "lastUpdated": 2010-11-18T21:00:01,
443+ "lastUpdated": 2011-05-29T01:03:20,
444 "orbitVisible": false,
445- "tle1": "1 22286U 92094A 10322.28879263 .00000571 00000-0 66681-4 0 2174",
446- "tle2": "2 22286 82.5178 111.9741 0022821 145.7871 214.4818 14.83229559965764",
447+ "tle1": "1 22286U 92094A 11147.18625483 .00000388 00000-0 44283-4 0 3836",
448+ "tle2": "2 22286 82.5192 294.1672 0020298 242.7645 117.1501 14.83388873993911",
449 "visible": true
450 },
451 "COSMOS 2242":
452 {
453+ "comms": [],
454 "groups": ["visual"],
455 "hintColor": [0.5, 0.5, 0.5],
456- "lastUpdated": 2010-11-18T21:00:01,
457+ "lastUpdated": 2011-05-29T01:03:20,
458 "orbitVisible": false,
459- "tle1": "1 22626U 93024A 10321.07810957 .00000376 00000-0 42741-4 0 9741",
460- "tle2": "2 22626 82.5195 140.7333 0021223 149.4748 210.7738 14.83378199949225",
461+ "tle1": "1 22626U 93024A 11147.57544595 .00000294 00000-0 32763-4 0 1446",
462+ "tle2": "2 22626 82.5198 321.4231 0018707 242.5450 117.3862 14.83537994977615",
463 "visible": true
464 },
465 "COSMOS 2278":
466 {
467+ "comms": [],
468 "groups": ["visual"],
469 "hintColor": [0.5, 0.5, 0.5],
470- "lastUpdated": 2010-11-18T21:00:01,
471+ "lastUpdated": 2011-05-29T01:03:20,
472 "orbitVisible": false,
473- "tle1": "1 23087U 94023A 10321.47863511 -.00000286 00000-0 -12741-3 0 3282",
474- "tle2": "2 23087 71.0526 341.2012 0010914 276.7126 83.2754 14.13306573854821",
475+ "tle1": "1 23087U 94023A 11147.85462571 -.00000276 00000-0 -12163-3 0 4831",
476+ "tle2": "2 23087 71.0514 301.4926 0009237 335.6316 24.4368 14.13397889881864",
477 "visible": true
478 },
479 "COSMOS 2428":
480 {
481+ "comms": [],
482 "groups": ["visual"],
483 "hintColor": [0.5, 0.5, 0.5],
484- "lastUpdated": 2010-11-18T21:00:01,
485+ "lastUpdated": 2011-05-29T01:03:20,
486 "orbitVisible": false,
487- "tle1": "1 31792U 07029A 10322.43231715 .00000242 00000-0 15734-3 0 7746",
488- "tle2": "2 31792 70.9787 44.5760 0010517 291.5803 195.5281 14.12301192174805",
489+ "tle1": "1 31792U 07029A 11148.16357632 .00000292 00000-0 18352-3 0 3436",
490+ "tle2": "2 31792 71.0039 5.5634 0007390 2.4518 135.8771 14.12444436201734",
491 "visible": true
492 },
493 "COSMOS 482 DESCENT CRAFT":
494 {
495+ "comms": [],
496 "groups": ["visual"],
497 "hintColor": [0.5, 0.5, 0.5],
498- "lastUpdated": 2010-11-18T21:00:01,
499+ "lastUpdated": 2011-05-29T01:03:20,
500 "orbitVisible": false,
501- "tle1": "1 06073U 72023E 10321.92498856 .00017419 32452-5 12855-3 0 4440",
502- "tle2": "2 06073 52.0954 165.4093 2142712 349.4730 6.7235 11.31104252 73643",
503+ "tle1": "1 06073U 72023E 11148.02158367 .00017568 33889-5 12197-3 0 9757",
504+ "tle2": "2 06073 52.1034 28.8929 2110742 347.6528 7.9404 11.38478721 95339",
505 "visible": true
506 },
507 "CUBESAT XI-IV (CO-57)":
508@@ -370,10 +407,10 @@
509 }],
510 "groups": ["amateur"],
511 "hintColor": [0.3, 0.2, 0],
512- "lastUpdated": 2010-11-18T21:00:01,
513+ "lastUpdated": 2011-05-29T01:03:20,
514 "orbitVisible": false,
515- "tle1": "1 27848U 03031J 10321.46501887 .00000092 00000-0 63310-4 0 9282",
516- "tle2": "2 27848 98.7147 327.3727 0010502 91.6177 268.6213 14.20534985382807",
517+ "tle1": "1 27848U 03031J 11146.99041294 .00000085 00000-0 59686-4 0 674",
518+ "tle2": "2 27848 98.7120 155.1823 0008695 265.9103 94.1054 14.20589556409851",
519 "visible": false
520 },
521 "CUBESAT XI-V (CO-58)":
522@@ -386,10 +423,10 @@
523 }],
524 "groups": ["amateur"],
525 "hintColor": [0.3, 0.2, 0],
526- "lastUpdated": 2010-11-18T21:00:01,
527+ "lastUpdated": 2011-05-29T01:03:20,
528 "orbitVisible": false,
529- "tle1": "1 28895U 05043F 10320.95687593 .00000268 00000-0 65050-4 0 7299",
530- "tle2": "2 28895 97.9922 200.1807 0018257 163.0814 197.0991 14.59964955269275",
531+ "tle1": "1 28895U 05043F 11147.71217575 .00000140 00000-0 38331-4 0 8843",
532+ "tle2": "2 28895 97.9692 24.8888 0016465 285.4679 74.4725 14.60100579297254",
533 "visible": false
534 },
535 "CUTE-1 (CO-55)":
536@@ -402,50 +439,54 @@
537 }],
538 "groups": ["amateur"],
539 "hintColor": [0.3, 0.2, 0],
540- "lastUpdated": 2010-11-18T21:00:01,
541+ "lastUpdated": 2011-05-29T01:03:20,
542 "orbitVisible": false,
543- "tle1": "1 27844U 03031E 10321.62418058 .00000122 00000-0 76920-4 0 9806",
544- "tle2": "2 27844 98.7096 328.4033 0010577 87.1900 273.0500 14.20746617382877",
545+ "tle1": "1 27844U 03031E 11147.05028817 .00000097 00000-0 65360-4 0 1180",
546+ "tle2": "2 27844 98.7055 156.0584 0008867 261.8360 98.1803 14.20809745409917",
547 "visible": false
548 },
549 "CUTE-1.7+APD II (CO-65)":
550 {
551+ "comms": [],
552 "groups": ["amateur"],
553 "hintColor": [0.3, 0.2, 0],
554- "lastUpdated": 2010-11-18T21:00:01,
555+ "lastUpdated": 2011-05-29T01:03:20,
556 "orbitVisible": false,
557- "tle1": "1 32785U 08021C 10321.18948827 .00000026 00000-0 99818-5 0 8380",
558- "tle2": "2 32785 97.8791 23.8528 0015447 143.4947 216.7293 14.81763530138144",
559+ "tle1": "1 32785U 08021C 11147.35039361 .00000770 00000-0 10362-3 0 02",
560+ "tle2": "2 32785 97.8500 211.6403 0013762 241.7760 118.2103 14.81993280166452",
561 "visible": false
562 },
563 "CZ-2C R/B":
564 {
565+ "comms": [],
566 "groups": ["visual"],
567 "hintColor": [0.5, 0.5, 0.5],
568- "lastUpdated": 2010-11-18T21:00:01,
569+ "lastUpdated": 2011-05-29T01:03:20,
570 "orbitVisible": false,
571- "tle1": "1 31114U 07010B 10322.07647720 .00000103 00000-0 67358-4 0 9660",
572- "tle2": "2 31114 98.2311 328.4548 0060325 0.8576 359.2732 14.18662479186725",
573+ "tle1": "1 31114U 07010B 11147.08053935 -.00000083 00000-0 -20901-4 0 1187",
574+ "tle2": "2 31114 98.2328 144.9397 0060190 165.3284 194.9619 14.18690998213668",
575 "visible": true
576 },
577 "CZ-2D R/B":
578 {
579+ "comms": [],
580 "groups": ["visual"],
581 "hintColor": [0.5, 0.5, 0.5],
582- "lastUpdated": 2010-11-18T21:00:01,
583+ "lastUpdated": 2011-05-29T01:03:20,
584 "orbitVisible": false,
585- "tle1": "1 28738U 05024B 10321.50458818 .00000013 00000-0 57637-5 0 7833",
586- "tle2": "2 28738 97.7642 342.1340 0010660 230.7361 129.2921 15.01180024294000",
587+ "tle1": "1 28738U 05024B 11147.12434934 .00000482 00000-0 41913-4 0 9292",
588+ "tle2": "2 28738 97.7519 172.4235 0012097 323.6133 36.4266 15.01563688322605",
589 "visible": true
590 },
591 "CZ-4B R/B":
592 {
593+ "comms": [],
594 "groups": ["visual"],
595 "hintColor": [0.5, 0.5, 0.5],
596- "lastUpdated": 2010-11-18T21:00:01,
597+ "lastUpdated": 2011-05-29T01:03:20,
598 "orbitVisible": false,
599- "tle1": "1 29507U 06046C 10321.56731790 .00000941 00000-0 95038-4 0 3294",
600- "tle2": "2 29507 97.6713 317.7885 0045319 26.2514 334.0988 14.92659926221574",
601+ "tle1": "1 29507U 06046C 11147.54099419 .00000107 00000-0 15621-4 0 5065",
602+ "tle2": "2 29507 97.6794 144.0639 0045059 108.1195 252.4943 14.92900630250068",
603 "visible": true
604 },
605 "DELFI-C3 (DO-64)":
606@@ -458,68 +499,75 @@
607 }],
608 "groups": ["amateur"],
609 "hintColor": [0.3, 0.2, 0],
610- "lastUpdated": 2010-11-18T21:00:01,
611+ "lastUpdated": 2011-05-29T01:03:20,
612 "orbitVisible": false,
613- "tle1": "1 32789U 08021G 10321.21324818 .00001518 00000-0 19563-3 0 8380",
614- "tle2": "2 32789 97.8850 24.5524 0016051 143.3748 216.8611 14.82436660138178",
615+ "tle1": "1 32789U 08021G 11147.13385282 .00000868 00000-0 11310-3 0 33",
616+ "tle2": "2 32789 97.8579 212.5217 0014208 241.9235 118.0589 14.83033912166466",
617 "visible": false
618 },
619 "DELTA 1 R/B":
620 {
621+ "comms": [],
622 "groups": ["visual"],
623 "hintColor": [0.5, 0.5, 0.5],
624- "lastUpdated": 2010-11-18T21:00:01,
625+ "lastUpdated": 2011-05-29T01:03:20,
626 "orbitVisible": false,
627- "tle1": "1 20323U 89089B 10321.27312581 .00000230 00000-0 70383-4 0 9147",
628- "tle2": "2 20323 97.1134 256.0457 0074783 75.7235 285.2263 14.46833229106966",
629+ "tle1": "1 20323U 89089B 11146.93854871 .00000064 00000-0 26326-4 0 671",
630+ "tle2": "2 20323 97.1209 56.5535 0072964 196.4008 163.4827 14.46893575134534",
631 "visible": true
632 },
633 "DELTA 2 R/B(1)":
634 {
635+ "comms": [],
636 "groups": ["visual"],
637 "hintColor": [0.5, 0.5, 0.5],
638- "lastUpdated": 2010-11-18T21:00:01,
639+ "lastUpdated": 2011-05-29T01:03:20,
640 "orbitVisible": false,
641- "tle1": "1 20453U 90008B 10321.49392407 .00001510 00000-0 11448-3 0 9309",
642- "tle2": "2 20453 35.6329 74.5652 0374061 313.9182 43.1211 14.60506260 93814",
643+ "tle1": "1 20453U 90008B 11147.26298253 .00002727 00000-0 20540-3 0 849",
644+ "tle2": "2 20453 35.6295 71.7236 0368619 46.6847 316.3982 14.61444776121729",
645 "visible": true
646 },
647 "DOVE (DO-17)":
648 {
649+ "comms": [],
650 "groups": ["amateur", "non-operational"],
651 "hintColor": [0.3, 0.2, 0],
652- "lastUpdated": 2010-11-18T21:00:01,
653+ "lastUpdated": 2011-05-29T01:03:20,
654 "orbitVisible": false,
655- "tle1": "1 20440U 90005E 10322.02256351 .00000077 00000-0 44084-4 0 7644",
656- "tle2": "2 20440 98.3295 277.4733 0011914 65.2494 294.9929 14.32191059 87551",
657+ "tle1": "1 20440U 90005E 11146.90877631 .00000065 00000-0 39820-4 0 9197",
658+ "tle2": "2 20440 98.3581 100.2144 0010095 216.6812 143.3678 14.32231446114737",
659 "visible": false
660 },
661 "DTUSAT":
662 {
663+ "comms": [],
664 "groups": [],
665- "lastUpdated": 2010-11-18T21:00:01,
666+ "lastUpdated": 2011-05-29T01:03:20,
667 "orbitVisible": false,
668- "tle1": "1 27842U 03031C 10320.77355081 .00000071 00000-0 52609-4 0 9772",
669- "tle2": "2 27842 98.7020 328.3742 0010472 70.1472 290.0840 14.21067100382856",
670+ "tle1": "1 27842U 03031C 11147.98806950 .00000067 00000-0 50853-4 0 1247",
671+ "tle2": "2 27842 98.7011 157.6927 0008451 234.7567 125.2831 14.21118230410156",
672 "visible": false
673 },
674 "DUMMY MASS 1":
675 {
676+ "comms": [],
677 "groups": ["iridium", "communications"],
678 "hintColor": [0.21, 0, 0.71],
679+ "lastUpdated": 2011-05-29T01:03:20,
680 "orbitVisible": false,
681- "tle1": "1 24925U 97048A 10320.84408499 .00000160 00000-0 15981-4 0 6871",
682- "tle2": "2 24925 86.3338 70.7806 0004629 255.1600 104.9114 14.83885550714899",
683+ "tle1": "1 24925U 97048A 11147.55979928 .00000070 00000-0 50989-5 0 8563",
684+ "tle2": "2 24925 86.3355 342.5617 0005926 318.0976 41.9789 14.83934276743322",
685 "visible": false
686 },
687 "DUMMY MASS 2":
688 {
689+ "comms": [],
690 "groups": ["iridium", "communications"],
691 "hintColor": [0.21, 0, 0.71],
692- "lastUpdated": 2010-11-18T21:00:01,
693+ "lastUpdated": 2011-05-29T01:03:20,
694 "orbitVisible": false,
695- "tle1": "1 24926U 97048B 10322.20261985 .00000149 00000-0 14743-4 0 6851",
696- "tle2": "2 24926 86.3334 70.8836 0005429 256.3400 103.7222 14.83666288714993",
697+ "tle1": "1 24926U 97048B 11148.13732661 .00000100 00000-0 87805-5 0 8527",
698+ "tle2": "2 24926 86.3338 343.0529 0006998 320.2008 39.8700 14.83714736743307",
699 "visible": false
700 },
701 "ECHO (AO-51)":
702@@ -537,50 +585,54 @@
703 }],
704 "groups": ["amateur"],
705 "hintColor": [0.3, 0.2, 0],
706- "lastUpdated": 2010-11-18T21:00:01,
707+ "lastUpdated": 2011-05-29T01:03:20,
708 "orbitVisible": false,
709- "tle1": "1 28375U 04025K 10321.98368703 .00000058 00000-0 30148-4 0 8269",
710- "tle2": "2 28375 98.0750 306.8366 0084607 351.3459 8.6272 14.40710020335659",
711+ "tle1": "1 28375U 04025K 11146.99867424 .00000082 00000-0 37176-4 0 9794",
712+ "tle2": "2 28375 98.0967 126.5611 0084114 133.6405 227.1793 14.40757153363019",
713 "visible": false
714 },
715 "ENVISAT":
716 {
717+ "comms": [],
718 "groups": ["scientific"],
719 "hintColor": [0, 0.6, 0],
720- "lastUpdated": 2010-11-18T21:00:01,
721+ "lastUpdated": 2011-05-29T01:03:20,
722 "orbitVisible": true,
723- "tle1": "1 27386U 02009A 10322.07553564 .00000026 00000-0 23278-4 0 6294",
724- "tle2": "2 27386 98.5352 27.1137 0001114 100.9176 259.2139 14.37467034455781",
725+ "tle1": "1 27386U 02009A 11148.14555770 .00000068 00000-0 37372-4 0 2001",
726+ "tle2": "2 27386 98.5062 216.4472 0001073 86.8863 273.2469 14.37480457483230",
727 "visible": true
728 },
729 "ERBS":
730 {
731+ "comms": [],
732 "groups": ["visual"],
733 "hintColor": [0.5, 0.5, 0.5],
734- "lastUpdated": 2010-11-18T21:00:01,
735+ "lastUpdated": 2011-05-29T01:03:20,
736 "orbitVisible": false,
737- "tle1": "1 15354U 84108B 10322.09484089 .00000899 00000-0 60704-4 0 5239",
738- "tle2": "2 15354 56.9878 172.0645 0012038 313.3748 46.6261 15.16486078430751",
739+ "tle1": "1 15354U 84108B 11147.17696478 .00001537 00000-0 91486-4 0 6693",
740+ "tle2": "2 15354 56.9877 106.1554 0011398 298.0600 61.9290 15.17129784459595",
741 "visible": true
742 },
743 "ERS-1":
744 {
745+ "comms": [],
746 "groups": ["visual"],
747 "hintColor": [0.5, 0.5, 0.5],
748- "lastUpdated": 2010-11-18T21:00:01,
749+ "lastUpdated": 2011-05-29T01:03:20,
750 "orbitVisible": false,
751- "tle1": "1 21574U 91050A 10322.07334264 .00000178 00000-0 75242-4 0 8956",
752- "tle2": "2 21574 98.1596 317.3488 0033624 314.1892 45.6534 14.35746963 12546",
753+ "tle1": "1 21574U 91050A 11148.16106303 .00000135 00000-0 60246-4 0 520",
754+ "tle2": "2 21574 98.1729 138.3998 0035134 98.4397 262.0776 14.35819673 39968",
755 "visible": true
756 },
757 "ERS-2":
758 {
759+ "comms": [],
760 "groups": ["visual"],
761 "hintColor": [0.5, 0.5, 0.5],
762- "lastUpdated": 2010-11-18T21:00:01,
763+ "lastUpdated": 2011-05-29T01:03:20,
764 "orbitVisible": false,
765- "tle1": "1 23560U 95021A 10322.39716399 .00000067 00000-0 41180-4 0 7582",
766- "tle2": "2 23560 98.5540 35.1649 0001320 90.3862 269.7483 14.32246730814533",
767+ "tle1": "1 23560U 95021A 11148.13202730 .00000139 00000-0 65150-4 0 3365",
768+ "tle2": "2 23560 98.5219 223.2421 0001046 111.9796 248.1515 14.34155989841854",
769 "visible": true
770 },
771 "EYESAT-1 (AO-27)":
772@@ -596,492 +648,866 @@
773 }],
774 "groups": ["amateur"],
775 "hintColor": [0.3, 0.2, 0],
776- "lastUpdated": 2010-11-18T21:00:01,
777+ "lastUpdated": 2011-05-29T01:03:20,
778 "orbitVisible": false,
779- "tle1": "1 22825U 93061C 10321.46194113 .00000045 00000-0 34629-4 0 6774",
780- "tle2": "2 22825 98.5049 265.5800 0008447 172.8833 187.2468 14.29316170893940",
781+ "tle1": "1 22825U 93061C 11147.07977091 .00000143 00000-0 73081-4 0 8262",
782+ "tle2": "2 22825 98.5309 91.9693 0008394 344.3978 15.6944 14.29348253921174",
783 "visible": false
784 },
785 "GENESIS 1":
786 {
787+ "comms": [],
788 "groups": [],
789- "lastUpdated": 2010-11-18T21:00:01,
790+ "lastUpdated": 2011-05-29T01:03:20,
791 "orbitVisible": false,
792- "tle1": "1 29252U 06029A 10321.85801590 .00000738 00000-0 65904-4 0 1954",
793- "tle2": "2 29252 64.5080 135.7063 0035189 323.8341 36.0391 15.03804939238894",
794+ "tle1": "1 29252U 06029A 11147.56355073 .00000505 00000-0 48407-4 0 3390",
795+ "tle2": "2 29252 64.5119 245.1717 0051779 295.4101 64.1661 15.04215136267575",
796 "visible": false
797 },
798 "GENESIS 2":
799 {
800+ "comms": [],
801 "groups": [],
802- "lastUpdated": 2010-11-18T21:00:01,
803+ "lastUpdated": 2011-05-29T01:03:20,
804 "orbitVisible": false,
805- "tle1": "1 31789U 07028A 10321.59358919 .00000599 00000-0 56673-4 0 9388",
806- "tle2": "2 31789 64.5082 168.3754 0012611 180.2342 179.8778 15.03476481186056",
807+ "tle1": "1 31789U 07028A 11147.54160602 .00000517 00000-0 50241-4 0 847",
808+ "tle2": "2 31789 64.5078 277.4054 0014674 350.7604 9.3239 15.03868285214768",
809 "visible": false
810 },
811 "GIOVE-A":
812 {
813+ "comms": [],
814 "groups": ["experimental", "navigation"],
815- "lastUpdated": 2010-11-18T21:00:01,
816+ "lastUpdated": 2011-05-29T01:03:20,
817 "orbitVisible": false,
818- "tle1": "1 28922U 05051A 10319.78847524 .00000094 00000-0 10000-3 0 7538",
819- "tle2": "2 28922 56.1186 143.8018 0008435 7.6899 352.3763 1.69478136 30328",
820+ "tle1": "1 28922U 05051A 11145.96077023 .00000077 00000-0 10000-3 0 8256",
821+ "tle2": "2 28922 56.1540 138.7656 0008708 350.7558 9.2297 1.69473943 33560",
822 "visible": false
823 },
824 "GIOVE-B":
825 {
826+ "comms": [],
827 "groups": ["experimental", "navigation"],
828+ "lastUpdated": 2011-05-29T01:03:20,
829 "orbitVisible": false,
830- "tle1": "1 32781U 08020A 10320.06435302 .00000065 00000-0 10000-3 0 3775",
831- "tle2": "2 32781 55.9165 178.4009 0018258 217.0989 142.8701 1.70949172 15967",
832+ "tle1": "1 32781U 08020A 11146.33943011 .00000074 00000-0 10000-3 0 4572",
833+ "tle2": "2 32781 55.9142 173.2608 0022350 227.8910 131.9793 1.70953834 19235",
834 "visible": false
835 },
836 "GOES 1":
837 {
838+ "comms": [],
839 "groups": ["scientific"],
840 "hintColor": [0, 0.4, 0],
841- "lastUpdated": 2010-11-18T21:00:01,
842+ "lastUpdated": 2011-05-29T01:03:20,
843 "orbitVisible": false,
844- "tle1": "1 08366U 75100A 10321.15607874 .00000037 00000-0 10000-3 0 4204",
845- "tle2": "2 08366 14.2143 343.5020 0002025 286.9764 72.9818 1.00264340128149",
846+ "tle1": "1 08366U 75100A 11146.59568724 -.00000052 00000-0 10000-3 0 6242",
847+ "tle2": "2 08366 14.1427 341.8304 0002697 51.3178 308.6658 1.00312725130052",
848 "visible": false
849 },
850 "GOES 10":
851 {
852+ "comms": [],
853 "groups": ["scientific"],
854 "hintColor": [0, 0.4, 0],
855- "lastUpdated": 2010-11-18T21:00:01,
856+ "lastUpdated": 2011-05-29T01:03:20,
857 "orbitVisible": false,
858- "tle1": "1 24786U 97019A 10320.39622520 .00000085 00000-0 10000-3 0 6745",
859- "tle2": "2 24786 4.7825 66.9569 0005573 55.4887 304.4294 0.99069967 49658",
860+ "tle1": "1 24786U 97019A 11146.15750901 -.00000238 00000-0 10000-3 0 9060",
861+ "tle2": "2 24786 5.2307 64.8264 0009266 16.3721 343.4619 0.99072504 51540",
862 "visible": false
863 },
864 "GOES 11":
865 {
866+ "comms": [],
867 "groups": ["scientific"],
868 "hintColor": [0, 0.4, 0],
869- "lastUpdated": 2010-11-18T21:00:01,
870+ "lastUpdated": 2011-05-29T01:03:20,
871 "orbitVisible": false,
872- "tle1": "1 26352U 00022A 10320.43963461 .00000099 00000-0 10000-3 0 874",
873- "tle2": "2 26352 0.1204 259.0743 0004219 319.3577 220.2907 1.00268431 38590",
874+ "tle1": "1 26352U 00022A 11147.26321532 .00000094 00000-0 10000-3 0 3463",
875+ "tle2": "2 26352 0.3382 81.2216 0002390 18.6451 103.9944 1.00268296 40519",
876 "visible": false
877 },
878 "GOES 12":
879 {
880+ "comms": [],
881 "groups": ["scientific"],
882 "hintColor": [0, 0.4, 0],
883- "lastUpdated": 2010-11-18T21:00:01,
884+ "lastUpdated": 2011-05-29T01:03:20,
885 "orbitVisible": false,
886- "tle1": "1 26871U 01031A 10319.16652134 -.00000276 00000-0 10000-3 0 8439",
887- "tle2": "2 26871 0.9153 80.1045 0003332 195.5657 137.7787 1.00254870 34184",
888+ "tle1": "1 26871U 01031A 11148.15927302 -.00000277 00000-0 10000-3 0 1154",
889+ "tle2": "2 26871 1.3799 77.3866 0004506 10.9278 155.0432 1.00270810 36125",
890 "visible": false
891 },
892 "GOES 13":
893 {
894+ "comms": [],
895 "groups": ["scientific"],
896 "hintColor": [0, 0.4, 0],
897- "lastUpdated": 2010-11-18T21:00:01,
898+ "lastUpdated": 2011-05-29T01:03:20,
899 "orbitVisible": false,
900- "tle1": "1 29155U 06018A 10321.40747509 -.00000237 00000-0 10000-3 0 3553",
901- "tle2": "2 29155 0.2402 77.6106 0002860 17.1949 33.7394 1.00272082 16453",
902+ "tle1": "1 29155U 06018A 11147.45938163 -.00000246 00000-0 10000-3 0 6129",
903+ "tle2": "2 29155 0.1745 265.7007 0006678 162.9099 266.7530 1.00274134 18360",
904 "visible": false
905 },
906 "GOES 14":
907 {
908+ "comms": [],
909 "groups": ["scientific"],
910 "hintColor": [0, 0.4, 0],
911- "lastUpdated": 2010-11-18T21:00:01,
912+ "lastUpdated": 2011-05-29T01:03:20,
913 "orbitVisible": false,
914- "tle1": "1 35491U 09033A 10320.48564222 -.00000082 00000-0 10000-3 0 7203",
915- "tle2": "2 35491 0.3554 261.4141 0002348 132.1542 92.2822 1.00272680 5113",
916+ "tle1": "1 35491U 09033A 11148.23154291 -.00000083 00000-0 10000-3 0 9962",
917+ "tle2": "2 35491 0.1055 88.7340 0006319 322.5771 172.6851 1.00270563 7046",
918 "visible": false
919 },
920 "GOES 15":
921 {
922+ "comms": [],
923 "groups": ["scientific"],
924 "hintColor": [0, 0.4, 0],
925- "lastUpdated": 2010-11-18T21:00:01,
926+ "lastUpdated": 2011-05-29T01:03:20,
927 "orbitVisible": false,
928- "tle1": "1 36411U 10008A 10321.40757830 -.00000170 00000-0 10000-3 0 3475",
929- "tle2": "2 36411 0.2284 256.1316 0004397 308.6176 269.0653 1.00271634 2626",
930+ "tle1": "1 36411U 10008A 11148.12776833 -.00000174 00000-0 10000-3 0 6079",
931+ "tle2": "2 36411 0.2187 93.8915 0003035 11.3764 96.5001 1.00262083 4549",
932 "visible": false
933 },
934 "GOES 2":
935 {
936+ "comms": [],
937 "groups": ["scientific"],
938 "hintColor": [0, 0.4, 0],
939- "lastUpdated": 2010-11-18T21:00:01,
940+ "lastUpdated": 2011-05-29T01:03:20,
941 "orbitVisible": false,
942- "tle1": "1 10061U 77048A 10320.63144333 .00000059 00000-0 10000-3 0 5148",
943- "tle2": "2 10061 14.7042 351.9947 0016618 268.1243 91.6707 0.99393547 66948",
944+ "tle1": "1 10061U 77048A 11146.77655711 -.00000090 00000-0 10000-3 0 7482",
945+ "tle2": "2 10061 14.7043 350.3312 0012395 278.1010 81.7227 0.99400751 68843",
946 "visible": false
947 },
948 "GOES 3":
949 {
950+ "comms": [],
951 "groups": ["scientific"],
952 "hintColor": [0, 0.4, 0],
953+ "lastUpdated": 2011-05-29T01:03:20,
954 "orbitVisible": false,
955- "tle1": "1 10953U 78062A 10320.12827168 -.00000106 00000-0 10000-3 0 2032",
956- "tle2": "2 10953 14.5108 355.7445 0003561 15.3183 344.6790 1.00279936 71859",
957+ "tle1": "1 10953U 78062A 11145.59140802 -.00000141 00000-0 10000-3 0 4224",
958+ "tle2": "2 10953 14.5431 354.0494 0006543 52.2704 307.7494 1.00275259 73763",
959 "visible": false
960 },
961 "GOES 4":
962 {
963+ "comms": [],
964 "groups": ["scientific"],
965 "hintColor": [0, 0.4, 0],
966- "lastUpdated": 2010-11-18T21:00:01,
967+ "lastUpdated": 2011-05-29T01:03:20,
968 "orbitVisible": false,
969- "tle1": "1 11964U 80074A 10320.76250638 -.00000005 00000-0 10000-3 0 7429",
970- "tle2": "2 11964 14.9472 359.4084 0036075 309.0199 50.6486 0.99230463 71165",
971+ "tle1": "1 11964U 80074A 11146.22236985 .00000008 00000-0 10000-3 0 9778",
972+ "tle2": "2 11964 15.0113 357.7065 0034982 321.3535 38.3640 0.99229894 73056",
973 "visible": false
974 },
975 "GOES 5":
976 {
977+ "comms": [],
978 "groups": ["scientific"],
979 "hintColor": [0, 0.4, 0],
980- "lastUpdated": 2010-11-18T21:00:01,
981+ "lastUpdated": 2011-05-29T01:03:20,
982 "orbitVisible": false,
983- "tle1": "1 12472U 81049A 10320.23917441 .00000047 00000-0 10000-3 0 7000",
984- "tle2": "2 12472 14.1552 9.7879 0001203 198.7327 161.2456 1.00319240 65892",
985+ "tle1": "1 12472U 81049A 11146.59134782 -.00000218 00000-0 10000-3 0 9075",
986+ "tle2": "2 12472 14.3050 8.0239 0003109 45.4103 314.5802 1.00333359 67815",
987 "visible": false
988 },
989 "GOES 6":
990 {
991+ "comms": [],
992 "groups": ["scientific"],
993 "hintColor": [0, 0.4, 0],
994- "lastUpdated": 2010-11-18T21:00:01,
995+ "lastUpdated": 2011-05-29T01:03:20,
996 "orbitVisible": false,
997- "tle1": "1 14050U 83041A 10320.26117081 .00000067 00000-0 10000-3 0 7195",
998- "tle2": "2 14050 13.9183 14.7918 0001675 29.2939 330.6950 1.00278665158993",
999+ "tle1": "1 14050U 83041A 11146.66636102 -.00000085 00000-0 10000-3 0 9245",
1000+ "tle2": "2 14050 14.1083 12.9935 0005993 32.5722 327.4288 1.00326687160919",
1001 "visible": false
1002 },
1003 "GOES 7":
1004 {
1005+ "comms": [],
1006 "groups": ["scientific"],
1007 "hintColor": [0, 0.4, 0],
1008- "lastUpdated": 2010-11-18T21:00:01,
1009+ "lastUpdated": 2011-05-29T01:03:20,
1010 "orbitVisible": false,
1011- "tle1": "1 17561U 87022A 10320.41567054 .00000089 00000-0 10000-3 0 7121",
1012- "tle2": "2 17561 13.0097 31.9735 0002442 130.0688 230.7456 1.00294130 70103",
1013+ "tle1": "1 17561U 87022A 11147.38384685 .00000075 00000-0 10000-3 0 9815",
1014+ "tle2": "2 17561 13.3115 29.9477 0004846 89.7082 90.3091 1.00285977 72022",
1015 "visible": false
1016 },
1017 "GOES 8":
1018 {
1019+ "comms": [],
1020 "groups": ["scientific"],
1021 "hintColor": [0, 0.4, 0],
1022- "lastUpdated": 2010-11-18T21:00:01,
1023+ "lastUpdated": 2011-05-29T01:03:20,
1024 "orbitVisible": false,
1025- "tle1": "1 23051U 94022A 10321.18642021 -.00000152 00000-0 10000-3 0 4773",
1026- "tle2": "2 23051 7.0118 66.5166 0006434 167.5628 192.3461 0.98905483 67849",
1027+ "tle1": "1 23051U 94022A 11147.26780774 .00000028 00000-0 10000-3 0 7096",
1028+ "tle2": "2 23051 7.4618 64.0068 0002388 227.9871 131.8430 0.98902821 69734",
1029 "visible": false
1030 },
1031 "GOES 9":
1032 {
1033+ "comms": [],
1034 "groups": ["scientific"],
1035 "hintColor": [0, 0.4, 0],
1036- "lastUpdated": 2010-11-18T21:00:01,
1037+ "lastUpdated": 2011-05-29T01:03:20,
1038 "orbitVisible": false,
1039- "tle1": "1 23581U 95025A 10319.99030040 -.00000113 00000-0 10000-3 0 7515",
1040- "tle2": "2 23581 6.5587 64.2663 0003139 8.3755 351.5284 0.98801991 56535",
1041+ "tle1": "1 23581U 95025A 11146.27486637 .00000037 00000-0 10000-3 0 9811",
1042+ "tle2": "2 23581 7.0067 61.9619 0008429 350.8770 8.9554 0.98798041 58422",
1043 "visible": false
1044 },
1045 "GPS BIIA-10 (PRN 32)":
1046 {
1047+ "comms": [
1048+ {
1049+ "description": "L1",
1050+ "frequency": 1575.42,
1051+ "modulation": "QPSK"
1052+ },
1053+ {
1054+ "description": "L2",
1055+ "frequency": 1227.6,
1056+ "modulation": "BPSK"
1057+ }],
1058 "groups": ["gps"],
1059- "lastUpdated": 2010-11-18T21:00:01,
1060+ "lastUpdated": 2011-05-29T01:03:20,
1061 "orbitVisible": false,
1062- "tle1": "1 20959U 90103A 10321.11248561 -.00000057 00000-0 10000-3 0 9192",
1063- "tle2": "2 20959 54.8358 262.1040 0128089 307.9954 50.8536 2.00573345146298",
1064+ "tle1": "1 20959U 90103A 11146.57345812 -.00000066 00000-0 10000-3 0 1557",
1065+ "tle2": "2 20959 54.7162 254.3930 0123130 314.2816 44.7277 2.00562489150118",
1066 "visible": false
1067 },
1068 "GPS BIIA-11 (PRN 24)":
1069 {
1070+ "comms": [
1071+ {
1072+ "description": "L1",
1073+ "frequency": 1575.42,
1074+ "modulation": "QPSK"
1075+ },
1076+ {
1077+ "description": "L2",
1078+ "frequency": 1227.6,
1079+ "modulation": "BPSK"
1080+ }],
1081 "groups": ["gps"],
1082- "lastUpdated": 2010-11-18T21:00:01,
1083+ "lastUpdated": 2011-05-29T01:03:20,
1084 "orbitVisible": false,
1085- "tle1": "1 21552U 91047A 10321.02532941 .00000032 00000-0 10000-3 0 9112",
1086- "tle2": "2 21552 54.3514 200.1707 0058202 339.0815 20.7707 2.00437683141879",
1087+ "tle1": "1 21552U 91047A 11146.01375768 .00000035 00000-0 10000-3 0 1192",
1088+ "tle2": "2 21552 54.3362 192.5221 0062132 341.9830 17.8719 2.00558624145683",
1089 "visible": false
1090 },
1091 "GPS BIIA-14 (PRN 26)":
1092 {
1093+ "comms": [
1094+ {
1095+ "description": "L1",
1096+ "frequency": 1575.42,
1097+ "modulation": "QPSK"
1098+ },
1099+ {
1100+ "description": "L2",
1101+ "frequency": 1227.6,
1102+ "modulation": "BPSK"
1103+ }],
1104 "groups": ["gps"],
1105- "lastUpdated": 2010-11-18T21:00:01,
1106+ "lastUpdated": 2011-05-29T01:03:20,
1107 "orbitVisible": false,
1108- "tle1": "1 22014U 92039A 10320.41495998 -.00000057 00000-0 10000-3 0 8061",
1109- "tle2": "2 22014 56.6771 321.2404 0196877 63.5922 298.4420 2.00567995128018",
1110+ "tle1": "1 22014U 92039A 11146.36883969 -.00000073 00000-0 10000-3 0 83",
1111+ "tle2": "2 22014 56.5703 313.7948 0202575 65.5607 296.5358 2.00566612131845",
1112 "visible": false
1113 },
1114 "GPS BIIA-15 (PRN 27)":
1115 {
1116+ "comms": [
1117+ {
1118+ "description": "L1",
1119+ "frequency": 1575.42,
1120+ "modulation": "QPSK"
1121+ },
1122+ {
1123+ "description": "L2",
1124+ "frequency": 1227.6,
1125+ "modulation": "BPSK"
1126+ }],
1127 "groups": ["gps"],
1128- "lastUpdated": 2010-11-18T21:00:01,
1129+ "lastUpdated": 2011-05-29T01:03:20,
1130 "orbitVisible": false,
1131- "tle1": "1 22108U 92058A 10321.01209044 -.00000082 00000-0 10000-3 0 7043",
1132- "tle2": "2 22108 56.1347 14.3204 0219713 282.7421 74.8693 2.00577178133207",
1133+ "tle1": "1 22108U 92058A 11146.97357063 -.00000088 00000-0 10000-3 0 9171",
1134+ "tle2": "2 22108 56.2092 6.7919 0218363 288.3161 69.3659 2.00563809137038",
1135 "visible": false
1136 },
1137 "GPS BIIA-21 (PRN 09)":
1138 {
1139+ "comms": [
1140+ {
1141+ "description": "L1",
1142+ "frequency": 1575.42,
1143+ "modulation": "QPSK"
1144+ },
1145+ {
1146+ "description": "L2",
1147+ "frequency": 1227.6,
1148+ "modulation": "BPSK"
1149+ }],
1150 "groups": ["gps"],
1151- "lastUpdated": 2010-11-18T21:00:01,
1152+ "lastUpdated": 2011-05-29T01:03:20,
1153 "orbitVisible": false,
1154- "tle1": "1 22700U 93042A 10321.04277744 -.00000082 00000-0 10000-3 0 425",
1155- "tle2": "2 22700 56.2680 15.7756 0167737 88.9544 273.0207 2.00561251127362",
1156+ "tle1": "1 22700U 93042A 11146.50185870 -.00000091 00000-0 10000-3 0 2512",
1157+ "tle2": "2 22700 56.3483 8.2960 0171002 90.0471 271.9573 2.00564671131188",
1158 "visible": false
1159 },
1160 "GPS BIIA-23 (PRN 04)":
1161 {
1162+ "comms": [
1163+ {
1164+ "description": "L1",
1165+ "frequency": 1575.42,
1166+ "modulation": "QPSK"
1167+ },
1168+ {
1169+ "description": "L2",
1170+ "frequency": 1227.6,
1171+ "modulation": "BPSK"
1172+ }],
1173 "groups": ["gps"],
1174- "lastUpdated": 2010-11-18T21:00:01,
1175+ "lastUpdated": 2011-05-29T01:03:20,
1176 "orbitVisible": false,
1177- "tle1": "1 22877U 93068A 10320.68464105 .00000033 00000-0 10000-3 0 3930",
1178- "tle2": "2 22877 53.7794 197.2579 0093507 37.7418 322.9958 2.00550718125001",
1179+ "tle1": "1 22877U 93068A 11147.13429071 .00000056 00000-0 10000-3 0 6041",
1180+ "tle2": "2 22877 53.7510 189.4325 0094100 40.5255 320.2474 2.00566129128842",
1181 "visible": false
1182 },
1183 "GPS BIIA-24 (PRN 06)":
1184 {
1185+ "comms": [
1186+ {
1187+ "description": "L1",
1188+ "frequency": 1575.42,
1189+ "modulation": "QPSK"
1190+ },
1191+ {
1192+ "description": "L2",
1193+ "frequency": 1227.6,
1194+ "modulation": "BPSK"
1195+ }],
1196 "groups": ["gps"],
1197- "lastUpdated": 2010-11-18T21:00:01,
1198+ "lastUpdated": 2011-05-29T01:03:20,
1199 "orbitVisible": false,
1200- "tle1": "1 23027U 94016A 10320.88215133 .00000095 00000-0 10000-3 0 3599",
1201- "tle2": "2 23027 53.5711 134.1884 0063173 306.0246 53.4266 2.00565202122315",
1202+ "tle1": "1 23027U 94016A 11145.33893574 .00000065 00000-0 10000-3 0 5618",
1203+ "tle2": "2 23027 53.6292 126.3857 0068982 313.2529 46.1653 2.00566564126113",
1204 "visible": false
1205 },
1206 "GPS BIIA-25 (PRN 03)":
1207 {
1208+ "comms": [
1209+ {
1210+ "description": "L1",
1211+ "frequency": 1575.42,
1212+ "modulation": "QPSK"
1213+ },
1214+ {
1215+ "description": "L2",
1216+ "frequency": 1227.6,
1217+ "modulation": "BPSK"
1218+ }],
1219 "groups": ["gps"],
1220- "lastUpdated": 2010-11-18T21:00:01,
1221+ "lastUpdated": 2011-05-29T01:03:20,
1222 "orbitVisible": false,
1223- "tle1": "1 23833U 96019A 10320.89876013 .00000090 00000-0 10000-3 0 5531",
1224- "tle2": "2 23833 53.1646 130.0617 0136302 60.2953 301.0820 2.00569434107290",
1225+ "tle1": "1 23833U 96019A 11146.35149474 .00000059 00000-0 10000-3 0 7619",
1226+ "tle2": "2 23833 53.2215 122.1255 0140566 62.1308 299.2705 2.00565241111113",
1227 "visible": false
1228 },
1229 "GPS BIIA-26 (PRN 10)":
1230 {
1231+ "comms": [
1232+ {
1233+ "description": "L1",
1234+ "frequency": 1575.42,
1235+ "modulation": "QPSK"
1236+ },
1237+ {
1238+ "description": "L2",
1239+ "frequency": 1227.6,
1240+ "modulation": "BPSK"
1241+ }],
1242 "groups": ["gps"],
1243- "lastUpdated": 2010-11-18T21:00:01,
1244+ "lastUpdated": 2011-05-29T01:03:20,
1245 "orbitVisible": false,
1246- "tle1": "1 23953U 96041A 10320.27401040 -.00000059 00000-0 10000-3 0 536",
1247- "tle2": "2 23953 54.5070 258.4620 0094401 37.5160 323.1478 2.00579669105077",
1248+ "tle1": "1 23953U 96041A 11146.21876788 -.00000064 00000-0 10000-3 0 2541",
1249+ "tle2": "2 23953 54.3846 250.6651 0100219 39.7372 321.0069 2.00571426108909",
1250 "visible": false
1251 },
1252 "GPS BIIA-27 (PRN 30)":
1253 {
1254+ "comms": [
1255+ {
1256+ "description": "L1",
1257+ "frequency": 1575.42,
1258+ "modulation": "QPSK"
1259+ },
1260+ {
1261+ "description": "L2",
1262+ "frequency": 1227.6,
1263+ "modulation": "BPSK"
1264+ }],
1265 "groups": ["gps"],
1266- "lastUpdated": 2010-11-18T21:00:01,
1267+ "lastUpdated": 2011-05-29T01:03:20,
1268 "orbitVisible": false,
1269- "tle1": "1 24320U 96056A 10320.72332948 -.00000023 00000-0 00000+0 0 7770",
1270- "tle2": "2 24320 54.8966 74.6876 0129009 89.1936 272.2733 2.00368425103747",
1271+ "tle1": "1 24320U 96056A 11146.73933133 -.00000058 00000-0 00000+0 0 9917",
1272+ "tle2": "2 24320 55.0404 66.9727 0125341 87.4792 273.9446 2.00563877107574",
1273 "visible": false
1274 },
1275 "GPS BIIA-28 (PRN 08)":
1276 {
1277+ "comms": [
1278+ {
1279+ "description": "L1",
1280+ "frequency": 1575.42,
1281+ "modulation": "QPSK"
1282+ },
1283+ {
1284+ "description": "L2",
1285+ "frequency": 1227.6,
1286+ "modulation": "BPSK"
1287+ }],
1288 "groups": ["gps"],
1289- "lastUpdated": 2010-11-18T21:00:01,
1290+ "lastUpdated": 2011-05-29T01:03:20,
1291 "orbitVisible": false,
1292- "tle1": "1 25030U 97067A 10320.40385014 -.00000086 00000-0 10000-3 0 4499",
1293- "tle2": "2 25030 56.9916 21.6110 0115182 182.5585 177.4403 2.00566571 95508",
1294+ "tle1": "1 25030U 97067A 11146.85324726 -.00000089 00000-0 10000-3 0 6673",
1295+ "tle2": "2 25030 57.0808 14.2366 0115633 185.1912 174.7326 2.00573454 99343",
1296 "visible": false
1297 },
1298 "GPS BIIF-1 (PRN 25)":
1299 {
1300+ "comms": [
1301+ {
1302+ "description": "L1",
1303+ "frequency": 1575.42,
1304+ "modulation": "QPSK"
1305+ },
1306+ {
1307+ "description": "L2",
1308+ "frequency": 1227.6,
1309+ "modulation": "BPSK"
1310+ }],
1311 "groups": ["gps", "navigation"],
1312- "lastUpdated": 2010-11-18T21:00:01,
1313+ "lastUpdated": 2011-05-29T01:03:20,
1314 "orbitVisible": false,
1315- "tle1": "1 36585U 10022A 10320.67578579 -.00000018 00000-0 10000-3 0 2157",
1316- "tle2": "2 36585 55.0804 76.3366 0007064 139.5062 220.5366 2.00554428 3451",
1317+ "tle1": "1 36585U 10022A 11146.13577973 -.00000053 00000-0 10000-3 0 4401",
1318+ "tle2": "2 36585 55.2329 68.6720 0005924 32.9908 327.0417 2.00565467 7270",
1319 "visible": false
1320 },
1321 "GPS BIIR-02 (PRN 13)":
1322 {
1323+ "comms": [
1324+ {
1325+ "description": "L1",
1326+ "frequency": 1575.42,
1327+ "modulation": "QPSK"
1328+ },
1329+ {
1330+ "description": "L2",
1331+ "frequency": 1227.6,
1332+ "modulation": "BPSK"
1333+ }],
1334 "groups": ["gps"],
1335- "lastUpdated": 2010-11-18T21:00:01,
1336+ "lastUpdated": 2011-05-29T01:03:20,
1337 "orbitVisible": false,
1338- "tle1": "1 24876U 97035A 10320.77088488 -.00000056 00000-0 10000-3 0 5225",
1339- "tle2": "2 24876 56.8102 321.4638 0040540 104.6188 255.8581 2.00562515 97612",
1340+ "tle1": "1 24876U 97035A 11146.22570203 -.00000072 00000-0 10000-3 0 7245",
1341+ "tle2": "2 24876 56.7085 314.0739 0045066 106.2224 254.2709 2.00572311101434",
1342 "visible": false
1343 },
1344 "GPS BIIR-03 (PRN 11)":
1345 {
1346+ "comms": [
1347+ {
1348+ "description": "L1",
1349+ "frequency": 1575.42,
1350+ "modulation": "QPSK"
1351+ },
1352+ {
1353+ "description": "L2",
1354+ "frequency": 1227.6,
1355+ "modulation": "BPSK"
1356+ }],
1357 "groups": ["gps"],
1358- "lastUpdated": 2010-11-18T21:00:01,
1359+ "lastUpdated": 2011-05-29T01:03:20,
1360 "orbitVisible": false,
1361- "tle1": "1 25933U 99055A 10321.04580504 .00000061 00000-0 10000-3 0 9680",
1362- "tle2": "2 25933 50.8861 183.2006 0112115 49.7802 311.2861 2.00585494 81438",
1363+ "tle1": "1 25933U 99055A 11146.98184234 .00000070 00000-0 10000-3 0 1692",
1364+ "tle2": "2 25933 50.8786 174.8507 0115343 52.8036 308.3083 2.00563401 85268",
1365 "visible": false
1366 },
1367 "GPS BIIR-04 (PRN 20)":
1368 {
1369+ "comms": [
1370+ {
1371+ "description": "L1",
1372+ "frequency": 1575.42,
1373+ "modulation": "QPSK"
1374+ },
1375+ {
1376+ "description": "L2",
1377+ "frequency": 1227.6,
1378+ "modulation": "BPSK"
1379+ }],
1380 "groups": ["gps"],
1381- "lastUpdated": 2010-11-18T21:00:01,
1382+ "lastUpdated": 2011-05-29T01:03:20,
1383 "orbitVisible": false,
1384- "tle1": "1 26360U 00025A 10321.13888164 -.00000055 00000-0 10000-3 0 592",
1385- "tle2": "2 26360 53.5861 255.1821 0041605 71.2482 289.2055 2.00549219 77132",
1386+ "tle1": "1 26360U 00025A 11147.09958490 -.00000056 00000-0 10000-3 0 2553",
1387+ "tle2": "2 26360 53.4705 247.2186 0043453 73.1908 287.3088 2.00564838 80965",
1388 "visible": false
1389 },
1390 "GPS BIIR-05 (PRN 28)":
1391 {
1392+ "comms": [
1393+ {
1394+ "description": "L1",
1395+ "frequency": 1575.42,
1396+ "modulation": "QPSK"
1397+ },
1398+ {
1399+ "description": "L2",
1400+ "frequency": 1227.6,
1401+ "modulation": "BPSK"
1402+ }],
1403 "groups": ["gps"],
1404- "lastUpdated": 2010-11-18T21:00:01,
1405+ "lastUpdated": 2011-05-29T01:03:20,
1406 "orbitVisible": false,
1407- "tle1": "1 26407U 00040A 10320.48083372 -.00000010 00000-0 10000-3 0 115",
1408- "tle2": "2 26407 55.7054 79.3571 0166334 249.0643 109.1401 2.00562354 75791",
1409+ "tle1": "1 26407U 00040A 11146.43897377 -.00000047 00000-0 10000-3 0 2094",
1410+ "tle2": "2 26407 55.8372 71.8047 0172505 252.3174 105.7860 2.00560909 79624",
1411 "visible": false
1412 },
1413 "GPS BIIR-06 (PRN 14)":
1414 {
1415+ "comms": [
1416+ {
1417+ "description": "L1",
1418+ "frequency": 1575.42,
1419+ "modulation": "QPSK"
1420+ },
1421+ {
1422+ "description": "L2",
1423+ "frequency": 1227.6,
1424+ "modulation": "BPSK"
1425+ }],
1426 "groups": ["gps"],
1427- "lastUpdated": 2010-11-18T21:00:01,
1428+ "lastUpdated": 2011-05-29T01:03:20,
1429 "orbitVisible": false,
1430- "tle1": "1 26605U 00071A 10321.08217991 -.00000057 00000-0 10000-3 0 180",
1431- "tle2": "2 26605 56.4194 320.1386 0059372 240.8894 118.5337 2.00573741 73405",
1432+ "tle1": "1 26605U 00071A 11146.53596430 -.00000074 00000-0 10000-3 0 2208",
1433+ "tle2": "2 26605 56.3106 312.6781 0058954 240.6648 118.7356 2.00565269 77225",
1434 "visible": false
1435 },
1436 "GPS BIIR-07 (PRN 18)":
1437 {
1438+ "comms": [
1439+ {
1440+ "description": "L1",
1441+ "frequency": 1575.42,
1442+ "modulation": "QPSK"
1443+ },
1444+ {
1445+ "description": "L2",
1446+ "frequency": 1227.6,
1447+ "modulation": "BPSK"
1448+ }],
1449 "groups": ["gps"],
1450- "lastUpdated": 2010-11-18T21:00:01,
1451+ "lastUpdated": 2011-05-29T01:03:20,
1452 "orbitVisible": false,
1453- "tle1": "1 26690U 01004A 10320.94941170 -.00000058 00000-0 10000-3 0 8974",
1454- "tle2": "2 26690 53.5859 258.2778 0120314 230.0730 128.8624 2.00555324 71819",
1455+ "tle1": "1 26690U 01004A 11146.41052756 -.00000064 00000-0 10000-3 0 975",
1456+ "tle2": "2 26690 53.4622 250.3395 0124795 231.7515 127.1360 2.00572002 75635",
1457 "visible": false
1458 },
1459 "GPS BIIR-08 (PRN 16)":
1460 {
1461+ "comms": [
1462+ {
1463+ "description": "L1",
1464+ "frequency": 1575.42,
1465+ "modulation": "QPSK"
1466+ },
1467+ {
1468+ "description": "L2",
1469+ "frequency": 1227.6,
1470+ "modulation": "BPSK"
1471+ }],
1472 "groups": ["gps"],
1473- "lastUpdated": 2010-11-18T21:00:01,
1474+ "lastUpdated": 2011-05-29T01:03:20,
1475 "orbitVisible": false,
1476- "tle1": "1 27663U 03005A 10320.30712000 -.00000010 00000-0 10000-3 0 3070",
1477- "tle2": "2 27663 55.8075 78.9382 0057935 349.5643 10.3026 2.00562084 57153",
1478+ "tle1": "1 27663U 03005A 11146.77081927 -.00000050 00000-0 10000-3 0 5161",
1479+ "tle2": "2 27663 55.9361 71.3777 0063957 351.5184 8.3593 2.00548270 60994",
1480 "visible": false
1481 },
1482 "GPS BIIR-09 (PRN 21)":
1483 {
1484+ "comms": [
1485+ {
1486+ "description": "L1",
1487+ "frequency": 1575.42,
1488+ "modulation": "QPSK"
1489+ },
1490+ {
1491+ "description": "L2",
1492+ "frequency": 1227.6,
1493+ "modulation": "BPSK"
1494+ }],
1495 "groups": ["gps"],
1496- "lastUpdated": 2010-11-18T21:00:01,
1497+ "lastUpdated": 2011-05-29T01:03:20,
1498 "orbitVisible": false,
1499- "tle1": "1 27704U 03010A 10320.86512595 .00000034 00000-0 10000-3 0 1916",
1500- "tle2": "2 27704 53.4034 197.7975 0170527 221.1199 137.6667 2.00569238 55958",
1501+ "tle1": "1 27704U 03010A 11147.32028342 .00000057 00000-0 10000-3 0 3981",
1502+ "tle2": "2 27704 53.3841 189.9029 0179825 225.2048 133.3972 2.00552722 59792",
1503 "visible": false
1504 },
1505 "GPS BIIR-10 (PRN 22)":
1506 {
1507+ "comms": [
1508+ {
1509+ "description": "L1",
1510+ "frequency": 1575.42,
1511+ "modulation": "QPSK"
1512+ },
1513+ {
1514+ "description": "L2",
1515+ "frequency": 1227.6,
1516+ "modulation": "BPSK"
1517+ }],
1518 "groups": ["gps"],
1519- "lastUpdated": 2010-11-18T21:00:01,
1520+ "lastUpdated": 2011-05-29T01:03:20,
1521 "orbitVisible": false,
1522- "tle1": "1 28129U 03058A 10320.99238147 -.00000058 00000-0 10000-3 0 7847",
1523- "tle2": "2 28129 53.4538 258.5335 0057009 250.7042 108.6784 2.00557607 50667",
1524+ "tle1": "1 28129U 03058A 11146.45322422 -.00000064 00000-0 10000-3 0 9844",
1525+ "tle2": "2 28129 53.3325 250.5713 0058174 247.3574 112.0433 2.00559311 54486",
1526 "visible": false
1527 },
1528 "GPS BIIR-11 (PRN 19)":
1529 {
1530+ "comms": [
1531+ {
1532+ "description": "L1",
1533+ "frequency": 1575.42,
1534+ "modulation": "QPSK"
1535+ },
1536+ {
1537+ "description": "L2",
1538+ "frequency": 1227.6,
1539+ "modulation": "BPSK"
1540+ }],
1541 "groups": ["gps"],
1542- "lastUpdated": 2010-11-18T21:00:01,
1543+ "lastUpdated": 2011-05-29T01:03:20,
1544 "orbitVisible": false,
1545- "tle1": "1 28190U 04009A 10321.44258092 .00000105 00000-0 10000-3 0 7611",
1546- "tle2": "2 28190 54.9027 141.7733 0067586 356.6771 3.3334 2.00573707 48843",
1547+ "tle1": "1 28190U 04009A 11146.89418214 .00000080 00000-0 10000-3 0 9726",
1548+ "tle2": "2 28190 54.9364 134.1985 0073307 358.8845 1.1007 2.00565405 52660",
1549 "visible": false
1550 },
1551 "GPS BIIR-12 (PRN 23)":
1552 {
1553+ "comms": [
1554+ {
1555+ "description": "L1",
1556+ "frequency": 1575.42,
1557+ "modulation": "QPSK"
1558+ },
1559+ {
1560+ "description": "L2",
1561+ "frequency": 1227.6,
1562+ "modulation": "BPSK"
1563+ }],
1564 "groups": ["gps"],
1565- "lastUpdated": 2010-11-18T21:00:01,
1566+ "lastUpdated": 2011-05-29T01:03:20,
1567 "orbitVisible": false,
1568- "tle1": "1 28361U 04023A 10320.23111280 -.00000060 00000-0 10000-3 0 5800",
1569- "tle2": "2 28361 55.3702 317.7593 0070330 181.3327 178.6708 2.00569178 46901",
1570+ "tle1": "1 28361U 04023A 11146.67914697 -.00000077 00000-0 10000-3 0 8012",
1571+ "tle2": "2 28361 55.2607 310.0659 0072246 182.1277 177.8340 2.00551890 50746",
1572 "visible": false
1573 },
1574 "GPS BIIR-13 (PRN 02)":
1575 {
1576+ "comms": [
1577+ {
1578+ "description": "L1",
1579+ "frequency": 1575.42,
1580+ "modulation": "QPSK"
1581+ },
1582+ {
1583+ "description": "L2",
1584+ "frequency": 1227.6,
1585+ "modulation": "BPSK"
1586+ }],
1587 "groups": ["gps"],
1588- "lastUpdated": 2010-11-18T21:00:01,
1589+ "lastUpdated": 2011-05-29T01:03:20,
1590 "orbitVisible": false,
1591- "tle1": "1 28474U 04045A 10320.72233179 .00000036 00000-0 10000-3 0 4659",
1592- "tle2": "2 28474 53.8276 196.2419 0097254 181.7135 178.3386 2.00564744 44278",
1593+ "tle1": "1 28474U 04045A 11147.18018912 .00000059 00000-0 10000-3 0 6762",
1594+ "tle2": "2 28474 53.8044 188.4332 0102882 189.7799 170.0874 2.00553859 48119",
1595 "visible": false
1596 },
1597 "GPS BIIRM-1 (PRN 17)":
1598 {
1599+ "comms": [
1600+ {
1601+ "description": "L1",
1602+ "frequency": 1575.42,
1603+ "modulation": "QPSK"
1604+ },
1605+ {
1606+ "description": "L2",
1607+ "frequency": 1227.6,
1608+ "modulation": "BPSK"
1609+ }],
1610 "groups": ["gps"],
1611- "lastUpdated": 2010-11-18T21:00:01,
1612+ "lastUpdated": 2011-05-29T01:03:20,
1613 "orbitVisible": false,
1614- "tle1": "1 28874U 05038A 10320.57483195 .00000101 00000-0 10000-3 0 7380",
1615- "tle2": "2 28874 55.0431 138.6802 0058396 217.4694 142.1622 2.00563131 37695",
1616+ "tle1": "1 28874U 05038A 11146.03688090 .00000076 00000-0 10000-3 0 9382",
1617+ "tle2": "2 28874 55.0801 131.1341 0064465 224.5164 134.9599 2.00553738 41517",
1618 "visible": false
1619 },
1620 "GPS BIIRM-2 (PRN 31)":
1621 {
1622+ "comms": [
1623+ {
1624+ "description": "L1",
1625+ "frequency": 1575.42,
1626+ "modulation": "QPSK"
1627+ },
1628+ {
1629+ "description": "L2",
1630+ "frequency": 1227.6,
1631+ "modulation": "BPSK"
1632+ }],
1633 "groups": ["gps"],
1634- "lastUpdated": 2010-11-18T21:00:01,
1635+ "lastUpdated": 2011-05-29T01:03:20,
1636 "orbitVisible": false,
1637- "tle1": "1 29486U 06042A 10321.19243251 -.00000082 00000-0 10000-3 0 542",
1638- "tle2": "2 29486 56.0602 17.5064 0076893 299.0130 60.2705 2.00550053 30407",
1639+ "tle1": "1 29486U 06042A 11146.64302847 -.00000091 00000-0 10000-3 0 2817",
1640+ "tle2": "2 29486 56.1334 9.9918 0078384 304.5774 54.7183 2.00565713 34227",
1641 "visible": false
1642 },
1643 "GPS BIIRM-3 (PRN 12)":
1644 {
1645+ "comms": [
1646+ {
1647+ "description": "L1",
1648+ "frequency": 1575.42,
1649+ "modulation": "QPSK"
1650+ },
1651+ {
1652+ "description": "L2",
1653+ "frequency": 1227.6,
1654+ "modulation": "BPSK"
1655+ }],
1656 "groups": ["gps"],
1657- "lastUpdated": 2010-11-18T21:00:01,
1658+ "lastUpdated": 2011-05-29T01:03:20,
1659 "orbitVisible": false,
1660- "tle1": "1 29601U 06052A 10321.62864018 -.00000017 00000-0 10000-3 0 1178",
1661- "tle2": "2 29601 55.7317 77.8746 0034034 337.5942 22.2660 2.00576092 29329",
1662+ "tle1": "1 29601U 06052A 11146.09121404 -.00000049 00000-0 10000-3 0 3436",
1663+ "tle2": "2 29601 55.8752 70.3815 0037716 345.2107 14.6733 2.00554585 33129",
1664 "visible": false
1665 },
1666 "GPS BIIRM-4 (PRN 15)":
1667 {
1668+ "comms": [
1669+ {
1670+ "description": "L1",
1671+ "frequency": 1575.42,
1672+ "modulation": "QPSK"
1673+ },
1674+ {
1675+ "description": "L2",
1676+ "frequency": 1227.6,
1677+ "modulation": "BPSK"
1678+ }],
1679 "groups": ["gps"],
1680- "lastUpdated": 2010-11-18T21:00:01,
1681+ "lastUpdated": 2011-05-29T01:03:20,
1682 "orbitVisible": false,
1683- "tle1": "1 32260U 07047A 10320.94901034 -.00000061 00000-0 00000+0 0 8296",
1684- "tle2": "2 32260 54.5501 316.1527 0035520 344.1941 15.7119 2.00543971 22707",
1685+ "tle1": "1 32260U 07047A 11146.40563135 -.00000078 00000-0 00000+0 0 481",
1686+ "tle2": "2 32260 54.4295 308.3409 0033966 353.7788 6.1654 2.00570514 26520",
1687 "visible": false
1688 },
1689 "GPS BIIRM-5 (PRN 29)":
1690 {
1691+ "comms": [
1692+ {
1693+ "description": "L1",
1694+ "frequency": 1575.42,
1695+ "modulation": "QPSK"
1696+ },
1697+ {
1698+ "description": "L2",
1699+ "frequency": 1227.6,
1700+ "modulation": "BPSK"
1701+ }],
1702 "groups": ["gps"],
1703- "lastUpdated": 2010-11-18T21:00:01,
1704+ "lastUpdated": 2011-05-29T01:03:20,
1705 "orbitVisible": false,
1706- "tle1": "1 32384U 07062A 10319.76555155 .00000098 00000-0 10000-3 0 8606",
1707- "tle2": "2 32384 55.0533 139.1884 0030107 283.6887 76.0255 2.00567236 21403",
1708+ "tle1": "1 32384U 07062A 11146.71287178 .00000078 00000-0 10000-3 0 797",
1709+ "tle2": "2 32384 55.1030 131.5885 0028603 289.5724 70.1179 2.00548824 25255",
1710 "visible": false
1711 },
1712 "GPS BIIRM-6 (PRN 07)":
1713 {
1714+ "comms": [
1715+ {
1716+ "description": "L1",
1717+ "frequency": 1575.42,
1718+ "modulation": "QPSK"
1719+ },
1720+ {
1721+ "description": "L2",
1722+ "frequency": 1227.6,
1723+ "modulation": "BPSK"
1724+ }],
1725 "groups": ["gps"],
1726- "lastUpdated": 2010-11-18T21:00:01,
1727+ "lastUpdated": 2011-05-29T01:03:20,
1728 "orbitVisible": false,
1729- "tle1": "1 32711U 08012A 10320.85939262 -.00000084 00000-0 10000-3 0 6876",
1730- "tle2": "2 32711 55.7600 17.4988 0041602 183.3929 176.6319 2.00562414 19630",
1731+ "tle1": "1 32711U 08012A 11147.31447230 -.00000088 00000-0 10000-3 0 8858",
1732+ "tle2": "2 32711 55.8385 9.8935 0043942 184.1629 175.8450 2.00565484 23477",
1733 "visible": false
1734 },
1735 "GPS BIIRM-7 (PRN 01)":
1736 {
1737+ "comms": [
1738+ {
1739+ "description": "L1",
1740+ "frequency": 1575.42,
1741+ "modulation": "QPSK"
1742+ },
1743+ {
1744+ "description": "L2",
1745+ "frequency": 1227.6,
1746+ "modulation": "BPSK"
1747+ }],
1748 "groups": ["gps", "navigation"],
1749- "lastUpdated": 2010-11-18T21:00:01,
1750+ "lastUpdated": 2011-03-16T22:42:29,
1751 "orbitVisible": false,
1752- "tle1": "1 34661U 09014A 10320.77879695 -.00000017 00000-0 10000-3 0 6280",
1753- "tle2": "2 34661 55.3927 77.0236 0042480 53.0717 307.3041 2.00581468 12149",
1754+ "tle1": "1 34661U 09014A 11073.93382874 .00000039 00000-0 10000-3 0 7624",
1755+ "tle2": "2 34661 55.4738 72.3003 0043387 48.2005 312.2018 2.00575843 14515",
1756 "visible": false
1757 },
1758 "GPS BIIRM-8 (PRN 05)":
1759 {
1760+ "comms": [
1761+ {
1762+ "description": "L1",
1763+ "frequency": 1575.42,
1764+ "modulation": "QPSK"
1765+ },
1766+ {
1767+ "description": "L2",
1768+ "frequency": 1227.6,
1769+ "modulation": "BPSK"
1770+ }],
1771 "groups": ["gps", "navigation"],
1772- "lastUpdated": 2010-11-18T21:00:01,
1773+ "lastUpdated": 2011-05-29T01:03:20,
1774 "orbitVisible": false,
1775- "tle1": "1 35752U 09043A 10320.82391565 -.00000056 00000-0 10000-3 0 3836",
1776- "tle2": "2 35752 54.7937 257.0192 0019906 4.2612 355.7530 2.00577456 9211",
1777+ "tle1": "1 35752U 09043A 11147.27209942 -.00000056 00000-0 10000-3 0 5999",
1778+ "tle2": "2 35752 54.6729 249.2618 0021699 8.6152 351.4370 2.00564500 13052",
1779 "visible": false
1780 },
1781 "H-2A R/B":
1782 {
1783+ "comms": [],
1784 "groups": ["visual"],
1785 "hintColor": [0.5, 0.5, 0.5],
1786- "lastUpdated": 2010-11-18T21:00:01,
1787+ "lastUpdated": 2011-05-29T01:03:20,
1788 "orbitVisible": false,
1789- "tle1": "1 29394U 06037B 10321.14124416 .00014272 00000-0 28256-3 0 2831",
1790- "tle2": "2 29394 97.3839 95.5474 0030096 281.4689 78.3180 15.46686087235040",
1791+ "tle1": "1 29394U 06037B 11147.87933333 .00014882 00000-0 22992-3 0 4722",
1792+ "tle2": "2 29394 97.4115 292.1612 0023506 299.0824 60.8060 15.53885895264738",
1793 "visible": true
1794 },
1795 "HAMSAT (VO-52)":
1796@@ -1094,980 +1520,1078 @@
1797 }],
1798 "groups": ["amateur"],
1799 "hintColor": [0.3, 0.2, 0],
1800- "lastUpdated": 2010-11-18T21:00:01,
1801+ "lastUpdated": 2011-05-29T01:03:20,
1802 "orbitVisible": false,
1803- "tle1": "1 28650U 05017B 10321.89204864 .00000179 00000-0 28933-4 0 6490",
1804- "tle2": "2 28650 97.6733 9.1669 0027807 131.7535 228.6069 14.81851600299454",
1805+ "tle1": "1 28650U 05017B 11148.04316748 .00000607 00000-0 82429-4 0 8049",
1806+ "tle2": "2 28650 97.6423 192.0734 0025882 226.3470 133.5569 14.82062003327762",
1807 "visible": false
1808 },
1809 "HOPE-1 (HO-68)":
1810 {
1811+ "comms": [],
1812 "groups": ["amateur"],
1813 "hintColor": [0.3, 0.2, 0],
1814- "lastUpdated": 2010-11-18T21:00:01,
1815+ "lastUpdated": 2011-05-29T01:03:20,
1816 "orbitVisible": false,
1817- "tle1": "1 36122U 09072B 10322.08853940 -.00000045 00000-0 00000+0 0 8557",
1818- "tle2": "2 36122 100.4495 20.8202 0007585 349.2152 10.8788 13.16282787 44469",
1819+ "tle1": "1 36122U 09072B 11148.09657577 -.00000045 00000-0 00000+0 0 4133",
1820+ "tle2": "2 36122 100.4157 209.2103 0007131 271.0429 88.9861 13.16286480 69596",
1821 "visible": false
1822 },
1823 "HST":
1824 {
1825+ "comms": [],
1826 "description": "The Hubble Space Telescope",
1827 "groups": ["scientific"],
1828 "hintColor": [0.5, 0.9, 0.9],
1829- "lastUpdated": 2010-11-18T21:00:01,
1830+ "lastUpdated": 2011-05-29T01:03:20,
1831 "orbitVisible": true,
1832- "tle1": "1 20580U 90037B 10322.23800227 .00000811 00000-0 49095-4 0 6770",
1833- "tle2": "2 20580 28.4711 314.0931 0003174 44.1313 315.9453 15.01096561927925",
1834+ "tle1": "1 20580U 90037B 11147.24512652 .00000545 00000-0 28585-4 0 7708",
1835+ "tle2": "2 20580 28.4693 153.2495 0003337 256.1202 103.8907 15.01364093956507",
1836 "visible": true
1837 },
1838 "IDEFIX & ARIANE 42P R/B":
1839 {
1840+ "comms": [],
1841 "groups": ["visual"],
1842 "hintColor": [0.5, 0.5, 0.5],
1843+ "lastUpdated": 2011-05-29T01:03:20,
1844 "orbitVisible": false,
1845- "tle1": "1 27422U 02021B 10320.77972703 .00000032 00000-0 29776-4 0 4850",
1846- "tle2": "2 27422 98.4736 31.6831 0012754 138.8926 221.3210 14.28582782443306",
1847+ "tle1": "1 27422U 02021B 11148.24589005 .00000049 00000-0 36431-4 0 6407",
1848+ "tle2": "2 27422 98.4492 218.3688 0011703 299.1185 60.8823 14.28619633470784",
1849 "visible": true
1850 },
1851 "INFORMATOR 1 & RS-14":
1852 {
1853+ "comms": [],
1854 "groups": ["amateur"],
1855 "hintColor": [0.3, 0.2, 0],
1856- "lastUpdated": 2010-11-18T21:00:01,
1857+ "lastUpdated": 2011-05-29T01:03:20,
1858 "orbitVisible": false,
1859- "tle1": "1 21087U 91006A 10321.26179763 .00000050 00000-0 36420-4 0 7433",
1860- "tle2": "2 21087 82.9446 22.2674 0033735 280.1991 79.5360 13.75061869993611",
1861+ "tle1": "1 21087U 91006A 11147.77878424 .00000061 00000-0 47649-4 0 9086",
1862+ "tle2": "2 21087 82.9422 240.3814 0036664 103.2382 257.2865 13.75072750 19937",
1863 "visible": false
1864 },
1865 "INTERCOSMOS 24":
1866 {
1867+ "comms": [],
1868 "groups": ["visual"],
1869 "hintColor": [0.5, 0.5, 0.5],
1870- "lastUpdated": 2010-11-18T21:00:01,
1871+ "lastUpdated": 2011-05-29T01:03:20,
1872 "orbitVisible": false,
1873- "tle1": "1 20261U 89080A 10321.45561600 .00000241 00000-0 71234-4 0 3150",
1874- "tle2": "2 20261 82.5907 124.6336 1213815 229.6774 119.1983 12.53542099964514",
1875+ "tle1": "1 20261U 89080A 11147.68793592 .00000128 00000-0 30435-4 0 4691",
1876+ "tle2": "2 20261 82.5906 1.1736 1214875 150.3580 217.2402 12.53643522988478",
1877 "visible": true
1878 },
1879 "INTERCOSMOS 25":
1880 {
1881+ "comms": [],
1882 "groups": ["visual"],
1883 "hintColor": [0.5, 0.5, 0.5],
1884- "lastUpdated": 2010-11-18T21:00:01,
1885+ "lastUpdated": 2011-05-29T01:03:20,
1886 "orbitVisible": false,
1887- "tle1": "1 21819U 91086A 10321.77666247 .00001407 00000-0 27292-3 0 2379",
1888- "tle2": "2 21819 82.5560 61.9916 1548551 139.8349 232.8140 11.99307606823529",
1889+ "tle1": "1 21819U 91086A 11147.46695384 .00000537 00000-0 98468-4 0 4106",
1890+ "tle2": "2 21819 82.5539 308.3378 1547592 97.5417 280.3505 11.99547602846389",
1891 "visible": true
1892 },
1893 "IRIDIUM 10":
1894 {
1895+ "comms": [],
1896 "groups": ["iridium", "communications"],
1897 "hintColor": [0.21, 0, 0.71],
1898- "lastUpdated": 2010-11-18T21:00:01,
1899+ "lastUpdated": 2011-05-29T01:03:20,
1900 "orbitVisible": false,
1901- "tle1": "1 24839U 97030D 10321.20717569 .00000221 00000-0 71838-4 0 2831",
1902- "tle2": "2 24839 86.3924 274.8512 0002396 78.9597 281.1874 14.34218669702390",
1903+ "tle1": "1 24839U 97030D 11147.23339533 .00000044 00000-0 85752-5 0 5132",
1904+ "tle2": "2 24839 86.3974 195.0194 0002551 89.4986 270.6524 14.34213424729777",
1905 "visible": false
1906 },
1907 "IRIDIUM 11":
1908 {
1909+ "comms": [],
1910 "groups": ["iridium", "communications"],
1911 "hintColor": [0.21, 0, 0.71],
1912- "lastUpdated": 2010-11-18T21:00:01,
1913+ "lastUpdated": 2011-05-29T01:03:20,
1914 "orbitVisible": false,
1915- "tle1": "1 25578U 98074B 10321.67267637 .00000135 00000-0 41125-4 0 3109",
1916- "tle2": "2 25578 86.3969 180.2365 0004415 70.9633 289.2041 14.34226170632903",
1917+ "tle1": "1 25578U 98074B 11147.35003111 .00000181 00000-0 57584-4 0 5510",
1918+ "tle2": "2 25578 86.3939 100.5910 0003793 117.0094 243.1489 14.34218370660238",
1919 "visible": false
1920 },
1921 "IRIDIUM 12":
1922 {
1923+ "comms": [],
1924 "groups": ["iridium", "communications"],
1925 "hintColor": [0.21, 0, 0.71],
1926- "lastUpdated": 2010-11-18T21:00:01,
1927+ "lastUpdated": 2011-05-29T01:03:20,
1928 "orbitVisible": false,
1929- "tle1": "1 24837U 97030B 10321.01054922 .00000246 00000-0 80673-4 0 2817",
1930- "tle2": "2 24837 86.3918 274.9392 0002480 80.0874 280.0606 14.34219058702354",
1931+ "tle1": "1 24837U 97030B 11147.38561739 .00000181 00000-0 57492-4 0 5109",
1932+ "tle2": "2 24837 86.3970 194.9626 0002547 88.9329 271.2168 14.34214020729784",
1933 "visible": false
1934 },
1935 "IRIDIUM 13":
1936 {
1937+ "comms": [],
1938 "groups": ["iridium", "communications"],
1939 "hintColor": [0.21, 0, 0.71],
1940- "lastUpdated": 2010-11-18T21:00:01,
1941+ "lastUpdated": 2011-05-29T01:03:20,
1942 "orbitVisible": false,
1943- "tle1": "1 24840U 97030E 10321.15643449 .00000260 00000-0 85613-4 0 2370",
1944- "tle2": "2 24840 86.3926 274.9591 0002388 75.1857 284.9610 14.34219116702376",
1945+ "tle1": "1 24840U 97030E 11147.39195948 .00000113 00000-0 33461-4 0 4619",
1946+ "tle2": "2 24840 86.3973 195.0440 0002596 86.5745 273.5745 14.34213429729785",
1947 "visible": false
1948 },
1949 "IRIDIUM 14":
1950 {
1951+ "comms": [],
1952 "groups": ["iridium", "communications"],
1953 "hintColor": [0.21, 0, 0.71],
1954- "lastUpdated": 2010-11-18T21:00:01,
1955+ "lastUpdated": 2011-05-29T01:03:20,
1956 "orbitVisible": false,
1957- "tle1": "1 25777U 99032A 10322.08111919 -.00000701 00000-0 -16824-3 0 2660",
1958- "tle2": "2 25777 86.5138 148.3843 0002377 82.7292 277.4282 14.54928269607376",
1959+ "tle1": "1 25777U 99032A 11147.38389785 .00000318 00000-0 69025-4 0 5169",
1960+ "tle2": "2 25777 86.5131 68.8574 0002572 77.4674 282.6804 14.54941028635049",
1961 "visible": false
1962 },
1963 "IRIDIUM 15":
1964 {
1965+ "comms": [],
1966 "groups": ["iridium", "communications"],
1967 "hintColor": [0.21, 0, 0.71],
1968- "lastUpdated": 2010-11-18T21:00:01,
1969+ "lastUpdated": 2011-05-29T01:03:20,
1970 "orbitVisible": false,
1971- "tle1": "1 24869U 97034A 10321.42621263 -.00000533 00000-0 -19727-3 0 3137",
1972- "tle2": "2 24869 86.3924 306.4716 0002519 82.0778 278.0682 14.34214039699388",
1973+ "tle1": "1 24869U 97034A 11147.31292214 .00000221 00000-0 71870-4 0 5471",
1974+ "tle2": "2 24869 86.3960 226.6581 0002401 88.1171 272.0302 14.34219102726745",
1975 "visible": false
1976 },
1977 "IRIDIUM 16":
1978 {
1979+ "comms": [],
1980 "groups": ["iridium", "communications"],
1981 "hintColor": [0.21, 0, 0.71],
1982- "lastUpdated": 2010-11-18T21:00:01,
1983+ "lastUpdated": 2011-05-29T01:03:20,
1984 "orbitVisible": false,
1985- "tle1": "1 24841U 97030F 10321.43119589 .00000250 00000-0 80380-4 0 2774",
1986- "tle2": "2 24841 86.4007 275.4667 0001407 138.6220 221.5088 14.35375397702616",
1987+ "tle1": "1 24841U 97030F 11147.50974164 .00000120 00000-0 35020-4 0 5092",
1988+ "tle2": "2 24841 86.4074 195.6442 0002283 30.9361 329.1970 14.35427313730024",
1989 "visible": false
1990 },
1991 "IRIDIUM 17":
1992 {
1993+ "comms": [],
1994 "groups": ["iridium", "communications"],
1995 "hintColor": [0.21, 0, 0.71],
1996- "lastUpdated": 2010-11-18T21:00:01,
1997+ "lastUpdated": 2011-05-29T01:03:20,
1998 "orbitVisible": false,
1999- "tle1": "1 24870U 97034B 10321.49071438 .00000168 00000-0 52594-4 0 2736",
2000- "tle2": "2 24870 86.3926 306.2559 0002466 78.6257 281.5227 14.34517658699421",
2001+ "tle1": "1 24870U 97034B 11147.54356992 .00000171 00000-0 53578-4 0 5044",
2002+ "tle2": "2 24870 86.3974 226.3372 0002608 78.3331 281.8158 14.34572464726813",
2003 "visible": false
2004 },
2005 "IRIDIUM 18":
2006 {
2007+ "comms": [],
2008 "groups": ["iridium", "communications"],
2009 "hintColor": [0.21, 0, 0.71],
2010- "lastUpdated": 2010-11-18T21:00:01,
2011+ "lastUpdated": 2011-05-29T01:03:20,
2012 "orbitVisible": false,
2013- "tle1": "1 24872U 97034D 10321.45792477 -.00000521 00000-0 -19325-3 0 2668",
2014- "tle2": "2 24872 86.3933 306.6190 0002338 83.6545 276.4894 14.34214341699381",
2015+ "tle1": "1 24872U 97034D 11147.27486662 .00000169 00000-0 53203-4 0 4955",
2016+ "tle2": "2 24872 86.3962 226.8416 0002487 84.2386 275.9095 14.34218938726735",
2017 "visible": false
2018 },
2019 "IRIDIUM 19":
2020 {
2021+ "comms": [],
2022 "groups": ["iridium", "communications"],
2023 "hintColor": [0.21, 0, 0.71],
2024- "lastUpdated": 2010-11-18T21:00:01,
2025+ "lastUpdated": 2011-05-29T01:03:20,
2026 "orbitVisible": false,
2027- "tle1": "1 24965U 97056A 10321.17841157 -.00001092 00000-0 -39725-3 0 2338",
2028- "tle2": "2 24965 86.3948 243.3741 0002390 81.2888 278.8589 14.34210640687989",
2029+ "tle1": "1 24965U 97056A 11147.41395200 .00000005 00000-0 -53685-5 0 4703",
2030+ "tle2": "2 24965 86.3968 163.5183 0002569 84.7273 275.4221 14.34213284715398",
2031 "visible": false
2032 },
2033 "IRIDIUM 2":
2034 {
2035+ "comms": [],
2036 "groups": ["iridium", "communications"],
2037 "hintColor": [0.21, 0, 0.71],
2038- "lastUpdated": 2010-11-18T21:00:01,
2039+ "lastUpdated": 2011-05-29T01:03:20,
2040 "orbitVisible": false,
2041- "tle1": "1 25527U 98066A 10321.62038287 .00000888 00000-0 71445-4 0 6405",
2042- "tle2": "2 25527 85.5616 345.3065 0011591 126.1138 234.1183 14.98553598655857",
2043+ "tle1": "1 25527U 98066A 11147.30480103 .00000862 00000-0 68350-4 0 9030",
2044+ "tle2": "2 25527 85.5634 236.5821 0010004 160.8046 199.3559 14.99080162684415",
2045 "visible": false
2046 },
2047 "IRIDIUM 20":
2048 {
2049+ "comms": [],
2050 "groups": ["iridium", "communications"],
2051 "hintColor": [0.21, 0, 0.71],
2052- "lastUpdated": 2010-11-18T21:00:01,
2053+ "lastUpdated": 2011-05-29T01:03:20,
2054 "orbitVisible": false,
2055- "tle1": "1 25577U 98074A 10321.71064365 -.00000538 00000-0 -19925-3 0 744",
2056- "tle2": "2 25577 86.3972 179.9683 0002216 84.7976 275.3458 14.34216946623946",
2057+ "tle1": "1 25577U 98074A 11147.38812350 .00000167 00000-0 52565-4 0 3184",
2058+ "tle2": "2 25577 86.3940 100.3308 0002567 78.8652 281.2855 14.34217162651272",
2059 "visible": false
2060 },
2061 "IRIDIUM 21":
2062 {
2063+ "comms": [],
2064 "groups": ["iridium", "communications"],
2065 "hintColor": [0.21, 0, 0.71],
2066- "lastUpdated": 2010-11-18T21:00:01,
2067+ "lastUpdated": 2011-05-29T01:03:20,
2068 "orbitVisible": false,
2069- "tle1": "1 25778U 99032B 10321.80230652 -.00000032 00000-0 -18474-4 0 1453",
2070- "tle2": "2 25778 86.3952 148.5091 0003879 59.9921 300.1662 14.34216578603631",
2071+ "tle1": "1 25778U 99032B 11147.34024053 -.00001530 00000-0 -55351-3 0 3871",
2072+ "tle2": "2 25778 86.3948 68.8842 0004135 103.2448 256.9236 14.34208589630949",
2073 "visible": false
2074 },
2075 "IRIDIUM 22":
2076 {
2077+ "comms": [],
2078 "groups": ["iridium", "communications"],
2079 "hintColor": [0.21, 0, 0.71],
2080- "lastUpdated": 2010-11-18T21:00:01,
2081+ "lastUpdated": 2011-05-29T01:03:20,
2082 "orbitVisible": false,
2083- "tle1": "1 24907U 97043E 10321.17786726 -.00000473 00000-0 -17590-3 0 2529",
2084- "tle2": "2 24907 86.3986 180.6214 0002256 82.3340 277.8149 14.34216531693265",
2085+ "tle1": "1 24907U 97043E 11147.34368030 .00000202 00000-0 65020-4 0 4880",
2086+ "tle2": "2 24907 86.3947 100.8032 0002535 79.2769 280.8716 14.34219227720668",
2087 "visible": false
2088 },
2089 "IRIDIUM 23":
2090 {
2091+ "comms": [],
2092 "groups": ["iridium", "communications"],
2093 "hintColor": [0.21, 0, 0.71],
2094- "lastUpdated": 2010-11-18T21:00:01,
2095+ "lastUpdated": 2011-05-29T01:03:20,
2096 "orbitVisible": false,
2097- "tle1": "1 24906U 97043D 10321.11439964 .00000138 00000-0 42294-4 0 2831",
2098- "tle2": "2 24906 86.3981 180.1854 0002143 81.3937 278.7502 14.34223812693252",
2099+ "tle1": "1 24906U 97043D 11147.35047442 .00000204 00000-0 65769-4 0 5200",
2100+ "tle2": "2 24906 86.3934 100.3125 0002539 80.6262 279.5231 14.34210751720669",
2101 "visible": false
2102 },
2103 "IRIDIUM 24":
2104 {
2105+ "comms": [],
2106 "groups": ["iridium", "communications"],
2107 "hintColor": [0.21, 0, 0.71],
2108- "lastUpdated": 2010-11-18T21:00:01,
2109+ "lastUpdated": 2011-05-29T01:03:20,
2110 "orbitVisible": false,
2111- "tle1": "1 25105U 97082B 10321.49445523 .00000140 00000-0 39432-4 0 7866",
2112- "tle2": "2 25105 86.3939 169.1564 0011246 339.3679 20.7064 14.38372389677152",
2113+ "tle1": "1 25105U 97082B 11147.38291733 .00000179 00000-0 51948-4 0 189",
2114+ "tle2": "2 25105 86.3917 88.7936 0014403 61.6869 298.5780 14.38438456704598",
2115 "visible": false
2116 },
2117 "IRIDIUM 25":
2118 {
2119+ "comms": [],
2120 "groups": ["iridium", "communications"],
2121 "hintColor": [0.21, 0, 0.71],
2122- "lastUpdated": 2010-11-18T21:00:01,
2123+ "lastUpdated": 2011-05-29T01:03:20,
2124 "orbitVisible": false,
2125- "tle1": "1 24904U 97043B 10321.12712542 -.00000423 00000-0 -15808-3 0 2655",
2126- "tle2": "2 24904 86.3972 180.2546 0002264 83.1881 276.9568 14.34218061693242",
2127+ "tle1": "1 24904U 97043B 11147.36272012 .00000154 00000-0 47996-4 0 5051",
2128+ "tle2": "2 24904 86.3937 100.3848 0002494 76.4679 283.6803 14.34218694720651",
2129 "visible": false
2130 },
2131 "IRIDIUM 26":
2132 {
2133+ "comms": [],
2134 "groups": ["iridium", "communications"],
2135 "hintColor": [0.21, 0, 0.71],
2136- "lastUpdated": 2010-11-18T21:00:01,
2137+ "lastUpdated": 2011-05-29T01:03:20,
2138 "orbitVisible": false,
2139- "tle1": "1 24903U 97043A 10321.16518061 -.00000476 00000-0 -17690-3 0 3759",
2140- "tle2": "2 24903 86.3977 180.2981 0002204 82.1890 277.9529 14.34217886693288",
2141+ "tle1": "1 24903U 97043A 11147.40077101 .00000185 00000-0 58844-4 0 6124",
2142+ "tle2": "2 24903 86.3942 100.4318 0002586 77.9272 282.2229 14.34218952720694",
2143 "visible": false
2144 },
2145 "IRIDIUM 28":
2146 {
2147+ "comms": [],
2148 "groups": ["iridium", "communications"],
2149 "hintColor": [0.21, 0, 0.71],
2150- "lastUpdated": 2010-11-18T21:00:01,
2151+ "lastUpdated": 2011-05-29T01:03:20,
2152 "orbitVisible": false,
2153- "tle1": "1 24948U 97051E 10321.42635464 .00000160 00000-0 49810-4 0 1119",
2154- "tle2": "2 24948 86.3980 211.8595 0002059 93.9241 266.2185 14.34347232689868",
2155+ "tle1": "1 24948U 97051E 11147.50176047 .00000045 00000-0 91177-5 0 3491",
2156+ "tle2": "2 24948 86.3968 132.0741 0002162 75.0652 285.0782 14.34401992717254",
2157 "visible": false
2158 },
2159 "IRIDIUM 29":
2160 {
2161+ "comms": [],
2162 "groups": ["iridium", "communications"],
2163 "hintColor": [0.21, 0, 0.71],
2164- "lastUpdated": 2010-11-18T21:00:01,
2165+ "lastUpdated": 2011-05-29T01:03:20,
2166 "orbitVisible": false,
2167- "tle1": "1 24944U 97051A 10321.18766590 -.00000888 00000-0 -32440-3 0 2179",
2168- "tle2": "2 24944 86.3974 211.8088 0002228 79.3222 280.8183 14.34213629689838",
2169+ "tle1": "1 24944U 97051A 11147.42321376 .00000058 00000-0 13752-4 0 4515",
2170+ "tle2": "2 24944 86.3949 131.9687 0002565 82.5442 277.6055 14.34216566717243",
2171 "visible": false
2172 },
2173 "IRIDIUM 3":
2174 {
2175+ "comms": [],
2176 "groups": ["iridium", "communications"],
2177 "hintColor": [0.21, 0, 0.71],
2178- "lastUpdated": 2010-11-18T21:00:01,
2179+ "lastUpdated": 2011-05-29T01:03:20,
2180 "orbitVisible": false,
2181- "tle1": "1 25431U 98048A 10321.72966925 -.00000153 00000-0 -61523-4 0 1564",
2182- "tle2": "2 25431 86.3975 180.1723 0001784 70.2637 289.8711 14.34220048641120",
2183+ "tle1": "1 25431U 98048A 11147.33735733 .00000129 00000-0 38882-4 0 3946",
2184+ "tle2": "2 25431 86.3940 100.5731 0002988 70.4165 289.7364 14.34218196668440",
2185 "visible": false
2186 },
2187 "IRIDIUM 30":
2188 {
2189+ "comms": [],
2190 "groups": ["iridium", "communications"],
2191 "hintColor": [0.21, 0, 0.71],
2192- "lastUpdated": 2010-11-18T21:00:01,
2193+ "lastUpdated": 2011-05-29T01:03:20,
2194 "orbitVisible": false,
2195- "tle1": "1 24949U 97051F 10322.31665290 -.00001261 00000-0 -45755-3 0 2770",
2196- "tle2": "2 24949 86.3976 211.4157 0002141 79.3215 280.8233 14.34210101689999",
2197+ "tle1": "1 24949U 97051F 11147.43590799 .00000048 00000-0 10187-4 0 5214",
2198+ "tle2": "2 24949 86.3948 132.0457 0002642 79.1513 280.9984 14.34216338717246",
2199 "visible": false
2200 },
2201 "IRIDIUM 31":
2202 {
2203+ "comms": [],
2204 "groups": ["iridium", "communications"],
2205 "hintColor": [0.21, 0, 0.71],
2206- "lastUpdated": 2010-11-18T21:00:01,
2207+ "lastUpdated": 2011-05-29T01:03:20,
2208 "orbitVisible": false,
2209- "tle1": "1 24950U 97051G 10321.19400842 -.00000915 00000-0 -33383-3 0 2451",
2210- "tle2": "2 24950 86.3982 211.8818 0002191 76.0638 284.0762 14.34213484689848",
2211+ "tle1": "1 24950U 97051G 11147.42955709 .00000012 00000-0 -28896-5 0 4736",
2212+ "tle2": "2 24950 86.3948 132.0470 0002623 78.6059 281.5439 14.34216393717255",
2213 "visible": false
2214 },
2215 "IRIDIUM 32":
2216 {
2217+ "comms": [],
2218 "groups": ["iridium", "communications"],
2219 "hintColor": [0.21, 0, 0.71],
2220- "lastUpdated": 2010-11-18T21:00:01,
2221+ "lastUpdated": 2011-05-29T01:03:20,
2222 "orbitVisible": false,
2223- "tle1": "1 24945U 97051B 10321.20669323 -.00000432 00000-0 -16144-3 0 2357",
2224- "tle2": "2 24945 86.3978 211.8180 0002292 78.1725 281.9661 14.34216671689857",
2225+ "tle1": "1 24945U 97051B 11147.44225259 .00000003 00000-0 -58347-5 0 4747",
2226+ "tle2": "2 24945 86.3943 131.9792 0002620 80.8941 279.2550 14.34215986717267",
2227 "visible": false
2228 },
2229 "IRIDIUM 33":
2230 {
2231+ "comms": [],
2232 "groups": ["iridium", "communications"],
2233 "hintColor": [0.21, 0, 0.71],
2234- "lastUpdated": 2010-11-18T21:00:01,
2235+ "lastUpdated": 2011-05-29T01:03:20,
2236 "orbitVisible": false,
2237- "tle1": "1 24946U 97051C 10322.26276333 .00000073 00000-0 19719-4 0 3543",
2238- "tle2": "2 24946 86.3898 211.5104 0009373 133.4741 226.7226 14.32548824689908",
2239+ "tle1": "1 24946U 97051C 11147.53073729 .00000181 00000-0 59582-4 0 5873",
2240+ "tle2": "2 24946 86.3865 132.0976 0005728 241.2959 118.7661 14.32593502717149",
2241 "visible": false
2242 },
2243 "IRIDIUM 34":
2244 {
2245+ "comms": [],
2246 "groups": ["iridium", "communications"],
2247 "hintColor": [0.21, 0, 0.71],
2248- "lastUpdated": 2010-11-18T21:00:01,
2249+ "lastUpdated": 2011-05-29T01:03:20,
2250 "orbitVisible": false,
2251- "tle1": "1 24969U 97056E 10321.18475504 -.00001156 00000-0 -41999-3 0 2283",
2252- "tle2": "2 24969 86.3946 243.4486 0002406 79.0150 281.1342 14.34209607687966",
2253+ "tle1": "1 24969U 97056E 11147.35052364 -.00000045 00000-0 -23306-4 0 4645",
2254+ "tle2": "2 24969 86.3970 163.6258 0002571 85.3580 274.7903 14.34213217715362",
2255 "visible": false
2256 },
2257 "IRIDIUM 35":
2258 {
2259+ "comms": [],
2260 "groups": ["iridium", "communications"],
2261 "hintColor": [0.21, 0, 0.71],
2262- "lastUpdated": 2010-11-18T21:00:01,
2263+ "lastUpdated": 2011-05-29T01:03:20,
2264 "orbitVisible": false,
2265- "tle1": "1 24966U 97056B 10321.19109584 -.00000896 00000-0 -32694-3 0 2779",
2266- "tle2": "2 24966 86.3948 243.3885 0002410 80.6921 279.4543 14.34212681687965",
2267+ "tle1": "1 24966U 97056B 11147.35685803 .00000017 00000-0 -83178-6 0 5174",
2268+ "tle2": "2 24966 86.3965 163.5601 0002548 81.5987 278.5490 14.34213027715369",
2269 "visible": false
2270 },
2271 "IRIDIUM 36":
2272 {
2273+ "comms": [],
2274 "groups": ["iridium", "communications"],
2275 "hintColor": [0.21, 0, 0.71],
2276- "lastUpdated": 2010-11-18T21:00:01,
2277+ "lastUpdated": 2011-05-29T01:03:20,
2278 "orbitVisible": false,
2279- "tle1": "1 24967U 97056C 10321.48433305 .00000139 00000-0 42483-4 0 2229",
2280- "tle2": "2 24967 86.3988 243.3423 0002310 83.4010 276.7457 14.34364167688150",
2281+ "tle1": "1 24967U 97056C 11147.48795564 .00000187 00000-0 59361-4 0 4536",
2282+ "tle2": "2 24967 86.3996 163.5792 0002445 83.7339 276.4139 14.34418143715538",
2283 "visible": false
2284 },
2285 "IRIDIUM 37":
2286 {
2287+ "comms": [],
2288 "groups": ["iridium", "communications"],
2289 "hintColor": [0.21, 0, 0.71],
2290- "lastUpdated": 2010-11-18T21:00:01,
2291+ "lastUpdated": 2011-05-29T01:03:20,
2292 "orbitVisible": false,
2293- "tle1": "1 24968U 97056D 10321.16572584 -.00000985 00000-0 -35882-3 0 2447",
2294- "tle2": "2 24968 86.3956 243.5149 0002376 79.5288 280.6189 14.34210013687962",
2295+ "tle1": "1 24968U 97056D 11147.40126255 -.00000017 00000-0 -13309-4 0 4776",
2296+ "tle2": "2 24968 86.3963 163.6623 0002589 84.0952 276.0536 14.34213556715371",
2297 "visible": false
2298 },
2299 "IRIDIUM 38":
2300 {
2301+ "comms": [],
2302 "groups": ["iridium", "communications"],
2303 "hintColor": [0.21, 0, 0.71],
2304- "lastUpdated": 2010-11-18T21:00:01,
2305+ "lastUpdated": 2011-05-29T01:03:20,
2306 "orbitVisible": false,
2307- "tle1": "1 25043U 97069E 10321.29231998 .00000217 00000-0 69595-4 0 2558",
2308- "tle2": "2 25043 86.3929 305.7875 0001635 103.2622 256.8758 14.34775978681897",
2309+ "tle1": "1 25043U 97069E 11147.52028442 .00000147 00000-0 44820-4 0 4872",
2310+ "tle2": "2 25043 86.3978 225.7590 0002226 51.1911 308.9484 14.34832453709310",
2311 "visible": false
2312 },
2313 "IRIDIUM 39":
2314 {
2315+ "comms": [],
2316 "groups": ["iridium", "communications"],
2317 "hintColor": [0.21, 0, 0.71],
2318- "lastUpdated": 2010-11-18T21:00:01,
2319+ "lastUpdated": 2011-05-29T01:03:20,
2320 "orbitVisible": false,
2321- "tle1": "1 25042U 97069D 10321.05837301 -.00000099 00000-0 -42412-4 0 2291",
2322- "tle2": "2 25042 86.3929 306.8821 0002220 85.6367 274.5081 14.34213884681720",
2323+ "tle1": "1 25042U 97069D 11147.36367152 .00000231 00000-0 75581-4 0 4587",
2324+ "tle2": "2 25042 86.3986 226.9283 0002367 84.5277 275.6189 14.34218457709146",
2325 "visible": false
2326 },
2327 "IRIDIUM 4":
2328 {
2329+ "comms": [],
2330 "groups": ["iridium", "communications"],
2331 "hintColor": [0.21, 0, 0.71],
2332- "lastUpdated": 2010-11-18T21:00:01,
2333+ "lastUpdated": 2011-05-29T01:03:20,
2334 "orbitVisible": false,
2335- "tle1": "1 24796U 97020E 10321.08961475 -.00001151 00000-0 -41835-3 0 2754",
2336- "tle2": "2 24796 86.3950 243.3163 0002303 81.0032 279.1420 14.34210313708636",
2337+ "tle1": "1 24796U 97020E 11147.39492283 -.00000009 00000-0 -10444-4 0 5107",
2338+ "tle2": "2 24796 86.3960 163.4233 0002598 83.0551 277.0947 14.34213322736052",
2339 "visible": false
2340 },
2341 "IRIDIUM 40":
2342 {
2343+ "comms": [],
2344 "groups": ["iridium", "communications"],
2345 "hintColor": [0.21, 0, 0.71],
2346- "lastUpdated": 2010-11-18T21:00:01,
2347+ "lastUpdated": 2011-05-29T01:03:20,
2348 "orbitVisible": false,
2349- "tle1": "1 25041U 97069C 10321.47061248 .00000035 00000-0 53908-5 0 2533",
2350- "tle2": "2 25041 86.3928 306.4946 0002496 85.1922 274.9573 14.34218072681802",
2351+ "tle1": "1 25041U 97069C 11147.35731890 .00000103 00000-0 29705-4 0 4898",
2352+ "tle2": "2 25041 86.3959 226.6822 0002471 90.3309 269.8136 14.34218548709168",
2353 "visible": false
2354 },
2355 "IRIDIUM 41":
2356 {
2357+ "comms": [],
2358 "groups": ["iridium", "communications"],
2359 "hintColor": [0.21, 0, 0.71],
2360- "lastUpdated": 2010-11-18T21:00:01,
2361+ "lastUpdated": 2011-05-29T01:03:20,
2362 "orbitVisible": false,
2363- "tle1": "1 25040U 97069B 10321.02662891 -.00000539 00000-0 -19946-3 0 2256",
2364- "tle2": "2 25040 86.3938 306.7189 0002068 79.8002 280.3449 14.34213109681728",
2365+ "tle1": "1 25040U 97069B 11147.33195316 .00000227 00000-0 74155-4 0 4607",
2366+ "tle2": "2 25040 86.3965 226.7342 0002458 81.3324 278.8152 14.34218902709144",
2367 "visible": false
2368 },
2369 "IRIDIUM 42":
2370 {
2371+ "comms": [],
2372 "groups": ["iridium", "communications"],
2373 "hintColor": [0.21, 0, 0.71],
2374- "lastUpdated": 2010-11-18T21:00:01,
2375+ "lastUpdated": 2011-05-29T01:03:20,
2376 "orbitVisible": false,
2377- "tle1": "1 25077U 97077A 10321.04565865 .00000013 00000-0 -22742-5 0 2481",
2378- "tle2": "2 25077 86.3931 306.7586 0002438 84.5731 275.5737 14.34217890677581",
2379+ "tle1": "1 25077U 97077A 11147.28121142 .00000179 00000-0 56846-4 0 4733",
2380+ "tle2": "2 25077 86.3957 226.8044 0002395 89.6541 270.4920 14.34218757704994",
2381 "visible": false
2382 },
2383 "IRIDIUM 43":
2384 {
2385+ "comms": [],
2386 "groups": ["iridium", "communications"],
2387 "hintColor": [0.21, 0, 0.71],
2388- "lastUpdated": 2010-11-18T21:00:01,
2389+ "lastUpdated": 2011-05-29T01:03:20,
2390 "orbitVisible": false,
2391- "tle1": "1 25039U 97069A 10322.07950095 -.00000632 00000-0 -23287-3 0 2376",
2392- "tle2": "2 25039 86.3935 306.3820 0002489 82.7596 277.3856 14.34213679681875",
2393+ "tle1": "1 25039U 97069A 11147.33829044 .00000104 00000-0 30244-4 0 4668",
2394+ "tle2": "2 25039 86.3981 226.8398 0002418 89.8832 270.2588 14.34218560709144",
2395 "visible": false
2396 },
2397 "IRIDIUM 44":
2398 {
2399+ "comms": [],
2400 "groups": ["iridium", "communications"],
2401 "hintColor": [0.21, 0, 0.71],
2402- "lastUpdated": 2010-11-18T21:00:01,
2403+ "lastUpdated": 2011-05-29T01:03:20,
2404 "orbitVisible": false,
2405- "tle1": "1 25078U 97077B 10321.49309051 .00000170 00000-0 51088-4 0 7307",
2406- "tle2": "2 25078 86.3949 301.2451 0001117 128.4717 231.6586 14.36664834678343",
2407+ "tle1": "1 25078U 97077B 11147.26014495 .00000170 00000-0 51067-4 0 9606",
2408+ "tle2": "2 25078 86.3993 221.1760 0002725 27.4734 332.6603 14.36731295705730",
2409 "visible": false
2410 },
2411 "IRIDIUM 45":
2412 {
2413+ "comms": [],
2414 "groups": ["iridium", "communications"],
2415 "hintColor": [0.21, 0, 0.71],
2416- "lastUpdated": 2010-11-18T21:00:01,
2417+ "lastUpdated": 2011-05-29T01:03:20,
2418 "orbitVisible": false,
2419- "tle1": "1 25104U 97082A 10321.13346712 -.00000239 00000-0 -92434-4 0 1783",
2420- "tle2": "2 25104 86.3967 180.2615 0002194 83.1418 276.9998 14.34219554675799",
2421+ "tle1": "1 25104U 97082A 11147.36906160 .00000141 00000-0 43371-4 0 4110",
2422+ "tle2": "2 25104 86.3940 100.3861 0002543 79.3439 280.8041 14.34218555703205",
2423 "visible": false
2424 },
2425 "IRIDIUM 46":
2426 {
2427+ "comms": [],
2428 "groups": ["iridium", "communications"],
2429 "hintColor": [0.21, 0, 0.71],
2430- "lastUpdated": 2010-11-18T21:00:01,
2431+ "lastUpdated": 2011-05-29T01:03:20,
2432 "orbitVisible": false,
2433- "tle1": "1 24905U 97043C 10321.13981105 -.00000546 00000-0 -20221-3 0 2897",
2434- "tle2": "2 24905 86.3977 180.5781 0002260 84.6111 275.5368 14.34216648693253",
2435+ "tle1": "1 24905U 97043C 11147.37540340 .00000140 00000-0 42826-4 0 5226",
2436+ "tle2": "2 24905 86.3941 100.7261 0002577 77.5981 282.5488 14.34218665720666",
2437 "visible": false
2438 },
2439 "IRIDIUM 47":
2440 {
2441+ "comms": [],
2442 "groups": ["iridium", "communications"],
2443 "hintColor": [0.21, 0, 0.71],
2444- "lastUpdated": 2010-11-18T21:00:01,
2445+ "lastUpdated": 2011-05-29T01:03:20,
2446 "orbitVisible": false,
2447- "tle1": "1 25106U 97082C 10321.14615251 -.00000454 00000-0 -16931-3 0 1734",
2448- "tle2": "2 25106 86.3967 180.1953 0002152 81.1694 278.9714 14.34218122675791",
2449+ "tle1": "1 25106U 97082C 11147.38175127 .00000144 00000-0 44341-4 0 4105",
2450+ "tle2": "2 25106 86.3935 100.3186 0002567 81.1168 279.0318 14.34218418703202",
2451 "visible": false
2452 },
2453 "IRIDIUM 49":
2454 {
2455+ "comms": [],
2456 "groups": ["iridium", "communications"],
2457 "hintColor": [0.21, 0, 0.71],
2458- "lastUpdated": 2010-11-18T21:00:01,
2459+ "lastUpdated": 2011-05-29T01:03:20,
2460 "orbitVisible": false,
2461- "tle1": "1 25108U 97082E 10321.15883758 -.00000098 00000-0 -41923-4 0 1932",
2462- "tle2": "2 25108 86.3968 180.2268 0002158 82.4006 277.7391 14.34220416675800",
2463+ "tle1": "1 25108U 97082E 11147.39443402 .00000200 00000-0 64363-4 0 4314",
2464+ "tle2": "2 25108 86.3944 100.3563 0002582 78.9490 281.2016 14.34218763703216",
2465 "visible": false
2466 },
2467 "IRIDIUM 5":
2468 {
2469+ "comms": [],
2470 "groups": ["iridium", "communications"],
2471 "hintColor": [0.21, 0, 0.71],
2472- "lastUpdated": 2010-11-18T21:00:01,
2473+ "lastUpdated": 2011-05-29T01:03:20,
2474 "orbitVisible": false,
2475- "tle1": "1 24795U 97020D 10320.85494427 .00000295 00000-0 98139-4 0 4191",
2476- "tle2": "2 24795 86.3942 243.8015 0002116 117.4358 242.7081 14.34225321708661",
2477+ "tle1": "1 24795U 97020D 11147.29978278 .00000016 00000-0 -12894-5 0 6535",
2478+ "tle2": "2 24795 86.3965 163.8548 0001461 60.3042 299.8304 14.34213455736102",
2479 "visible": false
2480 },
2481 "IRIDIUM 50":
2482 {
2483+ "comms": [],
2484 "groups": ["iridium", "communications"],
2485 "hintColor": [0.21, 0, 0.71],
2486- "lastUpdated": 2010-11-18T21:00:01,
2487+ "lastUpdated": 2011-05-29T01:03:20,
2488 "orbitVisible": false,
2489- "tle1": "1 25172U 98010D 10322.36152197 -.00000281 00000-0 -10725-3 0 2249",
2490- "tle2": "2 25172 86.3934 274.5326 0002384 77.4827 282.6560 14.34216467667368",
2491+ "tle1": "1 25172U 98010D 11147.34121984 .00000104 00000-0 30029-4 0 4595",
2492+ "tle2": "2 25172 86.3974 195.1481 0002511 88.6319 271.5206 14.34213683694590",
2493 "visible": false
2494 },
2495 "IRIDIUM 51":
2496 {
2497+ "comms": [],
2498 "groups": ["iridium", "communications"],
2499 "hintColor": [0.21, 0, 0.71],
2500- "lastUpdated": 2010-11-18T21:00:01,
2501+ "lastUpdated": 2011-05-29T01:03:20,
2502 "orbitVisible": false,
2503- "tle1": "1 25262U 98018A 10321.14781630 .00000267 00000-0 73902-4 0 3219",
2504- "tle2": "2 25262 86.4467 243.6246 0002339 77.4576 282.6893 14.42957242666066",
2505+ "tle1": "1 25262U 98018A 11147.33624681 -.00000037 00000-0 -17022-4 0 5590",
2506+ "tle2": "2 25262 86.4487 163.8133 0002659 83.1282 277.0223 14.42949781693636",
2507 "visible": false
2508 },
2509 "IRIDIUM 52":
2510 {
2511+ "comms": [],
2512 "groups": ["iridium", "communications"],
2513 "hintColor": [0.21, 0, 0.71],
2514- "lastUpdated": 2010-11-18T21:00:01,
2515+ "lastUpdated": 2011-05-29T01:03:20,
2516 "orbitVisible": false,
2517- "tle1": "1 25169U 98010A 10321.39744469 -.00000499 00000-0 -18522-3 0 9753",
2518- "tle2": "2 25169 86.3932 274.9604 0002393 80.9388 279.2026 14.34214766667242",
2519+ "tle1": "1 25169U 98010A 11147.42367047 .00000112 00000-0 33061-4 0 1991",
2520+ "tle2": "2 25169 86.3975 195.1375 0002532 88.7852 271.3636 14.34214135694627",
2521 "visible": false
2522 },
2523 "IRIDIUM 53":
2524 {
2525+ "comms": [],
2526 "groups": ["iridium", "communications"],
2527 "hintColor": [0.21, 0, 0.71],
2528- "lastUpdated": 2010-11-18T21:00:01,
2529+ "lastUpdated": 2011-05-29T01:03:20,
2530 "orbitVisible": false,
2531- "tle1": "1 25173U 98010E 10321.19448133 -.00000079 00000-0 -35373-4 0 2082",
2532- "tle2": "2 25173 86.3930 275.0288 0002502 80.1801 279.9641 14.34217363667201",
2533+ "tle1": "1 25173U 98010E 11147.43001691 -.00000196 00000-0 -77035-4 0 4410",
2534+ "tle2": "2 25173 86.3978 195.1193 0002419 89.1593 270.9902 14.34212312694619",
2535 "visible": false
2536 },
2537 "IRIDIUM 54":
2538 {
2539+ "comms": [],
2540 "groups": ["iridium", "communications"],
2541 "hintColor": [0.21, 0, 0.71],
2542- "lastUpdated": 2010-11-18T21:00:01,
2543+ "lastUpdated": 2011-05-29T01:03:20,
2544 "orbitVisible": false,
2545- "tle1": "1 25171U 98010C 10321.07397400 .00000133 00000-0 40517-4 0 2004",
2546- "tle2": "2 25171 86.3930 275.1026 0002425 79.6871 280.4593 14.34218615667343",
2547+ "tle1": "1 25171U 98010C 11147.37927653 -.00000279 00000-0 -10662-3 0 4331",
2548+ "tle2": "2 25171 86.3967 195.1643 0002418 89.9401 270.2112 14.34212019694766",
2549 "visible": false
2550 },
2551 "IRIDIUM 55":
2552 {
2553+ "comms": [],
2554 "groups": ["iridium", "communications"],
2555 "hintColor": [0.21, 0, 0.71],
2556- "lastUpdated": 2010-11-18T21:00:01,
2557+ "lastUpdated": 2011-05-29T01:03:20,
2558 "orbitVisible": false,
2559- "tle1": "1 25272U 98019A 10321.80289773 -.00000772 00000-0 -28291-3 0 1564",
2560- "tle2": "2 25272 86.3977 211.4967 0002304 76.1154 284.0177 14.34214570661589",
2561+ "tle1": "1 25272U 98019A 11147.34075664 -.00000021 00000-0 -14719-4 0 3988",
2562+ "tle2": "2 25272 86.3950 131.9473 0002537 79.7444 280.4044 14.34216477688891",
2563 "visible": false
2564 },
2565 "IRIDIUM 56":
2566 {
2567+ "comms": [],
2568 "groups": ["iridium", "communications"],
2569 "hintColor": [0.21, 0, 0.71],
2570- "lastUpdated": 2010-11-18T21:00:01,
2571+ "lastUpdated": 2011-05-29T01:03:20,
2572 "orbitVisible": false,
2573- "tle1": "1 25170U 98010B 10322.15856107 -.00000948 00000-0 -34568-3 0 6005",
2574- "tle2": "2 25170 86.3921 274.6999 0002464 79.6230 280.5234 14.34210921667331",
2575+ "tle1": "1 25170U 98010B 11147.41733190 -.00000179 00000-0 -71170-4 0 5798",
2576+ "tle2": "2 25170 86.3977 195.2027 0002469 89.4727 270.6801 14.34212549694605",
2577 "visible": false
2578 },
2579 "IRIDIUM 57":
2580 {
2581+ "comms": [],
2582 "groups": ["iridium", "communications"],
2583 "hintColor": [0.21, 0, 0.71],
2584- "lastUpdated": 2010-11-18T21:00:01,
2585+ "lastUpdated": 2011-05-29T01:03:20,
2586 "orbitVisible": false,
2587- "tle1": "1 25273U 98019B 10321.77752896 -.00000973 00000-0 -35446-3 0 2027",
2588- "tle2": "2 25273 86.3978 211.7076 0002323 79.3799 280.7582 14.34212944661582",
2589+ "tle1": "1 25273U 98019B 11147.45493034 -.00000012 00000-0 -11496-4 0 4380",
2590+ "tle2": "2 25273 86.3952 132.1077 0002617 81.3084 278.8418 14.34216167688910",
2591 "visible": false
2592 },
2593 "IRIDIUM 58":
2594 {
2595+ "comms": [],
2596 "groups": ["iridium", "communications"],
2597 "hintColor": [0.21, 0, 0.71],
2598- "lastUpdated": 2010-11-18T21:00:01,
2599+ "lastUpdated": 2011-05-29T01:03:20,
2600 "orbitVisible": false,
2601- "tle1": "1 25274U 98019C 10321.78387179 -.00000964 00000-0 -35154-3 0 87",
2602- "tle2": "2 25274 86.3980 211.8310 0002237 76.2954 283.8430 14.34213217661581",
2603+ "tle1": "1 25274U 98019C 11147.46127661 -.00000010 00000-0 -10584-4 0 2576",
2604+ "tle2": "2 25274 86.3946 132.2373 0002641 80.0196 280.1311 14.34216128688916",
2605 "visible": false
2606 },
2607 "IRIDIUM 59":
2608 {
2609+ "comms": [],
2610 "groups": ["iridium", "communications"],
2611 "hintColor": [0.21, 0, 0.71],
2612- "lastUpdated": 2010-11-18T21:00:01,
2613+ "lastUpdated": 2011-05-29T01:03:20,
2614 "orbitVisible": false,
2615- "tle1": "1 25275U 98019D 10321.58090551 -.00000153 00000-0 -61568-4 0 8415",
2616- "tle2": "2 25275 86.3987 211.8989 0002337 65.1480 294.9956 14.34215220661552",
2617+ "tle1": "1 25275U 98019D 11147.46761057 .00000015 00000-0 -17879-5 0 577",
2618+ "tle2": "2 25275 86.3979 132.2086 0002765 66.2914 293.8573 14.34216457688911",
2619 "visible": false
2620 },
2621 "IRIDIUM 6":
2622 {
2623+ "comms": [],
2624 "groups": ["iridium", "communications"],
2625 "hintColor": [0.21, 0, 0.71],
2626- "lastUpdated": 2010-11-18T21:00:01,
2627+ "lastUpdated": 2011-05-29T01:03:20,
2628 "orbitVisible": false,
2629- "tle1": "1 24794U 97020C 10321.21012406 -.00000965 00000-0 -35189-3 0 573",
2630- "tle2": "2 24794 86.3959 243.5148 0002062 81.0624 279.0833 14.34211086708632",
2631+ "tle1": "1 24794U 97020C 11147.37589404 .00000016 00000-0 -13288-5 0 2884",
2632+ "tle2": "2 24794 86.3964 163.6920 0002564 80.0044 280.1448 14.34213024736034",
2633 "visible": false
2634 },
2635 "IRIDIUM 60":
2636 {
2637+ "comms": [],
2638 "groups": ["iridium", "communications"],
2639 "hintColor": [0.21, 0, 0.71],
2640- "lastUpdated": 2010-11-18T21:00:01,
2641+ "lastUpdated": 2011-05-29T01:03:20,
2642 "orbitVisible": false,
2643- "tle1": "1 25276U 98019E 10321.79655628 -.00000041 00000-0 -21543-4 0 2386",
2644- "tle2": "2 25276 86.3962 211.5227 0002290 83.1038 277.0364 14.34219017661581",
2645+ "tle1": "1 25276U 98019E 11147.40420388 -.00000003 00000-0 -80608-5 0 4764",
2646+ "tle2": "2 25276 86.3941 131.9403 0002579 80.3323 279.8181 14.34215650688906",
2647 "visible": false
2648 },
2649 "IRIDIUM 61":
2650 {
2651+ "comms": [],
2652 "groups": ["iridium", "communications"],
2653 "hintColor": [0.21, 0, 0.71],
2654- "lastUpdated": 2010-11-18T21:00:01,
2655+ "lastUpdated": 2011-05-29T01:03:20,
2656 "orbitVisible": false,
2657- "tle1": "1 25263U 98018B 10321.31160626 -.00001090 00000-0 -39625-3 0 1662",
2658- "tle2": "2 25263 86.3946 243.4270 0002381 81.7435 278.4061 14.34210514662311",
2659+ "tle1": "1 25263U 98018B 11147.33784077 -.00000022 00000-0 -14888-4 0 3934",
2660+ "tle2": "2 25263 86.3963 163.6609 0002575 82.6647 277.4842 14.34213183689690",
2661 "visible": false
2662 },
2663 "IRIDIUM 62":
2664 {
2665+ "comms": [],
2666 "groups": ["iridium", "communications"],
2667 "hintColor": [0.21, 0, 0.71],
2668- "lastUpdated": 2010-11-18T21:00:01,
2669+ "lastUpdated": 2011-05-29T01:03:20,
2670 "orbitVisible": false,
2671- "tle1": "1 25285U 98021A 10321.61837325 -.00000047 00000-0 -23714-4 0 2025",
2672- "tle2": "2 25285 86.3963 148.5414 0002179 84.2498 275.8950 14.34216405660514",
2673+ "tle1": "1 25285U 98021A 11147.36560638 -.00001494 00000-0 -54090-3 0 4472",
2674+ "tle2": "2 25285 86.3951 68.8267 0002503 78.1290 282.0164 14.34209964687859",
2675 "visible": false
2676 },
2677 "IRIDIUM 63":
2678 {
2679+ "comms": [],
2680 "groups": ["iridium", "communications"],
2681 "hintColor": [0.21, 0, 0.71],
2682- "lastUpdated": 2010-11-18T21:00:01,
2683+ "lastUpdated": 2011-05-29T01:03:20,
2684 "orbitVisible": false,
2685- "tle1": "1 25286U 98021B 10321.62471633 -.00000010 00000-0 -10782-4 0 2169",
2686- "tle2": "2 25286 86.3946 148.6345 0002187 82.0256 278.1194 14.34216579660515",
2687+ "tle1": "1 25286U 98021B 11147.37197843 .00000228 00000-0 74384-4 0 4659",
2688+ "tle2": "2 25286 86.3963 68.9279 0002638 79.0396 281.1109 14.34218611687851",
2689 "visible": false
2690 },
2691 "IRIDIUM 64":
2692 {
2693+ "comms": [],
2694 "groups": ["iridium", "communications"],
2695 "hintColor": [0.21, 0, 0.71],
2696- "lastUpdated": 2010-11-18T21:00:01,
2697+ "lastUpdated": 2011-05-29T01:03:20,
2698 "orbitVisible": false,
2699- "tle1": "1 25287U 98021C 10321.56129096 -.00000033 00000-0 -18835-4 0 1617",
2700- "tle2": "2 25287 86.3950 148.5873 0002203 81.3404 278.8043 14.34216363660489",
2701+ "tle1": "1 25287U 98021C 11147.37829008 -.00001335 00000-0 -48382-3 0 4004",
2702+ "tle2": "2 25287 86.3950 68.8456 0002393 80.9664 279.1743 14.34211508687838",
2703 "visible": false
2704 },
2705 "IRIDIUM 65":
2706 {
2707+ "comms": [],
2708 "groups": ["iridium", "communications"],
2709 "hintColor": [0.21, 0, 0.71],
2710- "lastUpdated": 2010-11-18T21:00:01,
2711+ "lastUpdated": 2011-05-29T01:03:20,
2712 "orbitVisible": false,
2713- "tle1": "1 25288U 98021D 10321.42809481 .00000031 00000-0 39207-5 0 1989",
2714- "tle2": "2 25288 86.3946 148.5883 0001834 81.5199 278.6198 14.34216683660482",
2715+ "tle1": "1 25288U 98021D 11147.38463188 -.00001299 00000-0 -47095-3 0 4390",
2716+ "tle2": "2 25288 86.3942 68.7860 0002430 71.5204 288.6162 14.34211892687854",
2717 "visible": false
2718 },
2719 "IRIDIUM 66":
2720 {
2721+ "comms": [],
2722 "groups": ["iridium", "communications"],
2723 "hintColor": [0.21, 0, 0.71],
2724- "lastUpdated": 2010-11-18T21:00:01,
2725+ "lastUpdated": 2011-05-29T01:03:20,
2726 "orbitVisible": false,
2727- "tle1": "1 25289U 98021E 10321.57397545 -.00000030 00000-0 -17760-4 0 1495",
2728- "tle2": "2 25289 86.3948 148.4518 0002183 76.8552 283.2873 14.34216451660505",
2729+ "tle1": "1 25289U 98021E 11147.32120963 -.00001643 00000-0 -59386-3 0 3866",
2730+ "tle2": "2 25289 86.3945 68.7351 0002583 78.7088 281.4425 14.34208196687846",
2731 "visible": false
2732 },
2733 "IRIDIUM 67":
2734 {
2735+ "comms": [],
2736 "groups": ["iridium", "communications"],
2737 "hintColor": [0.21, 0, 0.71],
2738- "lastUpdated": 2010-11-18T21:00:01,
2739+ "lastUpdated": 2011-05-29T01:03:20,
2740 "orbitVisible": false,
2741- "tle1": "1 25290U 98021F 10321.58031793 -.00000021 00000-0 -14499-4 0 9818",
2742- "tle2": "2 25290 86.3943 148.5488 0002226 81.1790 278.9668 14.34216547660510",
2743+ "tle1": "1 25290U 98021F 11147.32755067 -.00001521 00000-0 -55058-3 0 2289",
2744+ "tle2": "2 25290 86.3947 68.8350 0002532 78.8954 281.2492 14.34210219687859",
2745 "visible": false
2746 },
2747 "IRIDIUM 68":
2748 {
2749+ "comms": [],
2750 "groups": ["iridium", "communications"],
2751 "hintColor": [0.21, 0, 0.71],
2752- "lastUpdated": 2010-11-18T21:00:01,
2753+ "lastUpdated": 2011-05-29T01:03:20,
2754 "orbitVisible": false,
2755- "tle1": "1 25291U 98021G 10321.58666142 .00000050 00000-0 10678-4 0 1931",
2756- "tle2": "2 25291 86.3948 148.6197 0002225 79.1183 281.0275 14.34216795660486",
2757+ "tle1": "1 25291U 98021G 11147.33389125 -.00000701 00000-0 -25732-3 0 4398",
2758+ "tle2": "2 25291 86.3954 68.9104 0002620 77.3685 282.7719 14.34215838687826",
2759 "visible": false
2760 },
2761 "IRIDIUM 69":
2762 {
2763+ "comms": [],
2764 "groups": ["iridium", "communications"],
2765 "hintColor": [0.21, 0, 0.71],
2766- "lastUpdated": 2010-11-18T21:00:01,
2767+ "lastUpdated": 2011-05-29T01:03:20,
2768 "orbitVisible": false,
2769- "tle1": "1 25319U 98026A 10321.53124869 .00000165 00000-0 48745-4 0 232",
2770- "tle2": "2 25319 86.4001 175.6826 0000888 116.1701 243.9592 14.37191845657620",
2771+ "tle1": "1 25319U 98026A 11147.50694020 .00000181 00000-0 54290-4 0 2521",
2772+ "tle2": "2 25319 86.3974 95.5828 0002998 31.1442 328.9932 14.37256670685050",
2773 "visible": false
2774 },
2775 "IRIDIUM 7":
2776 {
2777+ "comms": [],
2778 "groups": ["iridium", "communications"],
2779 "hintColor": [0.21, 0, 0.71],
2780- "lastUpdated": 2010-11-18T21:00:01,
2781+ "lastUpdated": 2011-05-29T01:03:20,
2782 "orbitVisible": false,
2783- "tle1": "1 24793U 97020B 10321.14669787 -.00000940 00000-0 -34279-3 0 2556",
2784- "tle2": "2 24793 86.3956 243.5610 0002394 78.9125 281.2342 14.34212071708625",
2785+ "tle1": "1 24793U 97020B 11147.45200826 .00000027 00000-0 24980-5 0 4895",
2786+ "tle2": "2 24793 86.3968 163.6831 0002550 83.7418 276.4086 14.34213366736044",
2787 "visible": false
2788 },
2789 "IRIDIUM 70":
2790 {
2791+ "comms": [],
2792 "groups": ["iridium", "communications"],
2793 "hintColor": [0.21, 0, 0.71],
2794- "lastUpdated": 2010-11-18T21:00:01,
2795+ "lastUpdated": 2011-05-29T01:03:20,
2796 "orbitVisible": false,
2797- "tle1": "1 25342U 98032A 10321.82133530 .00000035 00000-0 54328-5 0 2156",
2798- "tle2": "2 25342 86.3957 148.6521 0002084 78.0870 282.0561 14.34216805654628",
2799+ "tle1": "1 25342U 98032A 11147.35925023 .00000242 00000-0 79335-4 0 4692",
2800+ "tle2": "2 25342 86.3952 69.0378 0002726 77.4554 282.6957 14.34221739681935",
2801 "visible": false
2802 },
2803 "IRIDIUM 71":
2804 {
2805+ "comms": [],
2806 "groups": ["iridium", "communications"],
2807 "hintColor": [0.21, 0, 0.71],
2808- "lastUpdated": 2010-11-18T21:00:01,
2809+ "lastUpdated": 2011-05-29T01:03:20,
2810 "orbitVisible": false,
2811- "tle1": "1 25320U 98026B 10321.15371704 .00000139 00000-0 39436-4 0 7240",
2812- "tle2": "2 25320 86.3990 172.9637 0002311 25.5373 334.5946 14.37767372657881",
2813+ "tle1": "1 25320U 98026B 11147.47071068 .00000177 00000-0 52120-4 0 9588",
2814+ "tle2": "2 25320 86.3966 92.6096 0004589 60.6731 299.4925 14.37829611685374",
2815 "visible": false
2816 },
2817 "IRIDIUM 72":
2818 {
2819+ "comms": [],
2820 "groups": ["iridium", "communications"],
2821 "hintColor": [0.21, 0, 0.71],
2822- "lastUpdated": 2010-11-18T21:00:01,
2823+ "lastUpdated": 2011-05-29T01:03:20,
2824 "orbitVisible": false,
2825- "tle1": "1 25343U 98032B 10321.80865116 -.00000003 00000-0 -81144-5 0 2015",
2826- "tle2": "2 25343 86.3948 148.4261 0002196 83.3079 276.8365 14.34216569654622",
2827+ "tle1": "1 25343U 98032B 11147.34657816 -.00001410 00000-0 -51062-3 0 4498",
2828+ "tle2": "2 25343 86.3952 68.7998 0002496 75.0625 285.0813 14.34210621681933",
2829 "visible": false
2830 },
2831 "IRIDIUM 73":
2832 {
2833+ "comms": [],
2834 "groups": ["iridium", "communications"],
2835 "hintColor": [0.21, 0, 0.71],
2836- "lastUpdated": 2010-11-18T21:00:01,
2837+ "lastUpdated": 2011-05-29T01:03:20,
2838 "orbitVisible": false,
2839- "tle1": "1 25344U 98032C 10321.55874291 .00000176 00000-0 42597-4 0 938",
2840- "tle2": "2 25344 86.4408 137.2931 0002579 93.3317 266.8183 14.47236437659695",
2841+ "tle1": "1 25344U 98032C 11147.52322026 .00000198 00000-0 48669-4 0 3388",
2842+ "tle2": "2 25344 86.4431 56.8200 0001782 64.8721 295.2666 14.47315404687317",
2843 "visible": false
2844 },
2845 "IRIDIUM 74":
2846 {
2847+ "comms": [],
2848 "groups": ["iridium", "communications"],
2849 "hintColor": [0.21, 0, 0.71],
2850- "lastUpdated": 2010-11-18T21:00:01,
2851+ "lastUpdated": 2011-05-29T01:03:20,
2852 "orbitVisible": false,
2853- "tle1": "1 25345U 98032D 10321.58367047 -.00003283 00000-0 -98959-3 0 2318",
2854- "tle2": "2 25345 86.4461 148.7115 0002345 77.3963 282.7904 14.42932550656145",
2855+ "tle1": "1 25345U 98032D 11147.28733864 .00000224 00000-0 61109-4 0 4709",
2856+ "tle2": "2 25345 86.4457 69.0322 0002603 80.7198 279.4298 14.42949371683643",
2857 "visible": false
2858 },
2859 "IRIDIUM 75":
2860 {
2861+ "comms": [],
2862 "groups": ["iridium", "communications"],
2863 "hintColor": [0.21, 0, 0.71],
2864- "lastUpdated": 2010-11-18T21:00:01,
2865+ "lastUpdated": 2011-05-29T01:03:20,
2866 "orbitVisible": false,
2867- "tle1": "1 25346U 98032E 10321.60568887 -.00000068 00000-0 -31391-4 0 2302",
2868- "tle2": "2 25346 86.3951 148.6769 0002177 80.9130 279.2313 14.34216216655163",
2869+ "tle1": "1 25346U 98032E 11147.35291941 -.00001155 00000-0 -41947-3 0 4706",
2870+ "tle2": "2 25346 86.3960 68.9704 0002387 78.3648 281.7729 14.34212898682503",
2871 "visible": false
2872 },
2873 "IRIDIUM 76":
2874 {
2875+ "comms": [],
2876 "groups": ["iridium", "communications"],
2877 "hintColor": [0.21, 0, 0.71],
2878- "lastUpdated": 2010-11-18T21:00:01,
2879+ "lastUpdated": 2011-05-29T01:03:20,
2880 "orbitVisible": false,
2881- "tle1": "1 25432U 98048B 10321.81846855 -.00000476 00000-0 -17704-3 0 865",
2882- "tle2": "2 25432 86.3977 179.9667 0002602 66.6213 293.5231 14.34217457641124",
2883+ "tle1": "1 25432U 98048B 11147.35638429 .00000158 00000-0 49301-4 0 3303",
2884+ "tle2": "2 25432 86.3938 100.3905 0003134 88.1666 271.9890 14.34218373668438",
2885 "visible": false
2886 },
2887 "IRIDIUM 77":
2888 {
2889+ "comms": [],
2890 "groups": ["iridium", "communications"],
2891 "hintColor": [0.21, 0, 0.71],
2892- "lastUpdated": 2010-11-18T21:00:01,
2893+ "lastUpdated": 2011-05-29T01:03:20,
2894 "orbitVisible": false,
2895- "tle1": "1 25471U 98051E 10321.76871133 -.00000404 00000-0 -15129-3 0 3226",
2896- "tle2": "2 25471 86.3933 306.2697 0001980 53.2260 306.9109 14.34214957643553",
2897+ "tle1": "1 25471U 98051E 11147.30657981 -.00000000 00000-0 -72157-5 0 5631",
2898+ "tle2": "2 25471 86.3964 226.5917 0003518 77.9328 282.2222 14.34218078670867",
2899 "visible": false
2900 },
2901 "IRIDIUM 8":
2902 {
2903+ "comms": [],
2904 "groups": ["iridium", "communications"],
2905 "hintColor": [0.21, 0, 0.71],
2906- "lastUpdated": 2010-11-18T21:00:01,
2907+ "lastUpdated": 2011-05-29T01:03:20,
2908 "orbitVisible": false,
2909- "tle1": "1 24792U 97020A 10320.94373425 -.00001144 00000-0 -41584-3 0 2603",
2910- "tle2": "2 24792 86.3942 243.4899 0002372 82.5973 277.5492 14.34210617708599",
2911+ "tle1": "1 24792U 97020A 11147.17927120 .00000051 00000-0 11067-4 0 4861",
2912+ "tle2": "2 24792 86.3961 163.6318 0002598 84.3744 275.7753 14.34213869736004",
2913 "visible": false
2914 },
2915 "IRIDIUM 80":
2916 {
2917+ "comms": [],
2918 "groups": ["iridium", "communications"],
2919 "hintColor": [0.21, 0, 0.71],
2920- "lastUpdated": 2010-11-18T21:00:01,
2921+ "lastUpdated": 2011-05-29T01:03:20,
2922 "orbitVisible": false,
2923- "tle1": "1 25469U 98051C 10321.48330340 -.00000045 00000-0 -23036-4 0 1543",
2924- "tle2": "2 25469 86.3930 306.5691 0002474 83.1928 276.9553 14.34217461638316",
2925+ "tle1": "1 25469U 98051C 11147.37000888 .00000183 00000-0 58303-4 0 3963",
2926+ "tle2": "2 25469 86.3965 226.7653 0002436 91.6643 268.4826 14.34218715665672",
2927 "visible": false
2928 },
2929 "IRIDIUM 81":
2930 {
2931+ "comms": [],
2932 "groups": ["iridium", "communications"],
2933 "hintColor": [0.21, 0, 0.71],
2934- "lastUpdated": 2010-11-18T21:00:01,
2935+ "lastUpdated": 2011-05-29T01:03:20,
2936 "orbitVisible": false,
2937- "tle1": "1 25468U 98051B 10321.71161670 -.00000269 00000-0 -10297-3 0 1469",
2938- "tle2": "2 25468 86.3929 306.3104 0002536 84.0518 276.0967 14.34213365638346",
2939+ "tle1": "1 25468U 98051B 11147.31926624 .00000176 00000-0 55716-4 0 3902",
2940+ "tle2": "2 25468 86.3957 226.6132 0002324 91.6103 268.5352 14.34218223665668",
2941 "visible": false
2942 },
2943 "IRIDIUM 82":
2944 {
2945+ "comms": [],
2946 "groups": ["iridium", "communications"],
2947 "hintColor": [0.21, 0, 0.71],
2948- "lastUpdated": 2010-11-18T21:00:01,
2949+ "lastUpdated": 2011-05-29T01:03:20,
2950 "orbitVisible": false,
2951- "tle1": "1 25467U 98051A 10321.50866909 .00000079 00000-0 21223-4 0 3227",
2952- "tle2": "2 25467 86.3939 306.6046 0001724 93.5216 266.6184 14.34218048642098",
2953+ "tle1": "1 25467U 98051A 11147.32561133 .00000260 00000-0 85699-4 0 5585",
2954+ "tle2": "2 25467 86.3967 226.8363 0002136 66.6122 293.5314 14.34219121669444",
2955 "visible": false
2956 },
2957 "IRIDIUM 83":
2958 {
2959+ "comms": [],
2960 "groups": ["iridium", "communications"],
2961 "hintColor": [0.21, 0, 0.71],
2962- "lastUpdated": 2010-11-18T21:00:01,
2963+ "lastUpdated": 2011-05-29T01:03:20,
2964 "orbitVisible": false,
2965- "tle1": "1 25531U 98066E 10321.58138290 .00000140 00000-0 42982-4 0 1589",
2966- "tle2": "2 25531 86.3922 274.7038 0002483 80.0391 280.1084 14.34218797629845",
2967+ "tle1": "1 25531U 98066E 11147.46807136 .00000134 00000-0 40613-4 0 4052",
2968+ "tle2": "2 25531 86.3969 194.9307 0002548 88.1385 272.0107 14.34213789657205",
2969 "visible": false
2970 },
2971 "IRIDIUM 84":
2972 {
2973+ "comms": [],
2974 "groups": ["iridium", "communications"],
2975 "hintColor": [0.21, 0, 0.71],
2976- "lastUpdated": 2010-11-18T21:00:01,
2977+ "lastUpdated": 2011-05-29T01:03:20,
2978 "orbitVisible": false,
2979- "tle1": "1 25530U 98066D 10321.82874280 -.00000295 00000-0 -11227-3 0 276",
2980- "tle2": "2 25530 86.3918 274.5684 0002450 77.3671 282.7830 14.34212517632528",
2981+ "tle1": "1 25530U 98066D 11147.22705148 .00000152 00000-0 47038-4 0 2758",
2982+ "tle2": "2 25530 86.3959 194.9922 0002524 87.6107 272.5366 14.34213859659815",
2983 "visible": false
2984 },
2985 "IRIDIUM 86":
2986 {
2987+ "comms": [],
2988 "groups": ["iridium", "communications"],
2989 "hintColor": [0.21, 0, 0.71],
2990- "lastUpdated": 2010-11-18T21:00:01,
2991+ "lastUpdated": 2011-05-29T01:03:20,
2992 "orbitVisible": false,
2993- "tle1": "1 25528U 98066B 10321.79706565 .00000221 00000-0 71706-4 0 3728",
2994- "tle2": "2 25528 86.3913 274.4620 0001782 69.2204 290.9189 14.34217817634885",
2995+ "tle1": "1 25528U 98066B 11147.40464657 -.00000047 00000-0 -23849-4 0 6205",
2996+ "tle2": "2 25528 86.3975 194.7950 0002863 73.6001 286.5536 14.34213016662209",
2997 "visible": false
2998 },
2999 "IRIDIUM 90":
3000 {
3001+ "comms": [],
3002 "groups": ["iridium", "communications"],
3003 "hintColor": [0.21, 0, 0.71],
3004- "lastUpdated": 2010-11-18T21:00:01,
3005+ "lastUpdated": 2011-05-29T01:03:20,
3006 "orbitVisible": false,
3007- "tle1": "1 27373U 02005B 10321.84677649 .00000314 00000-0 87852-4 0 7155",
3008- "tle2": "2 27373 86.4431 274.4536 0007460 75.3433 284.8608 14.42949458464788",
3009+ "tle1": "1 27373U 02005B 11147.41115268 .00000147 00000-0 37903-4 0 9562",
3010+ "tle2": "2 27373 86.4480 194.8279 0006135 139.0777 221.0878 14.42949619492263",
3011 "visible": false
3012 },
3013 "IRIDIUM 91":
3014 {
3015+ "comms": [],
3016 "groups": ["iridium", "communications"],
3017 "hintColor": [0.21, 0, 0.71],
3018- "lastUpdated": 2010-11-18T21:00:01,
3019+ "lastUpdated": 2011-05-29T01:03:20,
3020 "orbitVisible": false,
3021- "tle1": "1 27372U 02005A 10321.77118576 -.00000553 00000-0 -20439-3 0 7441",
3022- "tle2": "2 27372 86.3997 211.9132 0004170 141.5442 218.5957 14.34215766467145",
3023+ "tle1": "1 27372U 02005A 11147.44858445 -.00000009 00000-0 -10365-4 0 9949",
3024+ "tle2": "2 27372 86.3963 132.3409 0001211 295.3990 64.7089 14.34215581494478",
3025 "visible": false
3026 },
3027 "IRIDIUM 911":
3028 {
3029+ "comms": [],
3030 "groups": ["iridium", "communications"],
3031 "hintColor": [0.21, 0, 0.71],
3032- "lastUpdated": 2010-11-18T21:00:01,
3033+ "lastUpdated": 2011-05-29T01:03:20,
3034 "orbitVisible": false,
3035- "tle1": "1 24842U 97030G 10321.42682100 .00000199 00000-0 53042-4 0 9345",
3036- "tle2": "2 24842 86.4433 277.4752 0015967 135.2407 225.0089 14.43284743706036",
3037+ "tle1": "1 24842U 97030G 11147.49773278 .00000142 00000-0 36054-4 0 1632",
3038+ "tle2": "2 24842 86.4494 197.5730 0012488 227.0374 132.9780 14.43359892733592",
3039 "visible": false
3040 },
3041 "IRIDIUM 914":
3042 {
3043+ "comms": [],
3044 "groups": ["iridium", "communications"],
3045 "hintColor": [0.21, 0, 0.71],
3046- "lastUpdated": 2010-11-18T21:00:01,
3047+ "lastUpdated": 2011-05-29T01:03:20,
3048 "orbitVisible": false,
3049- "tle1": "1 24836U 97030A 10321.37877245 .00000195 00000-0 58523-4 0 8410",
3050- "tle2": "2 24836 86.3907 266.3474 0004114 74.7477 285.4178 14.37513397703464",
3051+ "tle1": "1 24836U 97030A 11147.52100613 .00000145 00000-0 41866-4 0 770",
3052+ "tle2": "2 24836 86.3953 186.0069 0002906 107.3650 252.7871 14.37570584730925",
3053 "visible": false
3054 },
3055 "IRIDIUM 920":
3056 {
3057+ "comms": [],
3058 "groups": ["iridium", "communications"],
3059 "hintColor": [0.21, 0, 0.71],
3060- "lastUpdated": 2010-11-18T21:00:01,
3061+ "lastUpdated": 2011-05-29T01:03:20,
3062 "orbitVisible": false,
3063- "tle1": "1 24871U 97034C 10321.51628133 .00000222 00000-0 66572-4 0 8895",
3064- "tle2": "2 24871 86.3942 298.1482 0010678 330.7895 29.2717 14.38151051700720",
3065+ "tle1": "1 24871U 97034C 11147.29508267 .00000060 00000-0 13011-4 0 1200",
3066+ "tle2": "2 24871 86.4005 217.9086 0014149 58.2957 301.9617 14.38212795728146",
3067 "visible": false
3068 },
3069 "IRIDIUM 921":
3070 {
3071+ "comms": [],
3072 "groups": ["iridium", "communications"],
3073 "hintColor": [0.21, 0, 0.71],
3074- "lastUpdated": 2010-11-18T21:00:01,
3075+ "lastUpdated": 2011-05-29T01:03:20,
3076 "orbitVisible": false,
3077- "tle1": "1 24873U 97034E 10321.47106845 .00000711 00000-0 58160-4 0 2760",
3078- "tle2": "2 24873 86.3829 111.0614 0010958 110.2366 250.0046 14.97610432726760",
3079+ "tle1": "1 24873U 97034E 11147.41435212 .00001008 00000-0 82596-4 0 5341",
3080+ "tle2": "2 24873 86.3887 22.5314 0009465 131.6765 228.5281 14.98044170755346",
3081 "visible": false
3082 },
3083 "IRIDIUM 94":
3084 {
3085+ "comms": [],
3086 "groups": ["iridium", "communications"],
3087 "hintColor": [0.21, 0, 0.71],
3088- "lastUpdated": 2010-11-18T21:00:01,
3089+ "lastUpdated": 2011-05-29T01:03:20,
3090 "orbitVisible": false,
3091- "tle1": "1 27374U 02005C 10321.79321633 -.00003479 00000-0 -63735-3 0 8262",
3092- "tle2": "2 27374 86.5814 211.4151 0001847 93.2504 266.9505 14.66217185469154",
3093+ "tle1": "1 27374U 02005C 11147.33629248 .00000154 00000-0 23764-4 0 820",
3094+ "tle2": "2 27374 86.5762 131.8895 0002697 82.5864 277.5654 14.66239736497071",
3095 "visible": false
3096 },
3097 "IRIDIUM 95":
3098 {
3099+ "comms": [],
3100 "groups": ["iridium", "communications"],
3101 "hintColor": [0.21, 0, 0.71],
3102- "lastUpdated": 2010-11-18T21:00:01,
3103+ "lastUpdated": 2011-05-29T01:03:20,
3104 "orbitVisible": false,
3105- "tle1": "1 27375U 02005D 10321.73947443 -.00001060 00000-0 -38578-3 0 7181",
3106- "tle2": "2 27375 86.3982 211.7259 0002264 74.6712 285.4723 14.34211926466426",
3107+ "tle1": "1 27375U 02005D 11147.41688040 .00000034 00000-0 52200-5 0 9559",
3108+ "tle2": "2 27375 86.3960 132.1516 0002642 83.0587 277.0918 14.34215932493758",
3109 "visible": false
3110 },
3111 "IRIDIUM 96":
3112 {
3113+ "comms": [],
3114 "groups": ["iridium", "communications"],
3115 "hintColor": [0.21, 0, 0.71],
3116- "lastUpdated": 2010-11-18T21:00:01,
3117+ "lastUpdated": 2011-05-29T01:03:20,
3118 "orbitVisible": false,
3119- "tle1": "1 27376U 02005E 10322.14067587 -.00002678 00000-0 -49162-3 0 8155",
3120- "tle2": "2 27376 86.5800 211.2097 0002389 114.6155 245.5600 14.66218852469207",
3121+ "tle1": "1 27376U 02005E 11147.41078737 .00000204 00000-0 32792-4 0 784",
3122+ "tle2": "2 27376 86.5757 131.7943 0002733 80.3456 279.8083 14.66241533497084",
3123 "visible": false
3124 },
3125 "IRIDIUM 97":
3126 {
3127+ "comms": [],
3128 "groups": ["iridium", "communications"],
3129 "hintColor": [0.21, 0, 0.71],
3130- "lastUpdated": 2010-11-18T21:00:01,
3131+ "lastUpdated": 2011-05-29T01:03:20,
3132 "orbitVisible": false,
3133- "tle1": "1 27450U 02031A 10321.82536079 -.00001146 00000-0 -41651-3 0 6251",
3134- "tle2": "2 27450 86.3944 243.3648 0004209 128.6588 231.5013 14.34210168445757",
3135+ "tle1": "1 27450U 02031A 11147.36320656 -.00000005 00000-0 -89755-5 0 8714",
3136+ "tle2": "2 27450 86.3967 163.7943 0000643 247.6274 112.4852 14.34213061473065",
3137 "visible": false
3138 },
3139 "IRIDIUM 98":
3140 {
3141+ "comms": [],
3142 "groups": ["iridium", "communications"],
3143 "hintColor": [0.21, 0, 0.71],
3144- "lastUpdated": 2010-11-18T21:00:01,
3145+ "lastUpdated": 2011-05-29T01:03:20,
3146 "orbitVisible": false,
3147- "tle1": "1 27451U 02031B 10321.80267022 -.00000555 00000-0 -17224-3 0 6734",
3148- "tle2": "2 27451 86.4471 306.7495 0004084 144.0524 216.0956 14.42945945445639",
3149+ "tle1": "1 27451U 02031B 11147.36715445 .00000243 00000-0 66716-4 0 9218",
3150+ "tle2": "2 27451 86.4497 227.1419 0001244 275.1727 84.9332 14.42950071473115",
3151 "visible": false
3152 },
3153 "ISIS 1":
3154 {
3155+ "comms": [],
3156 "groups": ["visual"],
3157 "hintColor": [0.5, 0.5, 0.5],
3158- "lastUpdated": 2010-11-18T21:00:01,
3159+ "lastUpdated": 2011-05-29T01:03:20,
3160 "orbitVisible": false,
3161- "tle1": "1 03669U 69009A 10322.23909660 .00000106 00000-0 70296-4 0 1404",
3162- "tle2": "2 03669 88.4237 54.0115 1714151 197.3102 156.1725 11.28887859717770",
3163+ "tle1": "1 03669U 69009A 11148.05312523 .00000074 00000-0 42395-4 0 2399",
3164+ "tle2": "2 03669 88.4291 32.7972 1714631 173.1089 189.7234 11.28907564739309",
3165 "visible": true
3166 },
3167 "ISS (ZARYA)":
3168@@ -2104,40 +2628,43 @@
3169 "description": "The International Space Station",
3170 "groups": ["scientific", "amateur", "visual"],
3171 "hintColor": [1, 1, 1],
3172- "lastUpdated": 2010-11-18T21:00:01,
3173+ "lastUpdated": 2011-05-29T01:03:20,
3174 "orbitVisible": true,
3175- "tle1": "1 25544U 98067A 10322.29145833 .00018412 00000-0 13679-3 0 2980",
3176- "tle2": "2 25544 51.6439 161.9899 0007603 212.9096 126.3632 15.72878646687703",
3177+ "tle1": "1 25544U 98067A 11148.14843765 .00026129 00000-0 17083-3 0 4293",
3178+ "tle2": "2 25544 51.6513 263.4932 0004063 338.1853 83.1660 15.75631637717751",
3179 "visible": true
3180 },
3181 "ITAMSAT (IO-26)":
3182 {
3183+ "comms": [],
3184 "groups": ["amateur", "non-operational"],
3185 "hintColor": [0.3, 0.2, 0],
3186- "lastUpdated": 2010-11-18T21:00:01,
3187+ "lastUpdated": 2011-05-29T01:03:20,
3188 "orbitVisible": false,
3189- "tle1": "1 22826U 93061D 10321.00992877 .00000078 00000-0 47117-4 0 4150",
3190- "tle2": "2 22826 98.4994 265.6853 0008998 169.0185 191.1195 14.29574570893993",
3191+ "tle1": "1 22826U 93061D 11147.57300780 .00000066 00000-0 42754-4 0 5706",
3192+ "tle2": "2 22826 98.5250 92.9345 0008764 337.2978 22.7814 14.29609763921369",
3193 "visible": false
3194 },
3195 "JAS-1 (FO-12)":
3196 {
3197+ "comms": [],
3198 "groups": ["amateur", "non-operational"],
3199 "hintColor": [0.3, 0.2, 0],
3200- "lastUpdated": 2010-11-18T21:00:01,
3201+ "lastUpdated": 2011-05-29T01:03:20,
3202 "orbitVisible": false,
3203- "tle1": "1 16909U 86061B 10322.29450936 -.00000083 00000-0 10000-3 0 8098",
3204- "tle2": "2 16909 50.0179 6.0288 0011533 88.4133 271.8018 12.44454211103619",
3205+ "tle1": "1 16909U 86061B 11147.22975501 -.00000083 00000-0 10000-3 0 8974",
3206+ "tle2": "2 16909 50.0138 142.1183 0011117 208.7593 151.2630 12.44455449127267",
3207 "visible": false
3208 },
3209 "JAS-1B (FO-20)":
3210 {
3211+ "comms": [],
3212 "groups": ["amateur", "non-operational"],
3213 "hintColor": [0.3, 0.2, 0],
3214- "lastUpdated": 2010-11-18T21:00:01,
3215+ "lastUpdated": 2011-05-29T01:03:20,
3216 "orbitVisible": false,
3217- "tle1": "1 20480U 90013C 10322.07562559 -.00000019 00000-0 20408-4 0 6204",
3218- "tle2": "2 20480 99.0162 150.2991 0540839 75.1009 290.9320 12.83366094973467",
3219+ "tle1": "1 20480U 90013C 11147.99412228 -.00000034 00000-0 -19512-5 0 7909",
3220+ "tle2": "2 20480 99.0331 304.9500 0540604 2.3567 357.9902 12.83368860997953",
3221 "visible": false
3222 },
3223 "JAS-2 (FO-29)":
3224@@ -2155,110 +2682,109 @@
3225 }],
3226 "groups": ["amateur"],
3227 "hintColor": [0.3, 0.2, 0],
3228- "lastUpdated": 2010-11-18T21:00:01,
3229+ "lastUpdated": 2011-05-29T01:03:20,
3230 "orbitVisible": false,
3231- "tle1": "1 24278U 96046B 10321.48126491 -.00000009 00000-0 23478-4 0 4410",
3232- "tle2": "2 24278 98.5189 129.4702 0351430 86.1739 277.9499 13.52954547703833",
3233+ "tle1": "1 24278U 96046B 11147.42261177 .00000098 00000-0 13839-3 0 5802",
3234+ "tle2": "2 24278 98.5433 294.3483 0350034 311.1709 45.9719 13.52961668729658",
3235 "visible": false
3236 },
3237 "JB-3 2 (ZY 2B)":
3238 {
3239+ "comms": [],
3240 "groups": ["visual"],
3241 "hintColor": [0.5, 0.5, 0.5],
3242- "lastUpdated": 2010-11-18T21:00:01,
3243+ "lastUpdated": 2011-05-29T01:03:20,
3244 "orbitVisible": false,
3245- "tle1": "1 27550U 02049A 10322.08008813 .00002753 00000-0 10974-3 0 1937",
3246- "tle2": "2 27550 97.0698 334.1567 0009898 128.0879 315.9007 15.25948630448574",
3247+ "tle1": "1 27550U 02049A 11148.08568749 .00002691 00000-0 10268-3 0 7723",
3248+ "tle2": "2 27550 97.0625 154.9214 0008482 162.6111 228.8567 15.27437306477718",
3249 "visible": true
3250 },
3251 "KITSAT 1 (KO-23)":
3252 {
3253+ "comms": [],
3254 "groups": ["amateur", "non-operational"],
3255 "hintColor": [0.3, 0.2, 0],
3256- "lastUpdated": 2010-11-18T21:00:01,
3257+ "lastUpdated": 2011-05-29T01:03:20,
3258 "orbitVisible": false,
3259- "tle1": "1 22077U 92052B 10321.43991825 -.00000037 00000-0 10000-3 0 899",
3260- "tle2": "2 22077 66.0860 321.2428 0004414 344.2287 15.8587 12.86455251858184",
3261+ "tle1": "1 22077U 92052B 11147.52654554 -.00000037 00000-0 10000-3 0 1757",
3262+ "tle2": "2 22077 66.0802 281.0352 0013396 294.4933 65.4688 12.86458446882765",
3263 "visible": false
3264 },
3265 "KITSAT 2 (KO-25)":
3266 {
3267+ "comms": [],
3268 "groups": ["amateur", "non-operational"],
3269 "hintColor": [0.3, 0.2, 0],
3270- "lastUpdated": 2010-11-17T03:55:17,
3271+ "lastUpdated": 2011-05-29T01:03:20,
3272 "orbitVisible": false,
3273- "tle1": "1 22828U 93061F 10320.86708201 .00000069 00000-0 43531-4 0 6160",
3274- "tle2": "2 22828 98.4940 265.3261 0010466 143.8135 216.3751 14.29866295862266",
3275+ "tle1": "1 22828U 93061F 11147.46135995 -.00000022 00000-0 83395-5 0 7702",
3276+ "tle2": "2 22828 98.5183 92.5524 0009135 307.5131 52.5220 14.29896291889645",
3277 "visible": false
3278 },
3279 "KKS-1":
3280 {
3281+ "comms": [],
3282 "groups": ["amateur"],
3283 "hintColor": [0.3, 0.2, 0],
3284- "lastUpdated": 2010-11-18T21:00:01,
3285+ "lastUpdated": 2011-05-29T01:03:20,
3286 "orbitVisible": false,
3287- "tle1": "1 33499U 09002H 10321.33222290 .00000245 00000-0 48105-4 0 2681",
3288- "tle2": "2 33499 98.0703 69.9873 0011013 109.0431 251.1978 14.70877470 97467",
3289+ "tle1": "1 33499U 09002H 11147.54944776 .00000233 00000-0 46007-4 0 4320",
3290+ "tle2": "2 33499 98.0820 259.5533 0009286 220.1450 139.9073 14.71033713125570",
3291 "visible": false
3292 },
3293 "KORONAS-FOTON":
3294 {
3295+ "comms": [],
3296 "groups": ["visual"],
3297 "hintColor": [0.5, 0.5, 0.5],
3298- "lastUpdated": 2010-11-18T21:00:01,
3299+ "lastUpdated": 2011-05-29T01:03:20,
3300 "orbitVisible": false,
3301- "tle1": "1 33504U 09003A 10321.87828649 .00001538 00000-0 10425-3 0 168",
3302- "tle2": "2 33504 82.4752 79.5276 0017520 105.5054 254.8107 15.05639476 98747",
3303+ "tle1": "1 33504U 09003A 11147.82441801 .00000519 00000-0 33540-4 0 5731",
3304+ "tle2": "2 33504 82.4789 253.2977 0016140 173.7332 336.8063 15.05987503127471",
3305 "visible": true
3306 },
3307 "LUSAT (LO-19)":
3308 {
3309+ "comms": [],
3310 "groups": ["amateur", "non-operational"],
3311 "hintColor": [0.3, 0.2, 0],
3312- "lastUpdated": 2010-11-18T21:00:01,
3313+ "lastUpdated": 2011-05-29T01:03:20,
3314 "orbitVisible": false,
3315- "tle1": "1 20442U 90005G 10321.05714397 .00000035 00000-0 28563-4 0 9557",
3316- "tle2": "2 20442 98.3157 278.2962 0012776 68.9457 291.3095 14.32112248 87434",
3317+ "tle1": "1 20442U 90005G 11147.00216940 .00000056 00000-0 36514-4 0 1099",
3318+ "tle2": "2 20442 98.3461 101.7637 0011167 216.5979 143.4437 14.32146442114761",
3319 "visible": false
3320 },
3321- "M-5 R/B":
3322- {
3323- "groups": ["visual"],
3324- "hintColor": [0.5, 0.5, 0.5],
3325- "lastUpdated": 2010-11-18T21:00:01,
3326- "orbitVisible": false,
3327- "tle1": "1 28942U 06005D 10322.19880918 .00118088 75862-5 30580-3 0 4430",
3328- "tle2": "2 28942 98.1135 202.7634 0075444 88.5137 272.4741 15.90201766267205",
3329- "visible": true
3330- },
3331 "METEOR 1-1":
3332 {
3333+ "comms": [],
3334 "groups": ["visual"],
3335 "hintColor": [0.5, 0.5, 0.5],
3336- "lastUpdated": 2010-11-18T21:00:01,
3337+ "lastUpdated": 2011-05-29T01:03:20,
3338 "orbitVisible": false,
3339- "tle1": "1 03835U 69029A 10321.05311773 .00012473 00000-0 20292-3 0 5338",
3340- "tle2": "2 03835 81.1572 132.3689 0005720 198.9752 161.1282 15.52510715277595",
3341+ "tle1": "1 03835U 69029A 11148.24534202 .00014419 00000-0 19257-3 0 7053",
3342+ "tle2": "2 03835 81.1643 255.4095 0005553 237.6554 122.4174 15.57903962307451",
3343 "visible": true
3344 },
3345 "METEOR PRIRODA":
3346 {
3347+ "comms": [],
3348 "groups": ["visual"],
3349 "hintColor": [0.5, 0.5, 0.5],
3350- "lastUpdated": 2010-11-18T21:00:01,
3351+ "lastUpdated": 2011-05-29T01:03:20,
3352 "orbitVisible": false,
3353- "tle1": "1 12585U 81065A 10321.12239897 .00000327 00000-0 25285-4 0 7962",
3354- "tle2": "2 12585 97.3434 351.0537 0020833 98.9678 261.3886 15.07651630598583",
3355+ "tle1": "1 12585U 81065A 11147.18444131 .00000703 00000-0 49395-4 0 9434",
3356+ "tle2": "2 12585 97.3237 173.3462 0019689 159.8335 200.3675 15.08016875627376",
3357 "visible": true
3358 },
3359 "MIDORI II (ADEOS-II)":
3360 {
3361+ "comms": [],
3362 "groups": ["visual"],
3363 "hintColor": [0.5, 0.5, 0.5],
3364- "lastUpdated": 2010-11-18T21:00:01,
3365+ "lastUpdated": 2011-05-29T01:03:20,
3366 "orbitVisible": false,
3367- "tle1": "1 27597U 02056A 10321.17351196 .00000056 00000-0 40593-4 0 2958",
3368- "tle2": "2 27597 98.4054 11.9955 0000539 126.5243 233.5987 14.26235105412623",
3369+ "tle1": "1 27597U 02056A 11147.76376332 .00000053 00000-0 39369-4 0 4485",
3370+ "tle2": "2 27597 98.3760 195.5716 0001816 33.9693 326.1603 14.26278231439933",
3371 "visible": true
3372 },
3373 "MOZHAYETS 4 (RS-22)":
3374@@ -2271,79 +2797,86 @@
3375 }],
3376 "groups": ["amateur"],
3377 "hintColor": [0.3, 0.2, 0],
3378- "lastUpdated": 2010-11-18T21:00:01,
3379+ "lastUpdated": 2011-05-29T01:03:20,
3380 "orbitVisible": false,
3381- "tle1": "1 27939U 03042A 10322.09929840 .00000097 00000-0 27496-4 0 7321",
3382- "tle2": "2 27939 97.8683 180.8630 0012676 296.1400 63.8501 14.63477325381460",
3383+ "tle1": "1 27939U 03042A 11148.05496378 .00000214 00000-0 49739-4 0 2970",
3384+ "tle2": "2 27939 97.8499 3.0139 0014488 51.9038 308.3497 14.63585122409391",
3385 "visible": false
3386 },
3387 "NCUBE-2":
3388 {
3389+ "comms": [],
3390 "groups": [],
3391- "lastUpdated": 2010-11-18T21:00:01,
3392+ "lastUpdated": 2011-05-29T01:03:20,
3393 "orbitVisible": false,
3394- "tle1": "1 28897U 05043H 10321.63489792 .00000316 00000-0 74917-4 0 2985",
3395- "tle2": "2 28897 97.9903 200.7239 0017361 161.5173 198.6707 14.60156296261678",
3396+ "tle1": "1 28897U 05043H 11148.09057430 .00000294 00000-0 70052-4 0 4559",
3397+ "tle2": "2 28897 97.9680 25.1432 0016195 286.2683 73.6737 14.60301038289614",
3398 "visible": false
3399 },
3400 "NOAA 1":
3401 {
3402+ "comms": [],
3403 "groups": ["scientific", "weather", "non-operational"],
3404 "hintColor": [0.08, 0.33, 0.74],
3405- "lastUpdated": 2010-11-18T21:00:01,
3406+ "lastUpdated": 2011-05-29T01:03:20,
3407 "orbitVisible": false,
3408- "tle1": "1 04793U 70106A 10321.51570230 -.00000031 00000-0 10000-3 0 7073",
3409- "tle2": "2 04793 102.0982 327.0657 0031942 171.7426 188.4176 12.53942666827886",
3410+ "tle1": "1 04793U 70106A 11147.51372183 -.00000031 00000-0 10000-3 0 9046",
3411+ "tle2": "2 04793 102.0957 161.7738 0032189 168.2309 191.9520 12.53945283851827",
3412 "visible": false
3413 },
3414 "NOAA 10":
3415 {
3416+ "comms": [],
3417 "groups": ["scientific", "weather", "non-operational"],
3418 "hintColor": [0.08, 0.33, 0.74],
3419- "lastUpdated": 2010-11-18T21:00:01,
3420+ "lastUpdated": 2011-05-29T01:03:20,
3421 "orbitVisible": false,
3422- "tle1": "1 16969U 86073A 10321.17262495 .00000126 00000-0 69155-4 0 2776",
3423- "tle2": "2 16969 98.6436 348.6009 0012799 122.3175 237.9242 14.27434491257404",
3424+ "tle1": "1 16969U 86073A 11147.32174937 .00000084 00000-0 51934-4 0 5135",
3425+ "tle2": "2 16969 98.6191 177.3916 0011418 288.4724 71.5227 14.27462007284675",
3426 "visible": false
3427 },
3428 "NOAA 11":
3429 {
3430+ "comms": [],
3431 "groups": ["scientific", "weather", "non-operational"],
3432 "hintColor": [0.08, 0.33, 0.74],
3433- "lastUpdated": 2010-11-18T21:00:01,
3434+ "lastUpdated": 2011-05-29T01:03:20,
3435 "orbitVisible": false,
3436- "tle1": "1 19531U 88089A 10321.26592249 -.00000175 00000-0 -67832-4 0 2862",
3437- "tle2": "2 19531 98.7645 47.6506 0012368 71.7824 288.4684 14.14941725142787",
3438+ "tle1": "1 19531U 88089A 11147.48093028 -.00000109 00000-0 -33972-4 0 5154",
3439+ "tle2": "2 19531 98.7507 235.3350 0010369 247.3746 112.6298 14.14916118169821",
3440 "visible": false
3441 },
3442 "NOAA 12":
3443 {
3444+ "comms": [],
3445 "groups": ["scientific", "weather", "non-operational"],
3446 "hintColor": [0.08, 0.33, 0.74],
3447- "lastUpdated": 2010-11-18T21:00:01,
3448+ "lastUpdated": 2011-05-29T01:03:20,
3449 "orbitVisible": false,
3450- "tle1": "1 21263U 91032A 10321.49047641 .00000070 00000-0 48369-4 0 7787",
3451- "tle2": "2 21263 98.7618 334.6087 0013381 81.9455 278.3246 14.25667458 14245",
3452+ "tle1": "1 21263U 91032A 11147.52388001 .00000044 00000-0 37200-4 0 119",
3453+ "tle2": "2 21263 98.7503 165.4036 0011363 247.0677 112.9304 14.25712541 41467",
3454 "visible": false
3455 },
3456 "NOAA 13":
3457 {
3458+ "comms": [],
3459 "groups": ["scientific", "weather", "non-operational"],
3460 "hintColor": [0.08, 0.33, 0.74],
3461- "lastUpdated": 2010-11-18T21:00:01,
3462+ "lastUpdated": 2011-05-29T01:03:20,
3463 "orbitVisible": false,
3464- "tle1": "1 22739U 93050A 10321.24821492 .00000072 00000-0 63093-4 0 3111",
3465- "tle2": "2 22739 98.8290 39.7393 0009333 169.4384 190.6981 14.12252569890084",
3466+ "tle1": "1 22739U 93050A 11147.46689692 .00000056 00000-0 54098-4 0 5328",
3467+ "tle2": "2 22739 98.8130 227.8858 0009944 356.9619 3.1492 14.12272162917070",
3468 "visible": false
3469 },
3470 "NOAA 14":
3471 {
3472+ "comms": [],
3473 "groups": ["scientific", "weather", "non-operational"],
3474 "hintColor": [0.08, 0.33, 0.74],
3475- "lastUpdated": 2010-11-18T21:00:01,
3476+ "lastUpdated": 2011-05-29T01:03:20,
3477 "orbitVisible": false,
3478- "tle1": "1 23455U 94089A 10321.50310851 -.00000009 00000-0 18679-4 0 2672",
3479- "tle2": "2 23455 98.8690 41.0988 0009574 155.7636 204.3986 14.13800053819161",
3480+ "tle1": "1 23455U 94089A 11147.51243684 -.00000013 00000-0 16707-4 0 4968",
3481+ "tle2": "2 23455 98.8505 230.3520 0009443 344.3609 15.7272 14.13819508846158",
3482 "visible": false
3483 },
3484 "NOAA 15":
3485@@ -2356,20 +2889,21 @@
3486 }],
3487 "groups": ["scientific", "weather"],
3488 "hintColor": [0.08, 0.33, 0.74],
3489- "lastUpdated": 2010-11-18T21:00:01,
3490+ "lastUpdated": 2011-05-29T01:03:20,
3491 "orbitVisible": true,
3492- "tle1": "1 25338U 98030A 10321.02856717 -.00000070 00000-0 -11232-4 0 5969",
3493- "tle2": "2 25338 98.6355 305.3379 0010607 355.3269 4.7811 14.24865729650512",
3494+ "tle1": "1 25338U 98030A 11147.31002986 -.00000043 00000-0 29127-6 0 8280",
3495+ "tle2": "2 25338 98.6527 133.7403 0011127 148.4877 211.6964 14.24915662677753",
3496 "visible": true
3497 },
3498 "NOAA 16":
3499 {
3500+ "comms": [],
3501 "groups": ["scientific", "weather", "non-operational"],
3502 "hintColor": [0.08, 0.33, 0.74],
3503- "lastUpdated": 2010-11-18T21:00:01,
3504+ "lastUpdated": 2011-05-29T01:03:20,
3505 "orbitVisible": true,
3506- "tle1": "1 26536U 00055A 10321.08138649 -.00000235 00000-0 -10191-3 0 727",
3507- "tle2": "2 26536 99.1631 342.0995 0009799 268.4645 91.5406 14.12583980523415",
3508+ "tle1": "1 26536U 00055A 11147.32393577 -.00000085 00000-0 -21076-4 0 3107",
3509+ "tle2": "2 26536 99.1403 177.4412 0011490 91.6162 268.6307 14.12619478550416",
3510 "visible": true
3511 },
3512 "NOAA 17":
3513@@ -2382,10 +2916,10 @@
3514 }],
3515 "groups": ["scientific", "weather"],
3516 "hintColor": [0.08, 0.33, 0.74],
3517- "lastUpdated": 2010-11-18T21:00:01,
3518+ "lastUpdated": 2011-05-29T01:03:20,
3519 "orbitVisible": true,
3520- "tle1": "1 27453U 02032A 10321.43436517 .00000240 00000-0 12225-3 0 642",
3521- "tle2": "2 27453 98.4118 5.5500 0012514 52.5105 307.7209 14.24210439436517",
3522+ "tle1": "1 27453U 02032A 11147.31165925 .00000001 00000-0 18473-4 0 3020",
3523+ "tle2": "2 27453 98.3797 187.9784 0011186 206.3811 153.6813 14.24274433463686",
3524 "visible": true
3525 },
3526 "NOAA 18":
3527@@ -2398,10 +2932,10 @@
3528 }],
3529 "groups": ["scientific", "weather"],
3530 "hintColor": [0.08, 0.33, 0.74],
3531- "lastUpdated": 2010-11-18T21:00:01,
3532+ "lastUpdated": 2011-05-29T01:03:20,
3533 "orbitVisible": true,
3534- "tle1": "1 28654U 05018A 10321.42635693 .00000059 00000-0 57248-4 0 5545",
3535- "tle2": "2 28654 98.9688 267.3742 0014162 345.0000 15.0750 14.11407769283058",
3536+ "tle1": "1 28654U 05018A 11147.33017009 .00000147 00000-0 10573-3 0 7827",
3537+ "tle2": "2 28654 98.9941 98.4278 0014483 160.2445 199.9288 14.11477664309983",
3538 "visible": true
3539 },
3540 "NOAA 19":
3541@@ -2414,190 +2948,208 @@
3542 }],
3543 "groups": ["scientific", "weather"],
3544 "hintColor": [0.08, 0.33, 0.74],
3545- "lastUpdated": 2010-11-18T21:00:01,
3546+ "lastUpdated": 2011-05-29T01:03:20,
3547 "orbitVisible": true,
3548- "tle1": "1 33591U 09005A 10321.44783745 .00000227 00000-0 15015-3 0 7493",
3549- "tle2": "2 33591 98.8043 260.4132 0013574 213.0459 146.9851 14.11104467 91527",
3550+ "tle1": "1 33591U 09005A 11147.32279065 .00000339 00000-0 21196-3 0 9732",
3551+ "tle2": "2 33591 98.8245 87.8275 0014797 38.2046 322.0182 14.11169227118447",
3552 "visible": true
3553 },
3554 "NOAA 2":
3555 {
3556+ "comms": [],
3557 "groups": ["scientific", "weather", "non-operational"],
3558 "hintColor": [0.08, 0.33, 0.74],
3559- "lastUpdated": 2010-11-18T21:00:01,
3560+ "lastUpdated": 2011-05-29T01:03:20,
3561 "orbitVisible": false,
3562- "tle1": "1 06235U 72082A 10321.49393921 -.00000027 00000-0 10000-3 0 8063",
3563- "tle2": "2 06235 101.3931 323.4227 0003806 350.9491 9.1515 12.53010884742384",
3564+ "tle1": "1 06235U 72082A 11147.47665145 -.00000027 00000-0 10000-3 0 37",
3565+ "tle2": "2 06235 101.3996 146.6689 0003737 342.0135 18.0805 12.53014365766309",
3566 "visible": false
3567 },
3568 "NOAA 3":
3569 {
3570+ "comms": [],
3571 "groups": ["scientific", "weather", "non-operational"],
3572 "hintColor": [0.08, 0.33, 0.74],
3573- "lastUpdated": 2010-11-18T21:00:01,
3574+ "lastUpdated": 2011-05-29T01:03:20,
3575 "orbitVisible": false,
3576- "tle1": "1 06920U 73086A 10321.41292643 -.00000030 00000-0 10000-3 0 6983",
3577- "tle2": "2 06920 101.6981 329.2090 0006331 275.1973 84.8369 12.40310516676524",
3578+ "tle1": "1 06920U 73086A 11147.49383581 -.00000030 00000-0 10000-3 0 8959",
3579+ "tle2": "2 06920 101.6980 152.9217 0006095 274.6671 85.3698 12.40314679700210",
3580 "visible": false
3581 },
3582 "NOAA 4":
3583 {
3584+ "comms": [],
3585 "groups": ["scientific", "weather", "non-operational"],
3586 "hintColor": [0.08, 0.33, 0.74],
3587- "lastUpdated": 2010-11-18T21:00:01,
3588+ "lastUpdated": 2011-05-29T01:03:20,
3589 "orbitVisible": false,
3590- "tle1": "1 07529U 74089A 10321.48680804 -.00000027 00000-0 10000-3 0 7099",
3591- "tle2": "2 07529 101.4105 331.4986 0008973 24.1751 335.9744 12.53059486646967",
3592+ "tle1": "1 07529U 74089A 11147.54197751 -.00000027 00000-0 10000-3 0 9055",
3593+ "tle2": "2 07529 101.4070 155.0313 0009159 12.1504 347.9789 12.53062396670897",
3594 "visible": false
3595 },
3596 "NOAA 5":
3597 {
3598+ "comms": [],
3599 "groups": ["scientific", "weather", "non-operational"],
3600 "hintColor": [0.08, 0.33, 0.74],
3601- "lastUpdated": 2010-11-18T21:00:01,
3602+ "lastUpdated": 2011-05-29T01:03:20,
3603 "orbitVisible": false,
3604- "tle1": "1 09057U 76077A 10321.43914245 -.00000030 00000-0 10000-3 0 5867",
3605- "tle2": "2 09057 101.8446 354.0440 0009641 104.2166 255.9964 12.37799975550602",
3606+ "tle1": "1 09057U 76077A 11147.50376539 -.00000030 00000-0 10000-3 0 7839",
3607+ "tle2": "2 09057 101.8162 178.9220 0009956 106.5074 253.7082 12.37792410574248",
3608 "visible": false
3609 },
3610 "NOAA 6":
3611 {
3612+ "comms": [],
3613 "groups": ["scientific", "weather", "non-operational"],
3614 "hintColor": [0.08, 0.33, 0.74],
3615- "lastUpdated": 2010-11-18T21:00:01,
3616+ "lastUpdated": 2011-05-29T01:03:20,
3617 "orbitVisible": false,
3618- "tle1": "1 11416U 79057A 10321.51567703 .00000081 00000-0 45896-4 0 4666",
3619- "tle2": "2 11416 98.4020 325.3074 0010309 161.8160 198.3395 14.32016389635894",
3620+ "tle1": "1 11416U 79057A 11147.47169307 .00000096 00000-0 51598-4 0 7010",
3621+ "tle2": "2 11416 98.4066 150.3112 0010012 326.6326 33.4233 14.32077603663223",
3622 "visible": false
3623 },
3624 "NOAA 7":
3625 {
3626+ "comms": [],
3627 "groups": ["scientific", "weather", "non-operational"],
3628 "hintColor": [0.08, 0.33, 0.74],
3629- "lastUpdated": 2010-11-18T21:00:01,
3630+ "lastUpdated": 2011-05-29T01:03:20,
3631 "orbitVisible": false,
3632- "tle1": "1 12553U 81059A 10321.30478631 .00000012 00000-0 27856-4 0 5887",
3633- "tle2": "2 12553 98.7229 267.9779 0010757 272.8350 87.1596 14.16797537518896",
3634+ "tle1": "1 12553U 81059A 11147.47565754 .00000011 00000-0 27416-4 0 8159",
3635+ "tle2": "2 12553 98.7502 95.7668 0012466 83.6024 276.6570 14.16817530545960",
3636 "visible": false
3637 },
3638 "NOAA 8":
3639 {
3640+ "comms": [],
3641 "groups": ["scientific", "weather", "non-operational"],
3642 "hintColor": [0.08, 0.33, 0.74],
3643- "lastUpdated": 2010-11-18T21:00:01,
3644+ "lastUpdated": 2011-05-29T01:03:20,
3645 "orbitVisible": false,
3646- "tle1": "1 13923U 83022A 10321.53367186 .00000015 00000-0 23440-4 0 4919",
3647- "tle2": "2 13923 98.5122 344.5909 0016305 30.9849 329.2305 14.27755533438819",
3648+ "tle1": "1 13923U 83022A 11147.49999944 .00000013 00000-0 22588-4 0 7164",
3649+ "tle2": "2 13923 98.4958 170.4876 0015128 184.8414 175.2632 14.27783906466068",
3650 "visible": false
3651 },
3652 "NOAA 9":
3653 {
3654+ "comms": [],
3655 "groups": ["scientific", "weather", "non-operational"],
3656 "hintColor": [0.08, 0.33, 0.74],
3657- "lastUpdated": 2010-11-18T21:00:01,
3658+ "lastUpdated": 2011-05-29T01:03:20,
3659 "orbitVisible": false,
3660- "tle1": "1 15427U 84123A 10321.33545961 .00000299 00000-0 17461-3 0 3536",
3661- "tle2": "2 15427 98.4903 297.8776 0015171 10.3026 349.8464 14.15372720338258",
3662+ "tle1": "1 15427U 84123A 11147.48720342 .00000025 00000-0 33832-4 0 5908",
3663+ "tle2": "2 15427 98.5136 120.2286 0014880 173.4542 186.6837 14.15395557365290",
3664 "visible": false
3665 },
3666 "OAO 2":
3667 {
3668+ "comms": [],
3669 "groups": ["visual"],
3670 "hintColor": [0.5, 0.5, 0.5],
3671- "lastUpdated": 2010-11-18T21:00:01,
3672+ "lastUpdated": 2011-05-29T01:03:20,
3673 "orbitVisible": false,
3674- "tle1": "1 03597U 68110A 10321.72752615 .00000057 00000-0 21497-4 0 4839",
3675- "tle2": "2 03597 34.9932 86.1604 0004950 101.0658 259.0600 14.44912188209993",
3676+ "tle1": "1 03597U 68110A 11147.30943052 .00000029 00000-0 13388-4 0 6311",
3677+ "tle2": "2 03597 34.9931 106.1863 0005476 193.1167 166.9381 14.44947194237575",
3678 "visible": true
3679 },
3680 "OAO 3 (COPERNICUS)":
3681 {
3682+ "comms": [],
3683 "groups": ["visual"],
3684 "hintColor": [0.5, 0.5, 0.5],
3685- "lastUpdated": 2010-11-18T21:00:01,
3686+ "lastUpdated": 2011-05-29T01:03:20,
3687 "orbitVisible": false,
3688- "tle1": "1 06153U 72065A 10321.51765307 .00000097 00000-0 25864-4 0 6235",
3689- "tle2": "2 06153 35.0087 5.4801 0007562 291.9918 67.9976 14.56630592 30061",
3690+ "tle1": "1 06153U 72065A 11147.07067551 .00000074 00000-0 20891-4 0 7757",
3691+ "tle2": "2 06153 35.0091 5.6438 0006907 34.0165 326.0971 14.56679000 57864",
3692 "visible": true
3693 },
3694 "OKEAN-3":
3695 {
3696+ "comms": [],
3697 "groups": ["visual"],
3698 "hintColor": [0.5, 0.5, 0.5],
3699- "lastUpdated": 2010-11-18T21:00:01,
3700+ "lastUpdated": 2011-05-29T01:03:20,
3701 "orbitVisible": false,
3702- "tle1": "1 21397U 91039A 10321.27785471 .00000586 00000-0 62483-4 0 1417",
3703- "tle2": "2 21397 82.5222 252.1940 0018921 329.2686 30.7426 14.87054100 51867",
3704+ "tle1": "1 21397U 91039A 11146.89733850 .00000468 00000-0 49031-4 0 3173",
3705+ "tle2": "2 21397 82.5233 72.7157 0021576 53.1341 307.1850 14.87245284 80191",
3706 "visible": true
3707 },
3708 "OKEAN-O":
3709 {
3710+ "comms": [],
3711 "groups": ["visual"],
3712 "hintColor": [0.5, 0.5, 0.5],
3713- "lastUpdated": 2010-11-18T21:00:01,
3714+ "lastUpdated": 2011-05-29T01:03:20,
3715 "orbitVisible": false,
3716- "tle1": "1 25860U 99039A 10321.86880324 .00000206 00000-0 39018-4 0 1521",
3717- "tle2": "2 25860 97.8548 289.5255 0000989 43.0483 317.0802 14.73683626609538",
3718+ "tle1": "1 25860U 99039A 11147.99741142 .00000102 00000-0 23034-4 0 3186",
3719+ "tle2": "2 25860 97.8824 115.0001 0001952 60.2442 299.8960 14.73782864637687",
3720 "visible": true
3721 },
3722 "OPAL (OO-38)":
3723 {
3724+ "comms": [],
3725 "groups": ["amateur", "non-operational"],
3726 "hintColor": [0.3, 0.2, 0],
3727- "lastUpdated": 2010-11-18T21:00:01,
3728+ "lastUpdated": 2011-05-29T01:03:20,
3729 "orbitVisible": false,
3730- "tle1": "1 26063U 00004C 10322.13798430 .00000041 00000-0 34230-4 0 9557",
3731- "tle2": "2 26063 100.1940 208.9542 0036576 240.0940 119.6607 14.35914340566427",
3732+ "tle1": "1 26063U 00004C 11147.85045299 .00000034 00000-0 31680-4 0 1077",
3733+ "tle2": "2 26063 100.1894 74.0895 0037299 63.3556 297.1434 14.35947609593794",
3734 "visible": false
3735 },
3736 "OPS 8180 (RADCAT)":
3737 {
3738+ "comms": [],
3739 "groups": ["visual"],
3740 "hintColor": [0.5, 0.5, 0.5],
3741- "lastUpdated": 2010-11-18T21:00:01,
3742+ "lastUpdated": 2011-05-29T01:03:20,
3743 "orbitVisible": false,
3744- "tle1": "1 06212U 72076A 10321.38345345 .00009040 00000-0 29119-3 0 1535",
3745- "tle2": "2 06212 98.5492 53.9471 0002875 32.0472 328.0960 15.32488642202127",
3746+ "tle1": "1 06212U 72076A 11147.42372329 .00009091 00000-0 25507-3 0 3118",
3747+ "tle2": "2 06212 98.5557 275.0161 0003499 98.0887 262.0691 15.36861539231413",
3748 "visible": true
3749 },
3750 "ORBVIEW 2 (SEASTAR)":
3751 {
3752+ "comms": [],
3753 "groups": ["visual"],
3754 "hintColor": [0.5, 0.5, 0.5],
3755- "lastUpdated": 2010-11-18T21:00:01,
3756+ "lastUpdated": 2011-05-29T01:03:20,
3757 "orbitVisible": false,
3758- "tle1": "1 24883U 97037A 10321.92127363 -.00000047 00000-0 -20746-5 0 2823",
3759- "tle2": "2 24883 98.3516 89.3307 0002846 44.1283 316.0128 14.32204846707763",
3760+ "tle1": "1 24883U 97037A 11146.94501757 .00000042 00000-0 31333-4 0 4394",
3761+ "tle2": "2 24883 98.3752 272.6175 0002480 160.9176 199.2106 14.32256560734966",
3762 "visible": true
3763 },
3764 "OSCAR 3 (OSCAR III)":
3765 {
3766+ "comms": [],
3767 "groups": ["amateur", "non-operational"],
3768 "hintColor": [0.3, 0.2, 0],
3769- "lastUpdated": 2010-11-18T21:00:01,
3770+ "lastUpdated": 2011-05-29T01:03:20,
3771 "orbitVisible": false,
3772- "tle1": "1 01293U 65016F 10321.74245229 .00000151 00000-0 12738-3 0 9457",
3773- "tle2": "2 01293 70.0713 130.6137 0019337 205.2497 154.7683 14.04828492332631",
3774+ "tle1": "1 01293U 65016F 11148.20011178 .00000073 00000-0 78898-4 0 948",
3775+ "tle2": "2 01293 70.0706 76.7318 0019567 297.8660 62.0476 14.04898020359520",
3776 "visible": false
3777 },
3778 "OSCAR 5 (AO-5)":
3779 {
3780+ "comms": [],
3781 "groups": ["amateur", "non-operational"],
3782 "hintColor": [0.3, 0.2, 0],
3783- "lastUpdated": 2010-11-17T03:55:17,
3784+ "lastUpdated": 2011-05-29T01:03:20,
3785 "orbitVisible": false,
3786- "tle1": "1 04321U 70008B 10320.53276537 -.00000031 00000-0 10000-3 0 3970",
3787- "tle2": "2 04321 102.0980 345.9182 0027663 80.8621 279.5575 12.52161027865515",
3788+ "tle1": "1 04321U 70008B 11147.52160026 -.00000031 00000-0 10000-3 0 4793",
3789+ "tle2": "2 04321 102.0742 180.8177 0027794 77.3725 283.0451 12.52162775889545",
3790 "visible": false
3791 },
3792 "OSCAR 6 (AO-6)":
3793 {
3794+ "comms": [],
3795 "groups": ["amateur", "non-operational"],
3796 "hintColor": [0.3, 0.2, 0],
3797- "lastUpdated": 2010-11-18T21:00:01,
3798+ "lastUpdated": 2011-05-29T01:03:20,
3799 "orbitVisible": false,
3800- "tle1": "1 06236U 72082B 10320.58604807 -.00000027 00000-0 10000-3 0 3897",
3801- "tle2": "2 06236 101.3983 318.0149 0004024 321.3682 38.7094 12.53083346742217",
3802+ "tle1": "1 06236U 72082B 11146.95699037 -.00000027 00000-0 10000-3 0 4716",
3803+ "tle2": "2 06236 101.4085 141.7769 0003926 308.3500 51.7222 12.53085823766186",
3804 "visible": false
3805 },
3806 "OSCAR 7 (AO-7)":
3807@@ -2637,69 +3189,75 @@
3808 }],
3809 "groups": ["amateur"],
3810 "hintColor": [0.3, 0.2, 0],
3811- "lastUpdated": 2010-11-18T21:00:01,
3812+ "lastUpdated": 2011-05-29T01:03:20,
3813 "orbitVisible": false,
3814- "tle1": "1 07530U 74089B 10322.06901485 -.00000027 00000-0 10000-3 0 9303",
3815- "tle2": "2 07530 101.3980 331.9422 0011910 333.6602 26.3864 12.53580201647731",
3816+ "tle1": "1 07530U 74089B 11147.64594113 -.00000027 00000-0 10000-3 0 883",
3817+ "tle2": "2 07530 101.3914 154.9979 0011841 321.2490 38.7728 12.53582494671615",
3818 "visible": false
3819 },
3820 "OSCAR 8 (AO-8)":
3821 {
3822+ "comms": [],
3823 "groups": ["amateur", "non-operational"],
3824 "hintColor": [0.3, 0.2, 0],
3825- "lastUpdated": 2010-11-18T21:00:01,
3826+ "lastUpdated": 2011-05-29T01:03:20,
3827 "orbitVisible": false,
3828- "tle1": "1 10703U 78026B 10322.12425983 -.00000250 00000-0 -14418-3 0 9963",
3829- "tle2": "2 10703 98.7610 351.3336 0006133 165.9784 194.1550 13.98875339668574",
3830+ "tle1": "1 10703U 78026B 11147.52386129 -.00000024 00000-0 12258-4 0 1715",
3831+ "tle2": "2 10703 98.7434 173.1374 0007399 6.0411 354.0830 13.98898319695196",
3832 "visible": false
3833 },
3834 "PACSAT (AO-16)":
3835 {
3836+ "comms": [],
3837 "groups": ["amateur", "non-operational"],
3838 "hintColor": [0.3, 0.2, 0],
3839- "lastUpdated": 2010-11-18T21:00:01,
3840+ "lastUpdated": 2011-05-29T01:03:20,
3841 "orbitVisible": false,
3842- "tle1": "1 20439U 90005D 10321.43326021 .00000068 00000-0 41141-4 0 451",
3843- "tle2": "2 20439 98.3548 273.4704 0011919 72.8291 287.4197 14.31883613 87319",
3844+ "tle1": "1 20439U 90005D 11147.89761960 .00000064 00000-0 39647-4 0 1964",
3845+ "tle2": "2 20439 98.3830 98.1954 0010122 221.3410 138.7004 14.31920669114714",
3846 "visible": false
3847 },
3848 "PAN SAT (PO-34)":
3849 {
3850+ "comms": [],
3851 "groups": ["amateur", "non-operational"],
3852 "hintColor": [0.3, 0.2, 0],
3853- "lastUpdated": 2010-11-18T21:00:01,
3854+ "lastUpdated": 2011-05-29T01:03:20,
3855 "orbitVisible": false,
3856- "tle1": "1 25520U 98064B 10322.21808558 .00001106 00000-0 43739-4 0 6227",
3857- "tle2": "2 25520 28.4594 18.3426 0005569 203.2309 156.8051 15.17743861667576",
3858+ "tle1": "1 25520U 98064B 11147.49781784 .00000788 00000-0 28095-4 0 7554",
3859+ "tle2": "2 25520 28.4602 183.0871 0005384 122.3909 237.7208 15.18107599696514",
3860 "visible": false
3861 },
3862 "PCSAT (NO-44)":
3863 {
3864+ "comms": [],
3865 "groups": ["amateur", "non-operational"],
3866 "hintColor": [0.3, 0.2, 0],
3867- "lastUpdated": 2010-11-18T21:00:01,
3868+ "lastUpdated": 2011-05-29T01:03:20,
3869 "orbitVisible": false,
3870- "tle1": "1 26931U 01043C 10321.69637574 -.00000251 00000-0 -65496-4 0 6095",
3871- "tle2": "2 26931 67.0506 168.4596 0005783 274.0379 86.0050 14.29619758476694",
3872+ "tle1": "1 26931U 01043C 11147.33370987 .00000263 00000-0 13483-3 0 7613",
3873+ "tle2": "2 26931 67.0532 37.2613 0006911 261.6381 98.3951 14.29661156503949",
3874 "visible": false
3875 },
3876 "PEHUENSAT 1 (PO-63)":
3877 {
3878+ "comms": [],
3879 "groups": [],
3880- "lastUpdated": 2010-11-18T21:00:01,
3881+ "lastUpdated": 2011-05-29T01:03:20,
3882 "orbitVisible": false,
3883- "tle1": "1 29712U 07001D 10322.06049954 .00001864 00000-0 24430-3 0 3870",
3884- "tle2": "2 29712 97.7652 9.2962 0014576 28.6070 331.5936 14.81421537208267",
3885+ "tle1": "1 29712U 07001D 11148.17434184 .00001670 00000-0 21584-3 0 5540",
3886+ "tle2": "2 29712 97.7386 194.3164 0015024 117.7290 242.5446 14.82132161236568",
3887 "visible": false
3888 },
3889 "PHASE 3B (AO-10)":
3890 {
3891+ "comms": [],
3892 "groups": ["amateur", "non-operational"],
3893 "hintColor": [0.3, 0.2, 0],
3894- "lastUpdated": 2010-11-17T03:55:17,
3895+ "lastUpdated": 2011-05-29T01:03:20,
3896 "orbitVisible": false,
3897- "tle1": "1 14129U 83058B 10320.42733179 -.00000164 00000-0 10000-3 0 7829",
3898- "tle2": "2 14129 26.8485 64.8352 6037527 14.7778 356.9523 2.05866968178306",
3899+ "tle1": "1 14129U 83058B 11144.85415099 .00000070 00000-0 10000-3 0 8634",
3900+ "tle2": "2 14129 27.1079 34.8306 6024505 65.1965 344.5407 2.05867287182208",
3901 "visible": false
3902 },
3903 "PHASE 3D (AO-40)":
3904@@ -2711,30 +3269,32 @@
3905 }],
3906 "groups": ["amateur"],
3907 "hintColor": [0.3, 0.2, 0],
3908- "lastUpdated": 2010-11-18T21:00:01,
3909+ "lastUpdated": 2011-05-29T01:03:20,
3910 "orbitVisible": false,
3911- "tle1": "1 26609U 00072B 10320.91987577 -.00000045 00000-0 10000-3 0 4417",
3912- "tle2": "2 26609 8.5609 304.2842 7952251 8.8229 359.4061 1.25587159 46131",
3913+ "tle1": "1 26609U 00072B 11145.42184086 -.00000102 00000-0 10000-3 0 5272",
3914+ "tle2": "2 26609 7.4717 267.9645 7925653 76.0917 352.9452 1.25586290 48513",
3915 "visible": false
3916 },
3917 "POSAT (PO-28)":
3918 {
3919+ "comms": [],
3920 "groups": ["amateur", "non-operational"],
3921 "hintColor": [0.3, 0.2, 0],
3922- "lastUpdated": 2010-11-18T21:00:01,
3923+ "lastUpdated": 2011-05-29T01:03:20,
3924 "orbitVisible": false,
3925- "tle1": "1 22829U 93061G 10321.05629045 .00000024 00000-0 25577-4 0 6274",
3926- "tle2": "2 22829 98.4888 266.7045 0010361 138.7501 221.4472 14.30266612894325",
3927+ "tle1": "1 22829U 93061G 11147.66681858 .00000093 00000-0 52358-4 0 7801",
3928+ "tle2": "2 22829 98.5134 93.9906 0009035 301.2962 58.7330 14.30299437921719",
3929 "visible": false
3930 },
3931 "PRISM":
3932 {
3933+ "comms": [],
3934 "groups": ["amateur"],
3935 "hintColor": [0.3, 0.2, 0],
3936- "lastUpdated": 2010-11-18T21:00:01,
3937+ "lastUpdated": 2011-05-29T01:03:20,
3938 "orbitVisible": false,
3939- "tle1": "1 33493U 09002B 10322.15314477 .00000984 00000-0 13318-3 0 477",
3940- "tle2": "2 33493 98.1020 83.1316 0020050 6.9482 353.1996 14.81203122 98278",
3941+ "tle1": "1 33493U 09002B 11148.17114711 .00000845 00000-0 11400-3 0 6196",
3942+ "tle2": "2 33493 98.1221 276.4940 0021135 105.4226 254.9318 14.81680025126557",
3943 "visible": false
3944 },
3945 "RADIO ROSTO (RS-15)":
3946@@ -2760,60 +3320,65 @@
3947 }],
3948 "groups": ["amateur"],
3949 "hintColor": [0.3, 0.2, 0],
3950- "lastUpdated": 2010-11-18T21:00:01,
3951+ "lastUpdated": 2011-05-29T01:03:20,
3952 "orbitVisible": false,
3953- "tle1": "1 23439U 94085A 10320.93760241 -.00000039 00000-0 10000-3 0 3514",
3954- "tle2": "2 23439 64.8143 147.5159 0163547 317.4176 41.4162 11.27554779654490",
3955+ "tle1": "1 23439U 94085A 11146.62405596 -.00000039 00000-0 10000-3 0 4056",
3956+ "tle2": "2 23439 64.8173 199.1118 0167262 284.5994 73.6434 11.27555878675999",
3957 "visible": false
3958 },
3959 "RESURS-DK 1":
3960 {
3961+ "comms": [],
3962 "groups": ["visual"],
3963 "hintColor": [0.5, 0.5, 0.5],
3964- "lastUpdated": 2010-11-18T21:00:01,
3965+ "lastUpdated": 2011-05-29T01:03:20,
3966 "orbitVisible": false,
3967- "tle1": "1 29228U 06021A 10322.11254962 .00000263 00000-0 29516-4 0 9774",
3968- "tle2": "2 29228 69.9355 76.2357 0002257 33.4408 326.6896 14.98866657247621",
3969+ "tle1": "1 29228U 06021A 11148.16961806 .00000406 00000-0 41217-4 0 5506",
3970+ "tle2": "2 29228 69.9360 312.6208 0003821 166.7166 176.1727 14.98969982276244",
3971 "visible": true
3972 },
3973 "RUBIN-2 & SAFIR-M":
3974 {
3975+ "comms": [],
3976 "groups": ["amateur"],
3977 "hintColor": [0.3, 0.2, 0],
3978- "lastUpdated": 2010-11-18T21:00:01,
3979+ "lastUpdated": 2011-05-29T01:03:20,
3980 "orbitVisible": false,
3981- "tle1": "1 27605U 02058A 10321.21457165 .00000232 00000-0 57323-4 0 3314",
3982- "tle2": "2 27605 64.5576 236.4239 0046581 15.9401 344.3156 14.72512764425217",
3983+ "tle1": "1 27605U 02058A 11147.18617313 .00000040 00000-0 27720-4 0 4844",
3984+ "tle2": "2 27605 64.5579 15.4076 0069648 326.1960 33.4710 14.72603855453338",
3985 "visible": false
3986 },
3987 "SAPPHIRE (NO-45)":
3988 {
3989+ "comms": [],
3990 "groups": ["amateur", "non-operational"],
3991 "hintColor": [0.3, 0.2, 0],
3992- "lastUpdated": 2010-11-18T21:00:01,
3993+ "lastUpdated": 2011-05-29T01:03:20,
3994 "orbitVisible": false,
3995- "tle1": "1 26932U 01043D 10322.06409427 .00000098 00000-0 70451-4 0 6153",
3996- "tle2": "2 26932 67.0554 167.6382 0004601 291.0654 68.9956 14.29654714476791",
3997+ "tle1": "1 26932U 01043D 11148.18740434 .00000203 00000-0 11128-3 0 7670",
3998+ "tle2": "2 26932 67.0571 35.2615 0008739 261.2146 98.7966 14.29682517504112",
3999 "visible": false
4000 },
4001 "SAUDISAT 1A (SO-41)":
4002 {
4003+ "comms": [],
4004 "groups": ["amateur", "non-operational"],
4005 "hintColor": [0.3, 0.2, 0],
4006- "lastUpdated": 2010-11-18T21:00:01,
4007+ "lastUpdated": 2011-05-29T01:03:20,
4008 "orbitVisible": false,
4009- "tle1": "1 26545U 00057A 10321.12237538 .00000157 00000-0 38997-4 0 6802",
4010- "tle2": "2 26545 64.5591 321.4457 0025623 194.4212 165.6158 14.80763872547881",
4011+ "tle1": "1 26545U 00057A 11148.18814967 .00000139 00000-0 36191-4 0 8461",
4012+ "tle2": "2 26545 64.5539 89.4423 0005153 76.9265 283.2416 14.80909864576323",
4013 "visible": false
4014 },
4015 "SAUDISAT 1B (SO-42)":
4016 {
4017+ "comms": [],
4018 "groups": ["amateur", "non-operational"],
4019 "hintColor": [0.3, 0.2, 0],
4020- "lastUpdated": 2010-11-18T21:00:01,
4021+ "lastUpdated": 2011-05-29T01:03:20,
4022 "orbitVisible": false,
4023- "tle1": "1 26549U 00057E 10322.09446823 .00000120 00000-0 34976-4 0 7727",
4024- "tle2": "2 26549 64.5590 337.9696 0030764 191.8215 168.2173 14.79613893547631",
4025+ "tle1": "1 26549U 00057E 11148.22853365 .00000113 00000-0 33665-4 0 9371",
4026+ "tle2": "2 26549 64.5541 109.9059 0009263 101.9889 258.2254 14.79751555575916",
4027 "visible": false
4028 },
4029 "SAUDISAT 1C (SO-50)":
4030@@ -2831,267 +3396,293 @@
4031 }],
4032 "groups": ["amateur"],
4033 "hintColor": [0.3, 0.2, 0],
4034- "lastUpdated": 2010-11-18T21:00:01,
4035+ "lastUpdated": 2011-05-29T01:03:20,
4036 "orbitVisible": false,
4037- "tle1": "1 27607U 02058C 10321.25400260 .00000286 00000-0 66884-4 0 3203",
4038- "tle2": "2 27607 64.5582 251.5684 0047746 15.4594 344.7940 14.71606704424907",
4039+ "tle1": "1 27607U 02058C 11147.27279216 .00000254 00000-0 60909-4 0 4755",
4040+ "tle2": "2 27607 64.5589 31.2280 0070454 325.9094 33.7497 14.71745235453014",
4041 "visible": false
4042 },
4043 "SEASAT 1":
4044 {
4045+ "comms": [],
4046 "groups": [],
4047- "lastUpdated": 2010-11-18T21:00:01,
4048+ "lastUpdated": 2011-05-29T01:03:20,
4049 "orbitVisible": false,
4050- "tle1": "1 10967U 78064A 10321.53605250 .00000024 00000-0 48780-4 0 2676",
4051- "tle2": "2 10967 108.0192 324.4934 0002485 240.7819 119.3083 14.42239798699902",
4052+ "tle1": "1 10967U 78064A 11147.55100662 -.00000035 00000-0 30808-4 0 4231",
4053+ "tle2": "2 10967 108.0175 2.8299 0002516 235.3273 124.7634 14.42296065727446",
4054 "visible": false
4055 },
4056 "SEDSAT 1 (SO-33)":
4057 {
4058+ "comms": [],
4059 "groups": ["amateur", "non-operational"],
4060 "hintColor": [0.3, 0.2, 0],
4061- "lastUpdated": 2010-11-18T21:00:01,
4062+ "lastUpdated": 2011-05-29T01:03:20,
4063 "orbitVisible": false,
4064- "tle1": "1 25509U 98061B 10322.30362677 .00000118 00000-0 94215-5 0 8396",
4065- "tle2": "2 25509 31.4346 356.9730 0353788 197.5230 161.2934 14.28339742630107",
4066+ "tle1": "1 25509U 98061B 11147.96728023 .00000201 00000-0 29932-4 0 9763",
4067+ "tle2": "2 25509 31.4327 358.6645 0352976 64.7746 298.9104 14.28403459657388",
4068 "visible": false
4069 },
4070 "SERT 2":
4071 {
4072+ "comms": [],
4073 "groups": ["visual"],
4074 "hintColor": [0.5, 0.5, 0.5],
4075- "lastUpdated": 2010-11-18T21:00:01,
4076+ "lastUpdated": 2011-05-29T01:03:20,
4077 "orbitVisible": false,
4078- "tle1": "1 04327U 70009A 10320.70528417 .00000032 00000-0 10000-3 0 2455",
4079- "tle2": "2 04327 99.1405 165.1750 0005401 73.3004 286.8728 13.58245154 21055",
4080+ "tle1": "1 04327U 70009A 11147.15499042 .00000032 00000-0 10000-3 0 3274",
4081+ "tle2": "2 04327 99.1326 343.3605 0004758 312.5786 47.4952 13.58255292 47046",
4082 "visible": true
4083 },
4084 "SL-12 R/B(2)":
4085 {
4086+ "comms": [],
4087 "groups": ["visual"],
4088 "hintColor": [0.5, 0.5, 0.5],
4089- "lastUpdated": 2010-11-18T21:00:01,
4090+ "lastUpdated": 2011-05-29T01:03:20,
4091 "orbitVisible": false,
4092- "tle1": "1 15772U 85042D 10322.17978851 .00000075 00000-0 56537-4 0 3889",
4093- "tle2": "2 15772 71.1088 4.1488 0036029 180.9133 179.1898 14.20739366320097",
4094+ "tle1": "1 15772U 85042D 11147.55980874 .00000097 00000-0 66441-4 0 5381",
4095+ "tle2": "2 15772 71.1034 322.7557 0037356 242.5004 117.2320 14.20761984347138",
4096 "visible": true
4097 },
4098 "SL-14 R/B":
4099 {
4100+ "comms": [],
4101 "groups": ["visual"],
4102 "hintColor": [0.5, 0.5, 0.5],
4103- "lastUpdated": 2010-11-18T21:00:01,
4104+ "lastUpdated": 2011-05-29T01:03:20,
4105 "orbitVisible": false,
4106- "tle1": "1 26874U 01032B 10321.75352087 .00002334 00000-0 65062-4 0 6078",
4107- "tle2": "2 26874 82.4792 251.1799 0024948 88.2277 272.1819 15.35884321519832",
4108+ "tle1": "1 26874U 01032B 11147.14668258 .00001689 00000-0 45478-4 0 7698",
4109+ "tle2": "2 26874 82.4798 56.6576 0024095 124.1508 236.2015 15.36760719549061",
4110 "visible": true
4111 },
4112 "SL-16 R/B":
4113 {
4114+ "comms": [],
4115 "groups": ["visual"],
4116 "hintColor": [0.5, 0.5, 0.5],
4117- "lastUpdated": 2010-11-18T21:00:01,
4118+ "lastUpdated": 2011-05-29T01:03:20,
4119 "orbitVisible": false,
4120- "tle1": "1 31793U 07029B 10321.51709871 .00000116 00000-0 86224-4 0 9901",
4121- "tle2": "2 31793 70.9797 36.6891 0001879 264.9427 95.1461 14.14071429174883",
4122+ "tle1": "1 31793U 07029B 11147.15844364 -.00000167 00000-0 -62849-4 0 1395",
4123+ "tle2": "2 31793 70.9732 356.5085 0002172 268.5917 91.4956 14.14078855201836",
4124 "visible": true
4125 },
4126 "SL-3 R/B":
4127 {
4128+ "comms": [],
4129 "groups": ["visual"],
4130 "hintColor": [0.5, 0.5, 0.5],
4131- "lastUpdated": 2010-11-18T21:00:01,
4132+ "lastUpdated": 2011-05-29T01:03:20,
4133 "orbitVisible": false,
4134- "tle1": "1 19046U 88032B 10321.68616558 .00000970 00000-0 90318-4 0 6801",
4135- "tle2": "2 19046 97.8375 6.5356 0037994 154.7540 205.5593 14.96145310212530",
4136+ "tle1": "1 19046U 88032B 11147.41725347 .00000317 00000-0 33058-4 0 8575",
4137+ "tle2": "2 19046 97.8066 197.1506 0036475 240.1394 119.6202 14.96347137241053",
4138 "visible": true
4139 },
4140 "SL-6 R/B(2)":
4141 {
4142+ "comms": [],
4143 "groups": ["visual"],
4144 "hintColor": [0.5, 0.5, 0.5],
4145- "lastUpdated": 2010-11-18T21:00:01,
4146+ "lastUpdated": 2011-05-29T01:03:20,
4147 "orbitVisible": false,
4148- "tle1": "1 20666U 90055D 10322.13246213 .00000420 00000-0 58259-4 0 630",
4149- "tle2": "2 20666 62.7854 220.6554 0144428 91.4537 270.3093 14.86664481103264",
4150+ "tle1": "1 20666U 90055D 11147.87728452 .00000463 00000-0 62678-4 0 2298",
4151+ "tle2": "2 20666 62.7836 308.6704 0138759 110.5983 251.0059 14.86917912131625",
4152 "visible": true
4153 },
4154 "SL-8 R/B":
4155 {
4156+ "comms": [],
4157 "groups": ["visual"],
4158 "hintColor": [0.5, 0.5, 0.5],
4159- "lastUpdated": 2010-11-18T21:00:01,
4160+ "lastUpdated": 2011-05-29T01:03:20,
4161 "orbitVisible": false,
4162- "tle1": "1 29659U 06060B 10321.48108845 .00004894 00000-0 16482-3 0 1517",
4163- "tle2": "2 29659 98.1279 111.4438 0035540 232.9673 126.8309 15.30721122218251",
4164+ "tle1": "1 29659U 06060B 11147.52632704 .00003012 00000-0 96957-4 0 3097",
4165+ "tle2": "2 29659 98.1467 321.1046 0033469 286.0144 73.7402 15.32644720247498",
4166 "visible": true
4167 },
4168 "SSETI EXPRESS (XO-53)":
4169 {
4170+ "comms": [],
4171 "groups": ["amateur", "non-operational"],
4172 "hintColor": [0.3, 0.2, 0],
4173- "lastUpdated": 2010-11-18T21:00:01,
4174+ "lastUpdated": 2011-05-29T01:03:20,
4175 "orbitVisible": false,
4176- "tle1": "1 28894U 05043E 10321.55982579 .00000114 00000-0 33108-4 0 9186",
4177- "tle2": "2 28894 97.9865 200.0444 0017591 163.2509 196.9271 14.59767702269471",
4178+ "tle1": "1 28894U 05043E 11147.24836402 .00000109 00000-0 32038-4 0 807",
4179+ "tle2": "2 28894 97.9647 23.5070 0016777 291.5875 68.3538 14.59833107297290",
4180 "visible": false
4181 },
4182 "STARS":
4183 {
4184+ "comms": [],
4185 "groups": ["amateur"],
4186 "hintColor": [0.3, 0.2, 0],
4187- "lastUpdated": 2010-11-18T21:00:01,
4188+ "lastUpdated": 2011-05-29T01:03:20,
4189 "orbitVisible": false,
4190- "tle1": "1 33498U 09002G 10321.24120587 .00000590 00000-0 10279-3 0 2588",
4191- "tle2": "2 33498 98.0707 70.4658 0013928 112.0570 248.2110 14.71595019 97498",
4192+ "tle1": "1 33498U 09002G 11147.36148543 .00000462 00000-0 81924-4 0 4216",
4193+ "tle2": "2 33498 98.0797 260.1329 0011977 221.7826 138.2494 14.71828716125605",
4194 "visible": false
4195 },
4196 "SUMBANDILA (SO-67)":
4197 {
4198+ "comms": [],
4199 "groups": ["amateur"],
4200 "hintColor": [0.3, 0.2, 0],
4201- "lastUpdated": 2010-11-18T21:00:01,
4202+ "lastUpdated": 2011-05-29T01:03:20,
4203 "orbitVisible": false,
4204- "tle1": "1 35870U 09049F 10322.11216189 .00001455 00000-0 68301-4 0 2970",
4205- "tle2": "2 35870 97.3126 7.0170 0001536 298.7776 94.8897 15.21187397 64851",
4206+ "tle1": "1 35870U 09049F 11148.14794692 .00001102 00000-0 53141-4 0 8779",
4207+ "tle2": "2 35870 97.2820 192.1735 0003897 89.9296 355.6698 15.20720460 93899",
4208 "visible": false
4209 },
4210 "SUNSAT (SO-35)":
4211 {
4212+ "comms": [],
4213 "groups": ["amateur", "non-operational"],
4214 "hintColor": [0.3, 0.2, 0],
4215- "lastUpdated": 2010-11-18T21:00:01,
4216+ "lastUpdated": 2011-05-29T01:03:20,
4217 "orbitVisible": false,
4218- "tle1": "1 25636U 99008C 10321.83550082 .00000050 00000-0 20939-4 0 7604",
4219- "tle2": "2 25636 96.4775 27.1655 0148894 20.4341 340.2724 14.43525197617924",
4220+ "tle1": "1 25636U 99008C 11148.07933028 .00000060 00000-0 23073-4 0 9181",
4221+ "tle2": "2 25636 96.4512 172.6027 0148600 133.7811 227.5792 14.43563652645513",
4222 "visible": false
4223 },
4224 "SUZAKU (ASTRO-EII)":
4225 {
4226+ "comms": [],
4227 "groups": ["visual"],
4228 "hintColor": [0.5, 0.5, 0.5],
4229- "lastUpdated": 2010-11-18T21:00:01,
4230+ "lastUpdated": 2011-05-29T01:03:20,
4231 "orbitVisible": false,
4232- "tle1": "1 28773U 05025A 10322.07836626 .00001124 00000-0 79792-4 0 3793",
4233- "tle2": "2 28773 31.4043 221.3987 0006846 264.7091 95.2772 15.01263882294237",
4234+ "tle1": "1 28773U 05025A 11148.21470087 .00000692 00000-0 46389-4 0 5103",
4235+ "tle2": "2 28773 31.4049 89.4862 0006889 342.1954 17.8447 15.01710862322982",
4236 "visible": true
4237 },
4238 "TECHSAT 1B (GO-32)":
4239 {
4240+ "comms": [],
4241 "groups": ["amateur", "non-operational"],
4242 "hintColor": [0.3, 0.2, 0],
4243- "lastUpdated": 2010-11-18T21:00:01,
4244+ "lastUpdated": 2011-05-29T01:03:20,
4245 "orbitVisible": false,
4246- "tle1": "1 25397U 98043D 10321.64738531 -.00000164 00000-0 -54477-4 0 3341",
4247- "tle2": "2 25397 98.3173 320.6757 0001565 137.7198 222.4084 14.23188720641876",
4248+ "tle1": "1 25397U 98043D 11148.01612843 .00000076 00000-0 51670-4 0 4890",
4249+ "tle2": "2 25397 98.3239 141.6576 0001410 20.1892 339.9362 14.23209118669096",
4250 "visible": false
4251 },
4252 "THOR AGENA D R/B":
4253 {
4254+ "comms": [],
4255 "groups": ["visual"],
4256 "hintColor": [0.5, 0.5, 0.5],
4257- "lastUpdated": 2010-11-18T21:00:01,
4258+ "lastUpdated": 2011-05-29T01:03:20,
4259 "orbitVisible": false,
4260- "tle1": "1 00733U 64002A 10321.18393065 .00000025 00000-0 27460-4 0 2169",
4261- "tle2": "2 00733 99.0620 12.0431 0034383 332.3479 27.5871 14.31320612438305",
4262+ "tle1": "1 00733U 64002A 11147.79127244 .00000054 00000-0 38072-4 0 3699",
4263+ "tle2": "2 00733 99.0327 211.4666 0034536 133.1008 227.3072 14.31359408465712",
4264 "visible": true
4265 },
4266 "TIROS N":
4267 {
4268+ "comms": [],
4269 "groups": ["scientific", "weather", "non-operational"],
4270- "lastUpdated": 2010-11-18T21:00:01,
4271+ "lastUpdated": 2011-05-29T01:03:20,
4272 "orbitVisible": false,
4273- "tle1": "1 11060U 78096A 10321.01826036 .00000025 00000-0 35004-4 0 6250",
4274- "tle2": "2 11060 98.9952 301.0356 0010914 346.3637 13.7245 14.17526066872318",
4275+ "tle1": "1 11060U 78096A 11147.58324093 .00000021 00000-0 33019-4 0 7784",
4276+ "tle2": "2 11060 99.0161 135.1942 0010769 153.1180 207.0554 14.17560897899459",
4277 "visible": false
4278 },
4279 "TIUNGSAT-1 (MO-46)":
4280 {
4281+ "comms": [],
4282 "groups": ["amateur", "non-operational"],
4283 "hintColor": [0.3, 0.2, 0],
4284- "lastUpdated": 2010-11-18T21:00:01,
4285+ "lastUpdated": 2011-05-29T01:03:20,
4286 "orbitVisible": false,
4287- "tle1": "1 26548U 00057D 10321.31953476 .00000385 00000-0 64278-4 0 8516",
4288- "tle2": "2 26548 64.5542 276.8264 0018980 201.6405 158.3884 14.83589591548818",
4289+ "tle1": "1 26548U 00057D 11147.88234204 .00000123 00000-0 32414-4 0 199",
4290+ "tle2": "2 26548 64.5552 43.6704 0005450 347.1351 12.9614 14.83781918577233",
4291 "visible": false
4292 },
4293 "TMSAT-1 (TO-31)":
4294 {
4295+ "comms": [],
4296 "groups": ["amateur", "non-operational"],
4297 "hintColor": [0.3, 0.2, 0],
4298- "lastUpdated": 2010-11-18T21:00:01,
4299+ "lastUpdated": 2011-05-29T01:03:20,
4300 "orbitVisible": false,
4301- "tle1": "1 25396U 98043C 10321.76793573 .00000004 00000-0 19428-4 0 8477",
4302- "tle2": "2 25396 98.3078 326.8047 0002982 133.4497 226.6923 14.23818527642096",
4303+ "tle1": "1 25396U 98043C 11148.05190541 .00000002 00000-0 18689-4 0 9986",
4304+ "tle2": "2 25396 98.3109 147.6123 0002439 337.1508 22.9561 14.23843280669311",
4305 "visible": false
4306 },
4307 "UARS":
4308 {
4309+ "comms": [],
4310 "groups": [],
4311- "lastUpdated": 2010-11-18T21:00:01,
4312+ "lastUpdated": 2011-05-29T01:03:20,
4313 "orbitVisible": false,
4314- "tle1": "1 21701U 91063B 10322.24113040 .00028327 00000-0 24530-3 0 1310",
4315- "tle2": "2 21701 56.9677 233.6001 0061877 111.9326 248.8331 15.66498549 60192",
4316+ "tle1": "1 21701U 91063B 11147.87536389 .00049484 11000-4 24729-3 0 3203",
4317+ "tle2": "2 21701 56.9601 96.0901 0039199 125.8485 234.6237 15.81385777 90175",
4318 "visible": false
4319 },
4320 "UNAMSAT-2 (MO-30)":
4321 {
4322+ "comms": [],
4323 "groups": ["amateur", "non-operational"],
4324 "hintColor": [0.3, 0.2, 0],
4325- "lastUpdated": 2010-11-18T21:00:01,
4326+ "lastUpdated": 2011-05-29T01:03:20,
4327 "orbitVisible": false,
4328- "tle1": "1 24305U 96052B 10322.11302697 .00000029 00000-0 15235-4 0 5800",
4329- "tle2": "2 24305 82.9348 330.2467 0028360 250.1948 109.6145 13.73590051711912",
4330+ "tle1": "1 24305U 96052B 11147.23247422 .00000045 00000-0 31245-4 0 7431",
4331+ "tle2": "2 24305 82.9371 189.6226 0031877 81.1712 279.3049 13.73601280738010",
4332 "visible": false
4333 },
4334 "UOSAT 12 (UO-36)":
4335 {
4336+ "comms": [],
4337 "groups": ["amateur", "non-operational"],
4338 "hintColor": [0.3, 0.2, 0],
4339- "lastUpdated": 2010-11-18T21:00:01,
4340+ "lastUpdated": 2011-05-29T01:03:20,
4341 "orbitVisible": false,
4342- "tle1": "1 25693U 99021A 10321.49545683 .00000167 00000-0 41813-4 0 3569",
4343- "tle2": "2 25693 64.5587 323.3876 0046070 290.3672 69.2511 14.78836182624486",
4344+ "tle1": "1 25693U 99021A 11147.46276706 .00000087 00000-0 31179-4 0 5220",
4345+ "tle2": "2 25693 64.5532 96.5579 0049809 265.2742 94.2674 14.78909549652721",
4346 "visible": false
4347 },
4348 "UOSAT 2 (UO-11)":
4349 {
4350+ "comms": [],
4351 "groups": ["amateur", "non-operational"],
4352 "hintColor": [0.3, 0.2, 0],
4353- "lastUpdated": 2010-11-18T21:00:01,
4354+ "lastUpdated": 2011-05-29T01:03:20,
4355 "orbitVisible": false,
4356- "tle1": "1 14781U 84021B 10321.71416308 .00000320 00000-0 49548-4 0 3941",
4357- "tle2": "2 14781 98.0371 13.7498 0010221 101.3121 258.9309 14.79859380434515",
4358+ "tle1": "1 14781U 84021B 11147.38281871 .00000124 00000-0 23358-4 0 5592",
4359+ "tle2": "2 14781 98.0066 204.1567 0008630 199.8417 160.2460 14.79970005462714",
4360 "visible": false
4361 },
4362 "UOSAT 3 (UO-14)":
4363 {
4364+ "comms": [],
4365 "groups": ["amateur", "non-operational"],
4366 "hintColor": [0.3, 0.2, 0],
4367- "lastUpdated": 2010-11-18T21:00:01,
4368+ "lastUpdated": 2011-05-29T01:03:20,
4369 "orbitVisible": false,
4370- "tle1": "1 20437U 90005B 10322.29863776 .00000032 00000-0 27728-4 0 3625",
4371- "tle2": "2 20437 98.4104 267.3688 0011641 72.5182 287.7280 14.31592527 87325",
4372+ "tle1": "1 20437U 90005B 11147.89350837 .00000017 00000-0 22507-4 0 5126",
4373+ "tle2": "2 20437 98.4365 92.3695 0009992 223.2580 136.7816 14.31622694114598",
4374 "visible": false
4375 },
4376 "UOSAT 4 (UO-15)":
4377 {
4378+ "comms": [],
4379 "groups": ["amateur", "non-operational"],
4380 "hintColor": [0.3, 0.2, 0],
4381- "lastUpdated": 2010-11-18T21:00:01,
4382+ "lastUpdated": 2011-05-29T01:03:20,
4383 "orbitVisible": false,
4384- "tle1": "1 20438U 90005C 10321.79518041 .00000002 00000-0 17249-4 0 8610",
4385- "tle2": "2 20438 98.4645 262.3652 0010903 105.7078 254.5328 14.30481531 86612",
4386+ "tle1": "1 20438U 90005C 11146.97862353 .00000016 00000-0 22694-4 0 161",
4387+ "tle2": "2 20438 98.4871 87.7532 0008990 266.5927 93.4228 14.30504723113801",
4388 "visible": false
4389 },
4390 "UOSAT 5 (UO-22)":
4391 {
4392+ "comms": [],
4393 "groups": ["amateur", "non-operational"],
4394 "hintColor": [0.3, 0.2, 0],
4395- "lastUpdated": 2010-11-18T21:00:01,
4396+ "lastUpdated": 2011-05-29T01:03:20,
4397 "orbitVisible": false,
4398- "tle1": "1 21575U 91050B 10322.06101483 .00000032 00000-0 24195-4 0 9873",
4399- "tle2": "2 21575 98.5144 270.6982 0006444 265.7862 94.2577 14.39745409 15366",
4400+ "tle1": "1 21575U 91050B 11147.89662579 .00000097 00000-0 45040-4 0 1413",
4401+ "tle2": "2 21575 98.5412 100.6929 0008255 57.9480 302.2494 14.39793254 42828",
4402 "visible": false
4403 },
4404 "UWE-1":
4405@@ -3103,30 +3694,32 @@
4406 "modulation": "AFSK, 9600 baud"
4407 }],
4408 "groups": [],
4409- "lastUpdated": 2010-11-18T21:00:01,
4410+ "lastUpdated": 2011-05-29T01:03:20,
4411 "orbitVisible": false,
4412- "tle1": "1 28892U 05043C 10321.14409103 .00000294 00000-0 70491-4 0 7820",
4413- "tle2": "2 28892 97.9874 199.5372 0017475 162.4179 197.7629 14.59943851269417",
4414+ "tle1": "1 28892U 05043C 11147.69660790 .00000240 00000-0 59230-4 0 9391",
4415+ "tle2": "2 28892 97.9692 23.9328 0016363 287.3603 72.5800 14.60080260297364",
4416 "visible": false
4417 },
4418 "WEBERSAT (WO-18)":
4419 {
4420+ "comms": [],
4421 "groups": ["amateur", "non-operational"],
4422 "hintColor": [0.3, 0.2, 0],
4423- "lastUpdated": 2010-11-18T21:00:01,
4424+ "lastUpdated": 2011-05-29T01:03:20,
4425 "orbitVisible": false,
4426- "tle1": "1 20441U 90005F 10321.48270678 .00000057 00000-0 36737-4 0 2719",
4427- "tle2": "2 20441 98.3364 275.8747 0012567 70.3701 289.8843 14.31950846 87395",
4428+ "tle1": "1 20441U 90005F 11147.09965842 .00000055 00000-0 35985-4 0 4193",
4429+ "tle2": "2 20441 98.3637 99.4125 0010708 221.2904 138.7472 14.31987384114674",
4430 "visible": false
4431 },
4432 "YUBILEINY (RS-30)":
4433 {
4434+ "comms": [],
4435 "groups": ["amateur"],
4436 "hintColor": [0.3, 0.2, 0],
4437- "lastUpdated": 2010-11-18T21:00:01,
4438+ "lastUpdated": 2011-05-29T01:03:20,
4439 "orbitVisible": false,
4440- "tle1": "1 32953U 08025A 10321.94431816 .00000010 00000-0 00000+0 0 2230",
4441- "tle2": "2 32953 82.4994 294.0655 0019784 123.9214 236.3751 12.43009179112841",
4442+ "tle1": "1 32953U 08025A 11148.02532117 .00000010 00000-0 00000+0 0 7687",
4443+ "tle2": "2 32953 82.5008 175.2571 0020444 72.4707 287.8609 12.43013098136580",
4444 "visible": false
4445 }
4446 },
4447
4448=== modified file 'plugins/Satellites/src/CMakeLists.txt'
4449--- plugins/Satellites/src/CMakeLists.txt 2010-11-18 21:44:57 +0000
4450+++ plugins/Satellites/src/CMakeLists.txt 2011-05-28 23:11:30 +0000
4451@@ -4,11 +4,6 @@
4452
4453 SET(Satellites_SRCS
4454 gsatellite/gException.hpp
4455- gsatellite/gMatrix.cpp
4456- gsatellite/gMatrix.hpp
4457- gsatellite/gMatrixTempl.hpp
4458- gsatellite/gObserver.cpp
4459- gsatellite/gObserver.hpp
4460 gsatellite/gSatTEME.cpp
4461 gsatellite/gSatTEME.hpp
4462 gsatellite/mathUtils.cpp
4463@@ -27,7 +22,8 @@
4464 gsatellite/sgp4unit.h
4465 gsatellite/stdsat.h
4466
4467-
4468+ gSatWrapper.hpp
4469+ gSatWrapper.cpp
4470 Satellite.hpp
4471 Satellite.cpp
4472 Satellites.hpp
4473
4474=== modified file 'plugins/Satellites/src/Satellite.cpp'
4475--- plugins/Satellites/src/Satellite.cpp 2010-11-26 10:20:10 +0000
4476+++ plugins/Satellites/src/Satellite.cpp 2011-05-28 23:11:30 +0000
4477@@ -1,17 +1,17 @@
4478 /*
4479 * Stellarium
4480 * Copyright (C) 2009 Matthew Gates
4481- *
4482+ *
4483 * This program is free software; you can redistribute it and/or
4484 * modify it under the terms of the GNU General Public License
4485 * as published by the Free Software Foundation; either version 2
4486 * of the License, or (at your option) any later version.
4487- *
4488+ *
4489 * This program is distributed in the hope that it will be useful,
4490 * but WITHOUT ANY WARRANTY; without even the implied warranty of
4491 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4492 * GNU General Public License for more details.
4493- *
4494+ *
4495 * You should have received a copy of the GNU General Public License
4496 * along with this program; if not, write to the Free Software
4497 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4498@@ -28,12 +28,6 @@
4499 #include "VecMath.hpp"
4500 #include "StelUtils.hpp"
4501
4502-
4503-#include "gsatellite/gSatTEME.hpp"
4504-#include "gsatellite/gObserver.hpp"
4505-#include "gsatellite/gTime.hpp"
4506-#include "gsatellite/gVector.hpp"
4507-
4508 #include <QTextStream>
4509 #include <QRegExp>
4510 #include <QDebug>
4511@@ -42,6 +36,8 @@
4512 #include <QSettings>
4513 #include <QByteArray>
4514
4515+#include "gsatellite/gTime.hpp"
4516+
4517 #include <cmath>
4518
4519 // static data members - will be initialised in the Satallites class (the StelObjectMgr)
4520@@ -57,12 +53,12 @@
4521
4522
4523 Satellite::Satellite(const QVariantMap& map)
4524- : initialized(false), visible(true), hintColor(0.0,0.0,0.0), lastUpdated(), pSatellite(NULL)
4525+ : initialized(false), visible(true), hintColor(0.0,0.0,0.0), lastUpdated(), pSatWrapper(NULL)
4526 {
4527 // return initialized if the mandatory fields are not present
4528 if (!map.contains("designation") || !map.contains("tle1") || !map.contains("tle2"))
4529 return;
4530-
4531+
4532 font.setPixelSize(16);
4533
4534 designation = map.value("designation").toString();
4535@@ -108,7 +104,7 @@
4536
4537 if (map.contains("comms"))
4538 {
4539- foreach(QVariant comm, map.value("comms").toList())
4540+ foreach(const QVariant &comm, map.value("comms").toList())
4541 {
4542 QVariantMap commMap = comm.toMap();
4543 commLink c;
4544@@ -121,7 +117,7 @@
4545
4546 if (map.contains("groups"))
4547 {
4548- foreach(QVariant group, map.value("groups").toList())
4549+ foreach(const QVariant &group, map.value("groups").toList())
4550 {
4551 if (!groupIDs.contains(group.toString()))
4552 groupIDs << group.toString();
4553@@ -134,15 +130,13 @@
4554 {
4555 lastUpdated = map.value("lastUpdated").toDateTime();
4556 }
4557-
4558- setObserverLocation();
4559 initialized = true;
4560 }
4561
4562 Satellite::~Satellite()
4563 {
4564- if(pSatellite != NULL)
4565- delete pSatellite;
4566+ if (pSatWrapper != NULL)
4567+ delete pSatWrapper;
4568 }
4569
4570 double Satellite::roundToDp(float n, int dp)
4571@@ -169,7 +163,7 @@
4572 map["hintColor"] = col;
4573 map["orbitColor"] = orbitCol;
4574 QVariantList commList;
4575- foreach(commLink c, comms)
4576+ foreach(const commLink &c, comms)
4577 {
4578 QVariantMap commMap;
4579 commMap["frequency"] = c.frequency;
4580@@ -178,8 +172,8 @@
4581 commList << commMap;
4582 }
4583 map["comms"] = commList;
4584- QVariantList groupList;
4585- foreach(QString g, groupIDs)
4586+ QVariantList groupList;
4587+ foreach(const QString &g, groupIDs)
4588 {
4589 groupList << g;
4590 }
4591@@ -203,7 +197,7 @@
4592 QString str;
4593 QTextStream oss(&str);
4594
4595- if (flags&Name)
4596+ if (flags&Name)
4597 {
4598 oss << "<h2>" << designation << "</h2><br>";
4599 if (description!="")
4600@@ -219,24 +213,43 @@
4601 oss << QString("Range (km): <b>%1</b>").arg(range, 5, 'f', 2) << "<br>";
4602 oss << QString("Range rate (km/s): <b>%1</b>").arg(rangeRate, 5, 'f', 3) << "<br>";
4603 oss << QString("Altitude (km): <b>%1</b>").arg(height, 5, 'f', 2) << "<br>";
4604- oss << QString("SubPoint Lat/Long(Deg): <b>%1</b>").arg(LatLong[0], 5, 'f', 2) << "/";
4605- oss << QString("<b>%1</b>").arg(LatLong[1], 5, 'f', 3);
4606+ oss << QString("SubPoint Lat/Long(Deg): <b>%1</b>").arg(latLongSubPointPosition[0], 5, 'f', 2) << "/";
4607+ oss << QString("<b>%1</b>").arg(latLongSubPointPosition[1], 5, 'f', 3);
4608 oss << "</p>";
4609
4610 oss << "TEME Coordinates(km): ";
4611- oss << QString("<b>X:</b> %1 ").arg(Position[0], 5, 'f', 2);
4612- oss << QString("<b>Y:</b> %1 ").arg(Position[1], 5, 'f', 2);
4613- oss << QString("<b>Z:</b> %1 ").arg(Position[2], 5, 'f', 2) << "<br>";
4614+ oss << QString("<b>X:</b> %1 ").arg(position[0], 5, 'f', 2);
4615+ oss << QString("<b>Y:</b> %1 ").arg(position[1], 5, 'f', 2);
4616+ oss << QString("<b>Z:</b> %1 ").arg(position[2], 5, 'f', 2) << "<br>";
4617 oss << "TEME Vel(km/s): ";
4618- oss << QString("<b>X:</b> %1 ").arg(Vel[0], 5, 'f', 2);
4619- oss << QString("<b>Y:</b> %1 ").arg(Vel[1], 5, 'f', 2);
4620- oss << QString("<b>Z:</b> %1 ").arg(Vel[2], 5, 'f', 2) << "<br>";
4621-
4622+ oss << QString("<b>X:</b> %1 ").arg(velocity[0], 5, 'f', 2);
4623+ oss << QString("<b>Y:</b> %1 ").arg(velocity[1], 5, 'f', 2);
4624+ oss << QString("<b>Z:</b> %1 ").arg(velocity[2], 5, 'f', 2) << "<br>";
4625+
4626+ oss << "Visibility: ";
4627+ switch (visibility)
4628+ {
4629+ case RADAR_SUN:
4630+ oss << "Sat&Observer in Sunlit" << "<br>";
4631+ break;
4632+ case VISIBLE:
4633+ oss << "Visible" << "<br>";
4634+ break;
4635+ case RADAR_NIGHT:
4636+ oss << "Sat. Eclipsed" << "<br>";
4637+ break;
4638+ case NOT_VISIBLE:
4639+ oss << "Sat. Not Visible" << "<br>";
4640+ break;
4641+ default:
4642+ break;
4643+
4644+ }
4645 }
4646
4647 if (flags&Extra2 && comms.size() > 0)
4648 {
4649- foreach (commLink c, comms)
4650+ foreach(const commLink &c, comms)
4651 {
4652 double dop = getDoppler(c.frequency);
4653 double ddop = dop;
4654@@ -254,33 +267,17 @@
4655 if (!c.description.isEmpty() && c.description != "") oss << " " << c.description;
4656 if ((!c.modulation.isEmpty() && c.modulation != "") || (!c.description.isEmpty() && c.description != "")) oss << "<br>";
4657 oss << QString("%1 MHz (%2%3 kHz)</p>").arg(c.frequency, 8, 'f', 5)
4658- .arg(sign)
4659- .arg(ddop, 6, 'f', 3);
4660- }
4661+ .arg(sign)
4662+ .arg(ddop, 6, 'f', 3);
4663+ }
4664 }
4665
4666 postProcessInfoString(str, flags);
4667 return str;
4668 }
4669
4670-void Satellite::setObserverLocation(StelLocation* loc)
4671+Vec3f Satellite::getInfoColor(void) const
4672 {
4673- StelLocation l;
4674- if (loc==NULL)
4675- {
4676- l = StelApp::getInstance().getCore()->getNavigator()->getCurrentLocation();
4677- }
4678- else
4679- {
4680- l = *loc;
4681- }
4682-
4683-
4684- observer.setPosition( l.latitude, l.longitude, l.altitude / 1000.0);
4685-
4686-}
4687-
4688-Vec3f Satellite::getInfoColor(void) const {
4689 return StelApp::getInstance().getVisionModeNight() ? Vec3f(0.6, 0.0, 0.0) : hintColor;
4690 }
4691
4692@@ -296,10 +293,10 @@
4693
4694 void Satellite::setNewTleElements(const QString& tle1, const QString& tle2)
4695 {
4696- if (pSatellite)
4697+ if (pSatWrapper)
4698 {
4699- gSatTEME *old = pSatellite;
4700- pSatellite = NULL;
4701+ gSatWrapper *old = pSatWrapper;
4702+ pSatWrapper = NULL;
4703 delete old;
4704 }
4705
4706@@ -308,44 +305,29 @@
4707 tleElements.second.clear();
4708 tleElements.second.append(tle2);
4709
4710- // The TLE library actually modifies the TLE strings, which is annoying (because
4711- // when we get updates, we want to check if there has been a change by using ==
4712- // with the original. Thus we make a copy to send to the TLE library.
4713- QByteArray t1(tleElements.first), t2(tleElements.second);
4714-
4715- // Also, the TLE library expects no more than 130 characters length input. We
4716- // shouldn't have sane input with a TLE longer than about 80, but just in case
4717- // we have a mal-formed input, we will truncate here to be safe
4718- t1.truncate(130);
4719- t2.truncate(130);
4720-
4721- pSatellite = new gSatTEME(designation.toAscii().data(),
4722- t1.data(),
4723- t2.data());
4724+ pSatWrapper = new gSatWrapper(designation, tle1, tle2);
4725+ orbitPoints.clear();
4726 }
4727
4728 void Satellite::update(double)
4729 {
4730- double jul_utc = StelApp::getInstance().getCore()->getNavigator()->getJDay();
4731-
4732- epochTime = jul_utc;
4733-
4734- if (pSatellite)
4735+ if (pSatWrapper)
4736 {
4737- pSatellite->setEpoch( epochTime);
4738- Position = pSatellite->getPos();
4739- Vel = pSatellite->getVel();
4740- LatLong = pSatellite->getSubPoint( epochTime);
4741- azElPos = observer.calculateLook( *pSatellite, epochTime);
4742-
4743- azimuth = azElPos[ AZIMUTH]/KDEG2RAD;
4744- elevation = azElPos[ ELEVATION]/KDEG2RAD;
4745- range = azElPos[ RANGE];
4746- rangeRate = azElPos[ RANGERATE];
4747- height = LatLong[2];
4748+ epochTime = StelApp::getInstance().getCore()->getNavigator()->getJDay();
4749+
4750+ pSatWrapper->setEpoch(epochTime);
4751+ position = pSatWrapper->getTEMEPos();
4752+ velocity = pSatWrapper->getTEMEVel();
4753+ latLongSubPointPosition = pSatWrapper->getSubPoint();
4754+ height = latLongSubPointPosition[2];
4755+ elAzPosition = pSatWrapper->getAltAz();
4756+ elAzPosition.normalize();
4757+
4758+ pSatWrapper->getSlantRange(range, rangeRate);
4759+ visibility = pSatWrapper->getVisibilityPredict();
4760
4761 // Compute orbit points to draw orbit line.
4762- if(orbitVisible) computeOrbitPoints();
4763+ if (orbitVisible) computeOrbitPoints();
4764 }
4765 }
4766
4767@@ -353,7 +335,7 @@
4768 {
4769 double result;
4770 double f = freq * 1000000;
4771- result = -f*((rangeRate*1000.0)/SPEED_OF_LIGHT);
4772+ result = -f*((rangeRate*1000.0)/SPEED_OF_LIGHT);
4773 return result/1000000;
4774 }
4775
4776@@ -364,17 +346,14 @@
4777
4778 void Satellite::draw(const StelCore* core, StelPainter& painter, float)
4779 {
4780- float a = (azimuth-90)*M_PI/180;
4781- Vec3d pos(sin(a),cos(a), tan(elevation * M_PI / 180.));
4782- XYZ = core->getNavigator()->altAzToJ2000(pos);
4783+ XYZ = core->getNavigator()->altAzToJ2000(elAzPosition);
4784 StelApp::getInstance().getVisionModeNight() ? glColor4f(0.6,0.0,0.0,1.0) : glColor4f(hintColor[0],hintColor[1],hintColor[2], Satellite::hintBrightness);
4785
4786-
4787 StelProjectorP prj = core->getProjection(StelCore::FrameJ2000);
4788+
4789 Vec3d xy;
4790 if (prj->project(XYZ,xy))
4791 {
4792-
4793 if (Satellite::showLabels)
4794 {
4795 painter.drawText(xy[0], xy[1], designation, 0, 10, 10, false);
4796@@ -382,54 +361,45 @@
4797 }
4798 painter.drawSprite2dMode(xy[0], xy[1], 11);
4799
4800- if(orbitVisible && Satellite::orbitLinesFlag) drawOrbit(painter);
4801+ if (orbitVisible && Satellite::orbitLinesFlag) drawOrbit(painter);
4802 }
4803 }
4804
4805
4806-void Satellite::drawOrbit(StelPainter& painter){
4807-
4808- Vec3d pos,posPrev;
4809-
4810- float a, azimth, elev;
4811+void Satellite::drawOrbit(StelPainter& painter)
4812+{
4813+ Vec3d position,previousPosition;
4814
4815 glDisable(GL_TEXTURE_2D);
4816
4817- QList<gVector>::iterator it= orbitPoints.begin();
4818+ QList<Vec3d>::iterator it= orbitPoints.begin();
4819
4820 //First point projection calculation
4821- azimth = it->at( AZIMUTH);
4822- elev = it->at( ELEVATION);
4823- a = ( (azimth/KDEG2RAD)-90)*M_PI/180;
4824- posPrev.set(sin(a),cos(a), tan( (elev/KDEG2RAD) * M_PI / 180.));
4825+ previousPosition.set(it->operator [](0), it->operator [](1), it->operator [](2));
4826
4827 it++;
4828 StelVertexArray vertexArray;
4829 vertexArray.primitiveType=StelVertexArray::Lines;
4830
4831 //Rest of points
4832- for(int i=1; i<orbitPoints.size();i++)
4833+ for (int i=1; i<orbitPoints.size(); i++)
4834 {
4835- azimth = it->at( AZIMUTH);
4836- elev = it->at( ELEVATION);
4837- a = ( (azimth/KDEG2RAD)-90)*M_PI/180;
4838- pos.set(sin(a),cos(a), tan( (elev/KDEG2RAD) * M_PI / 180.));
4839+ position.set(it->operator [](0), it->operator [](1), it->operator [](2));
4840 it++;
4841-
4842- pos.normalize();
4843- posPrev.normalize();
4844+ position.normalize();
4845+ previousPosition.normalize();
4846
4847 // Draw end (fading) parts of orbit lines one segment at a time.
4848 if (i<=orbitLineFadeSegments || orbitLineSegments-i < orbitLineFadeSegments)
4849 {
4850 painter.setColor((*orbitColor)[0], (*orbitColor)[1], (*orbitColor)[2], hintBrightness * calculateOrbitSegmentIntensity(i));
4851- painter.drawGreatCircleArc(posPrev, pos, &viewportHalfspace);
4852- }
4853- else {
4854- vertexArray.vertex << posPrev << pos;
4855- }
4856-
4857- posPrev = pos;
4858+ painter.drawGreatCircleArc(previousPosition, position, &viewportHalfspace);
4859+ }
4860+ else
4861+ {
4862+ vertexArray.vertex << previousPosition << position;
4863+ }
4864+ previousPosition = position;
4865 }
4866
4867 // Draw center section of orbit in one go
4868@@ -444,8 +414,14 @@
4869 float Satellite::calculateOrbitSegmentIntensity(int segNum)
4870 {
4871 int endDist = (orbitLineSegments/2) - abs(segNum-1 - (orbitLineSegments/2) % orbitLineSegments);
4872- if (endDist > orbitLineFadeSegments) { return 1.0; }
4873- else { return (endDist + 1) / (orbitLineFadeSegments + 1.0); }
4874+ if (endDist > orbitLineFadeSegments)
4875+ {
4876+ return 1.0;
4877+ }
4878+ else
4879+ {
4880+ return (endDist + 1) / (orbitLineFadeSegments + 1.0);
4881+ }
4882 }
4883
4884 void Satellite::setNightColors(bool night)
4885@@ -459,78 +435,80 @@
4886
4887 void Satellite::computeOrbitPoints()
4888 {
4889-
4890 gTimeSpan computeInterval(0, 0, 0, orbitLineSegmentDuration);
4891 gTimeSpan orbitSpan(0, 0, 0, orbitLineSegments*orbitLineSegmentDuration/2);
4892 gTime epochTm;
4893- gVector azElVector;
4894- int diffSlots;
4895-
4896- if( orbitPoints.isEmpty())//Setup orbitPoins
4897+ gTime epoch(epochTime);
4898+ gTime lastEpochComp(lastEpochCompForOrbit);
4899+ Vec3d elAzVector;
4900+ int diffSlots;
4901+
4902+
4903+ if (orbitPoints.isEmpty())//Setup orbitPoins
4904 {
4905- epochTm = epochTime - orbitSpan;
4906+ epochTm = epoch - orbitSpan;
4907
4908- for(int i=0; i<=orbitLineSegments; i++)
4909+ for (int i=0; i<=orbitLineSegments; i++)
4910 {
4911- pSatellite->setEpoch( epochTm);
4912- azElVector = observer.calculateLook( *pSatellite, epochTm);
4913- orbitPoints.append(azElVector);
4914- epochTm += computeInterval;
4915+ pSatWrapper->setEpoch(epochTm.getGmtTm());
4916+ elAzVector = pSatWrapper->getAltAz();
4917+ orbitPoints.append(elAzVector);
4918+ epochTm += computeInterval;
4919 }
4920 lastEpochCompForOrbit = epochTime;
4921 }
4922- else if( epochTime > lastEpochCompForOrbit)
4923+ else if (epochTime > lastEpochCompForOrbit)
4924 { // compute next orbit point when clock runs forward
4925
4926- gTimeSpan diffTime = epochTime - lastEpochCompForOrbit;
4927+ gTimeSpan diffTime = epoch - lastEpochComp;
4928 diffSlots = (int)(diffTime.getDblSeconds()/orbitLineSegmentDuration);
4929
4930- if(diffSlots > 0)
4931+ if (diffSlots > 0)
4932 {
4933- if( diffSlots > orbitLineSegments)
4934+ if (diffSlots > orbitLineSegments)
4935 {
4936 diffSlots = orbitLineSegments + 1;
4937- epochTm = epochTime - orbitSpan;
4938+ epochTm = epoch - orbitSpan;
4939 }
4940 else
4941 {
4942- epochTm = lastEpochCompForOrbit + orbitSpan + computeInterval;
4943+ epochTm = lastEpochComp + orbitSpan + computeInterval;
4944 }
4945
4946- for( int i=0; i<diffSlots; i++)
4947+ for (int i=0; i<diffSlots; i++)
4948 { //remove points at beginning of list and add points at end.
4949 orbitPoints.removeFirst();
4950- pSatellite->setEpoch( epochTm);
4951- azElVector = observer.calculateLook( *pSatellite, epochTm);
4952- orbitPoints.append(azElVector);
4953- epochTm += computeInterval;
4954+ pSatWrapper->setEpoch(epochTm.getGmtTm());
4955+ elAzVector = pSatWrapper->getAltAz();
4956+ orbitPoints.append(elAzVector);
4957+ epochTm += computeInterval;
4958 }
4959
4960 lastEpochCompForOrbit = epochTime;
4961 }
4962 }
4963- else if(epochTime < lastEpochCompForOrbit)
4964+ else if (epochTime < lastEpochCompForOrbit)
4965 { // compute next orbit point when clock runs backward
4966- gTimeSpan diffTime = lastEpochCompForOrbit - epochTime;
4967+ gTimeSpan diffTime = lastEpochComp - epoch;
4968 diffSlots = (int)(diffTime.getDblSeconds()/orbitLineSegmentDuration);
4969
4970- if(diffSlots > 0)
4971+ if (diffSlots > 0)
4972 {
4973- if( diffSlots > orbitLineSegments)
4974+ if (diffSlots > orbitLineSegments)
4975 {
4976 diffSlots = orbitLineSegments + 1;
4977- epochTm = epochTime + orbitSpan;
4978+ epochTm = epoch + orbitSpan;
4979 }
4980 else
4981 {
4982- epochTm = epochTime - orbitSpan - computeInterval;
4983+ epochTm = epoch - orbitSpan - computeInterval;
4984 }
4985- for( int i=0; i<diffSlots;i++)
4986+ for (int i=0; i<diffSlots; i++)
4987 { //remove points at end of list and add points at beginning.
4988 orbitPoints.removeLast();
4989- pSatellite->setEpoch( epochTm);
4990- azElVector = observer.calculateLook( *pSatellite, epochTm);
4991- orbitPoints.push_front(azElVector);
4992+ pSatWrapper->setEpoch(epochTm.getGmtTm());
4993+ elAzVector = pSatWrapper->getAltAz();
4994+ orbitPoints.push_front(elAzVector);
4995 epochTm -= computeInterval;
4996
4997 }
4998
4999=== modified file 'plugins/Satellites/src/Satellite.hpp'
5000--- plugins/Satellites/src/Satellite.hpp 2010-11-18 18:11:12 +0000
The diff has been truncated for viewing.