gpredict-svn Mailing List for Gpredict (Page 20)
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
You can subscribe to this list here.
2008 |
Jan
(24) |
Feb
|
Mar
(6) |
Apr
(14) |
May
(9) |
Jun
|
Jul
|
Aug
(25) |
Sep
(60) |
Oct
(26) |
Nov
|
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
(2) |
Mar
(22) |
Apr
(61) |
May
(57) |
Jun
|
Jul
(3) |
Aug
(83) |
Sep
(35) |
Oct
(50) |
Nov
(28) |
Dec
(34) |
2010 |
Jan
(29) |
Feb
(15) |
Mar
(2) |
Apr
|
May
(6) |
Jun
(2) |
Jul
(24) |
Aug
(2) |
Sep
(9) |
Oct
(43) |
Nov
(22) |
Dec
(6) |
2011 |
Jan
(24) |
Feb
(22) |
Mar
(31) |
Apr
(13) |
May
(10) |
Jun
(10) |
Jul
(43) |
Aug
(12) |
Sep
(18) |
Oct
(33) |
Nov
(18) |
Dec
(4) |
From: <cs...@us...> - 2009-10-12 22:17:49
|
Revision: 491 http://gpredict.svn.sourceforge.net/gpredict/?rev=491&view=rev Author: csete Date: 2009-10-12 22:17:42 +0000 (Mon, 12 Oct 2009) Log Message: ----------- Increase version number. Modified Paths: -------------- trunk/configure.ac Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2009-10-12 22:15:44 UTC (rev 490) +++ trunk/configure.ac 2009-10-12 22:17:42 UTC (rev 491) @@ -2,7 +2,7 @@ AM_CONFIG_HEADER(build-config.h) -AM_INIT_AUTOMAKE(gpredict, 1.1) +AM_INIT_AUTOMAKE(gpredict, 1.2svn) AM_MAINTAINER_MODE AC_PROG_INTLTOOL([0.21]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-12 22:15:52
|
Revision: 490 http://gpredict.svn.sourceforge.net/gpredict/?rev=490&view=rev Author: csete Date: 2009-10-12 22:15:44 +0000 (Mon, 12 Oct 2009) Log Message: ----------- Fixed memory leak (thanks to Charles Suprin AA1VS for patch). Modified Paths: -------------- trunk/src/gtk-rot-ctrl.c Modified: trunk/src/gtk-rot-ctrl.c =================================================================== --- trunk/src/gtk-rot-ctrl.c 2009-10-12 16:37:19 UTC (rev 489) +++ trunk/src/gtk-rot-ctrl.c 2009-10-12 22:15:44 UTC (rev 490) @@ -1028,10 +1028,11 @@ *az = g_strtod (vbuff[0], NULL); *el = g_strtod (vbuff[1], NULL); - g_free (buff); g_strfreev (vbuff); } - + + g_free (buff); + shutdown (sock, SHUT_RDWR); close (sock); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-12 16:37:31
|
Revision: 489 http://gpredict.svn.sourceforge.net/gpredict/?rev=489&view=rev Author: csete Date: 2009-10-12 16:37:19 +0000 (Mon, 12 Oct 2009) Log Message: ----------- Added downlink frequency for ITUPSAT1. Added Paths: ----------- trunk/data/trsp/35935.trsp Added: trunk/data/trsp/35935.trsp =================================================================== --- trunk/data/trsp/35935.trsp (rev 0) +++ trunk/data/trsp/35935.trsp 2009-10-12 16:37:19 UTC (rev 489) @@ -0,0 +1,6 @@ +[CW Beacon] +DOWN_LOW=437325000 + +[GFSK 19k2] +DOWN_LOW=437325000 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-12 16:34:07
|
Revision: 488 http://gpredict.svn.sourceforge.net/gpredict/?rev=488&view=rev Author: csete Date: 2009-10-12 16:34:00 +0000 (Mon, 12 Oct 2009) Log Message: ----------- Added downlink frequency for UWE-2. Added Paths: ----------- trunk/data/trsp/35933.trsp Added: trunk/data/trsp/35933.trsp =================================================================== --- trunk/data/trsp/35933.trsp (rev 0) +++ trunk/data/trsp/35933.trsp 2009-10-12 16:34:00 UTC (rev 488) @@ -0,0 +1,6 @@ +[AFSK 1k2] +DOWN_LOW=437385000 + +[FSK 9k6] +DOWN_LOW=437385000 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-12 16:28:43
|
Revision: 487 http://gpredict.svn.sourceforge.net/gpredict/?rev=487&view=rev Author: csete Date: 2009-10-12 16:28:36 +0000 (Mon, 12 Oct 2009) Log Message: ----------- Added downlink frequency for SWISSCUBE. Added Paths: ----------- trunk/data/trsp/35932.trsp Added: trunk/data/trsp/35932.trsp =================================================================== --- trunk/data/trsp/35932.trsp (rev 0) +++ trunk/data/trsp/35932.trsp 2009-10-12 16:28:36 UTC (rev 487) @@ -0,0 +1,6 @@ +[CW Beacon] +DOWN_LOW=437505000 + +[FSK 1k2 Beacon] +DOWN_LOW=437505000 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-12 16:25:06
|
Revision: 486 http://gpredict.svn.sourceforge.net/gpredict/?rev=486&view=rev Author: csete Date: 2009-10-12 16:25:00 +0000 (Mon, 12 Oct 2009) Log Message: ----------- Added downlink frequencies for BEESAT. Added Paths: ----------- trunk/data/trsp/35934.trsp Added: trunk/data/trsp/35934.trsp =================================================================== --- trunk/data/trsp/35934.trsp (rev 0) +++ trunk/data/trsp/35934.trsp 2009-10-12 16:25:00 UTC (rev 486) @@ -0,0 +1,6 @@ +[CW Beacon] +DOWN_LOW=436000000 + +[GMSK 4k8 9k6] +DOWN_LOW=436000000 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-12 16:20:51
|
Revision: 485 http://gpredict.svn.sourceforge.net/gpredict/?rev=485&view=rev Author: csete Date: 2009-10-12 16:20:44 +0000 (Mon, 12 Oct 2009) Log Message: ----------- Added names to new cubesats. Based on best guess by DK3WN. Modified Paths: -------------- trunk/data/satdata/satellites.dat Modified: trunk/data/satdata/satellites.dat =================================================================== --- trunk/data/satdata/satellites.dat 2009-10-12 16:15:11 UTC (rev 484) +++ trunk/data/satdata/satellites.dat 2009-10-12 16:20:44 UTC (rev 485) @@ -1387,8 +1387,8 @@ [35934] VERSION=1.1 -NAME=2009-051D -NICKNAME=2009-051D +NAME=BEESAT +NICKNAME=BEESAT TLE1=1 35934U 09051D 09284.28320008 .00003303 00000-0 81574-3 0 252 TLE2=2 35934 98.3265 18.8513 0006209 249.5714 110.4733 14.52725289 2628 @@ -2801,8 +2801,8 @@ [35933] VERSION=1.1 -NAME=2009-051C -NICKNAME=2009-051C +NAME=UWE-2 +NICKNAME=UWE-2 TLE1=1 35933U 09051C 09284.21482161 .00007800 00000-0 19109-2 0 219 TLE2=2 35933 98.3287 18.7890 0005767 262.1729 97.8870 14.52708200 2605 @@ -3025,8 +3025,8 @@ [35932] VERSION=1.1 -NAME=2009-051B -NICKNAME=2009-051B +NAME=SWISSCUBE +NICKNAME=SWISSCUBE TLE1=1 35932U 09051B 09284.29068744 .00005219 00000-0 12986-2 0 288 TLE2=2 35932 98.3344 18.8614 0006529 230.1438 129.8160 14.52125603 2611 @@ -5118,8 +5118,8 @@ [35935] VERSION=1.1 -NAME=2009-051E -NICKNAME=2009-051E +NAME=ITUPSAT1 +NICKNAME=ITUPSAT1 TLE1=1 35935U 09051E 09285.18634192 .00001930 00000-0 48744-3 0 217 TLE2=2 35935 98.3377 19.7626 0007874 218.2526 141.8086 14.52125518 2742 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-12 16:15:22
|
Revision: 484 http://gpredict.svn.sourceforge.net/gpredict/?rev=484&view=rev Author: csete Date: 2009-10-12 16:15:11 +0000 (Mon, 12 Oct 2009) Log Message: ----------- Updated satellite data. Modified Paths: -------------- trunk/data/satdata/gps-ops.cat trunk/data/satdata/resource.cat trunk/data/satdata/satellites.dat trunk/data/satdata/science.cat trunk/data/satdata/tle-new.cat Modified: trunk/data/satdata/gps-ops.cat =================================================================== --- trunk/data/satdata/gps-ops.cat 2009-10-05 16:11:47 UTC (rev 483) +++ trunk/data/satdata/gps-ops.cat 2009-10-12 16:15:11 UTC (rev 484) @@ -1,6 +1,7 @@ GPS Operational 20959 21552 +21890 22014 22108 22700 Modified: trunk/data/satdata/resource.cat =================================================================== --- trunk/data/satdata/resource.cat 2009-10-05 16:11:47 UTC (rev 483) +++ trunk/data/satdata/resource.cat 2009-10-12 16:15:11 UTC (rev 484) @@ -78,3 +78,4 @@ 35578 35681 35931 +35946 Modified: trunk/data/satdata/satellites.dat =================================================================== --- trunk/data/satdata/satellites.dat 2009-10-05 16:11:47 UTC (rev 483) +++ trunk/data/satdata/satellites.dat 2009-10-12 16:15:11 UTC (rev 484) @@ -3,575 +3,568 @@ VERSION=1.1 NAME=THOR AGENA D R/B NICKNAME=THOR AGENA D R/B -TLE1=1 00733U 64002A 09276.25396444 -.00000012 00000-0 13415-4 0 8885 -TLE2=2 00733 99.1138 303.4011 0035022 80.7042 279.8098 14.31269212379666 +TLE1=1 00733U 64002A 09284.78264811 -.00000000 00000-0 17948-4 0 8954 +TLE2=2 00733 99.1121 312.3438 0034929 56.4448 304.0048 14.31270308380885 [24960] VERSION=1.1 NAME=MOLNIYA 1-90 NICKNAME=MOLNIYA 1-90 -TLE1=1 24960U 97054A 09276.47422065 .00000174 00000-0 10000-3 0 5857 -TLE2=2 24960 63.7890 71.7561 7323768 253.7298 17.3849 2.00599401 88159 +TLE1=1 24960U 97054A 09284.99081043 .00000213 00000-0 10000-3 0 5966 +TLE2=2 24960 63.7824 70.5310 7328487 253.7067 47.7321 2.00600845 88328 [25908] VERSION=1.1 NAME=GLOBALSTAR M050 NICKNAME=GLOBALSTAR M050 -TLE1=1 25908U 99049B 09276.25541379 -.00000079 00000-0 10000-3 0 9873 -TLE2=2 25908 52.0005 19.4663 0009448 119.4752 240.7039 12.07307503460060 +TLE1=1 25908U 99049B 09284.70008496 -.00000079 00000-0 10000-3 0 9937 +TLE2=2 25908 52.0027 356.2942 0009355 135.2541 224.9055 12.07308592461089 [28922] VERSION=1.1 NAME=GIOVE-A NICKNAME=GIOVE-A -TLE1=1 28922U 05051A 09275.89346589 .00000042 00000-0 10000-3 0 5984 -TLE2=2 28922 56.0688 154.5360 0009705 347.6291 12.4481 1.69483699 23397 +TLE1=1 28922U 05051A 09284.15365481 .00000036 00000-0 10000-3 0 6024 +TLE2=2 28922 56.0689 154.3195 0009697 347.4420 12.6269 1.69483414 23531 [24932] VERSION=1.1 NAME=METEOSAT-7 NICKNAME=METEOSAT-7 -TLE1=1 24932U 97049B 09274.57002031 .00000066 00000-0 10000-3 0 7173 -TLE2=2 24932 5.4545 68.2613 0000199 144.2450 60.8970 1.00281265 44250 +TLE1=1 24932U 97049B 09284.16790679 .00000060 00000-0 10000-3 0 7287 +TLE2=2 24932 5.4760 68.1482 0000139 110.2874 319.3633 1.00267366 44354 [27858] VERSION=1.1 NAME=SCISAT 1 NICKNAME=SCISAT 1 -TLE1=1 27858U 03036A 09276.63049118 .00000025 00000-0 88604-5 0 8524 -TLE2=2 27858 73.9360 328.5422 0008180 353.5246 6.5819 14.74815258330708 +TLE1=1 27858U 03036A 09285.04179289 .00000012 00000-0 69550-5 0 8594 +TLE2=2 27858 73.9337 312.0077 0008388 333.8873 26.1897 14.74816316331940 [25495] VERSION=1.1 NAME=EUROBIRD 2 NICKNAME=EUROBIRD 2 -TLE1=1 25495U 98057A 09274.99741229 .00000143 00000-0 10000-3 0 7292 -TLE2=2 25495 0.0652 356.2527 0003317 201.0042 198.1634 1.00273170 40268 +TLE1=1 25495U 98057A 09281.98165627 .00000142 00000-0 10000-3 0 7324 +TLE2=2 25495 0.0640 344.8894 0004369 226.7113 185.0565 1.00273060 40330 [24869] VERSION=1.1 NAME=IRIDIUM 15 [+] NICKNAME=IRIDIUM 15 [+] -TLE1=1 24869U 97034A 09276.67565678 -.00000007 00000-0 -95261-5 0 8194 -TLE2=2 24869 86.3953 117.7496 0002296 76.3056 283.8393 14.34221741640652 +TLE1=1 24869U 97034A 09284.62925884 -.00000106 00000-0 -44746-4 0 8277 +TLE2=2 24869 86.3921 114.4228 0002198 75.1464 284.9974 14.34217053641799 [32404] VERSION=1.1 NAME=THURAYA-3 NICKNAME=THURAYA-3 -TLE1=1 32404U 08001A 09274.61797329 .00000000 00000-0 10000-3 0 3143 -TLE2=2 32404 5.5414 331.6545 0004756 202.6698 157.2350 1.00264871 6330 +TLE1=1 32404U 08001A 09284.27805486 -.00000316 00000-0 10000-3 0 3196 +TLE2=2 32404 5.5336 331.7124 0005196 217.4693 29.5664 1.00270397 6435 [28892] VERSION=1.1 NAME=UWE-1 NICKNAME=UWE-1 -TLE1=1 28892U 05043C 09277.16057635 .00000062 00000-0 22494-4 0 4469 -TLE2=2 28892 98.0383 164.0429 0017654 10.3865 349.7694 14.59772321209749 +TLE1=1 28892U 05043C 09284.70046750 .00000064 00000-0 22971-4 0 4522 +TLE2=2 28892 98.0361 171.3534 0017320 346.9646 13.1121 14.59774631210844 [23319] VERSION=1.1 NAME=EXPRESS 1 NICKNAME=EXPRESS 1 -TLE1=1 23319U 94067A 09276.05597364 .00000113 00000-0 10000-3 0 7477 -TLE2=2 23319 8.3575 61.5197 0002847 96.6934 263.4521 0.99826129 54698 +TLE1=1 23319U 94067A 09283.06747877 .00000043 00000-0 10000-3 0 7508 +TLE2=2 23319 8.3739 61.4321 0002718 102.8576 257.2116 0.99829225 54766 [25104] VERSION=1.1 NAME=IRIDIUM 45 [+] NICKNAME=IRIDIUM 45 [+] -TLE1=1 25104U 97082A 09276.73181318 .00000143 00000-0 44040-4 0 6984 -TLE2=2 25104 86.4001 351.3836 0002358 84.8780 275.2681 14.34221342617118 +TLE1=1 25104U 97082A 09284.68539548 .00000203 00000-0 65384-4 0 7071 +TLE2=2 25104 86.3993 348.0624 0002444 86.5314 273.6161 14.34223881618254 [17912] VERSION=1.1 NAME=SL-14 R/B NICKNAME=SL-14 R/B -TLE1=1 17912U 87038B 09276.26441692 .00000044 00000-0 25700-5 0 8754 -TLE2=2 17912 82.5033 167.2042 0022010 122.0428 238.2922 14.81486019210923 +TLE1=1 17912U 87038B 09284.16676452 .00000081 00000-0 72005-5 0 8825 +TLE2=2 17912 82.5028 159.8105 0022494 98.0505 262.3269 14.81487089212098 [28376] VERSION=1.1 NAME=AURA NICKNAME=AURA -TLE1=1 28376U 04026A 09276.77251957 .00000093 00000-0 30726-4 0 6132 -TLE2=2 28376 98.1847 219.2932 0001253 96.4125 263.7208 14.57122123277621 +TLE1=1 28376U 04026A 09285.15014389 -.00000029 00000-0 34846-5 0 6206 +TLE2=2 28376 98.1857 227.5289 0001377 88.7112 271.4245 14.57122955278841 -[35819] -VERSION=1.1 -NAME=H-2B DEB -NICKNAME=H-2B DEB -TLE1=1 35819U 09048C 09254.30868613 -.00003716 11746-4 00000+0 0 16 -TLE2=2 35819 51.6331 226.0861 0083662 330.8004 30.9660 16.17096693 74 - [27704] VERSION=1.1 NAME=GPS BIIR-09 (PRN 21) NICKNAME=GPS BIIR-09 (PRN 21) -TLE1=1 27704U 03010A 09275.03564735 -.00000016 00000-0 10000-3 0 7293 -TLE2=2 27704 53.4852 214.7336 0157484 214.3950 144.5586 2.00553472 47718 +TLE1=1 27704U 03010A 09283.01386492 .00000007 00000-0 10000-3 0 7392 +TLE2=2 27704 53.4777 214.4058 0146975 210.1642 149.1059 2.00554165 47870 [25478] VERSION=1.1 NAME=ORBCOMM FM24 [+] NICKNAME=ORBCOMM FM24 [+] -TLE1=1 25478U 98053D 09276.19598552 .00000208 00000-0 13608-3 0 6830 -TLE2=2 25478 45.0103 207.9870 0001430 292.2643 67.8056 14.28964578575407 +TLE1=1 25478U 98053D 09285.00508317 .00000164 00000-0 11899-3 0 6909 +TLE2=2 25478 45.0102 166.8382 0000828 321.7515 38.3274 14.28967101576662 [26407] VERSION=1.1 NAME=GPS BIIR-05 (PRN 28) NICKNAME=GPS BIIR-05 (PRN 28) -TLE1=1 26407U 00040A 09276.64668078 .00000058 00000-0 10000-3 0 5793 -TLE2=2 26407 55.4546 95.5533 0153463 244.5083 113.9495 2.00565923 67599 +TLE1=1 26407U 00040A 09283.62668345 .00000056 00000-0 10000-3 0 5873 +TLE2=2 26407 55.4593 95.2761 0153557 244.6100 113.8253 2.00565928 67738 [33315] VERSION=1.1 NAME=RAPIDEYE 3 NICKNAME=RAPIDEYE 3 -TLE1=1 33315U 08040D 09277.23134590 .00000026 00000-0 10447-4 0 2260 -TLE2=2 33315 97.9680 1.1686 0013656 66.6083 293.6568 14.79917967 59281 +TLE1=1 33315U 08040D 09285.14198711 .00000038 00000-0 11955-4 0 2510 +TLE2=2 33315 97.9677 9.0163 0013372 43.8015 316.4263 14.79919205 60455 [27560] VERSION=1.1 NAME=MOZHAYETS NICKNAME=MOZHAYETS -TLE1=1 27560U 02054B 09276.16682396 -.00000024 00000-0 46513-5 0 594 -TLE2=2 27560 97.9255 113.5232 0042019 234.5730 125.1528 14.55043842362456 +TLE1=1 27560U 02054B 09284.14386087 .00000078 00000-0 28042-4 0 638 +TLE2=2 27560 97.9251 121.0945 0042452 208.9591 150.9240 14.55045916363618 [20479] VERSION=1.1 NAME=ORIZURU (DEBUT) NICKNAME=ORIZURU (DEBUT) -TLE1=1 20479U 90013B 09276.24358029 -.00000071 00000-0 -76859-4 0 3838 -TLE2=2 20479 99.0591 178.5725 0538765 280.6723 73.4172 12.83687914920895 +TLE1=1 20479U 90013B 09284.81682002 -.00000043 00000-0 -15257-4 0 3914 +TLE2=2 20479 99.0581 185.5524 0538675 261.2381 92.7370 12.83687717921991 [25262] VERSION=1.1 NAME=IRIDIUM 51 [S] NICKNAME=IRIDIUM 51 [S] -TLE1=1 25262U 98018A 09276.72562108 .00000122 00000-0 30430-4 0 8378 -TLE2=2 25262 86.4440 54.7165 0002195 82.2896 277.8556 14.42946225607029 +TLE1=1 25262U 98018A 09284.42311889 .00000147 00000-0 38014-4 0 8487 +TLE2=2 25262 86.4456 51.5000 0002234 84.7406 275.4042 14.42947351608135 [29505] VERSION=1.1 NAME=SJ-6C NICKNAME=SJ-6C -TLE1=1 29505U 06046A 09277.18888815 .00000377 00000-0 44019-4 0 3150 -TLE2=2 29505 97.6918 281.2009 0004709 73.6870 286.4872 14.90674886160328 +TLE1=1 29505U 06046A 09285.10967456 .00000036 00000-0 91766-5 0 3413 +TLE2=2 29505 97.6910 288.9163 0004540 54.3843 305.7808 14.90672841161508 [25431] VERSION=1.1 NAME=IRIDIUM 3 [+] NICKNAME=IRIDIUM 3 [+] -TLE1=1 25431U 98048A 09276.70010038 .00000164 00000-0 51350-4 0 6746 -TLE2=2 25431 86.4014 351.5273 0002220 99.8118 260.3317 14.34221683582357 +TLE1=1 25431U 98048A 09284.65368296 .00000105 00000-0 30466-4 0 6831 +TLE2=2 25431 86.3994 348.2065 0002485 99.4488 260.6985 14.34223639583497 [26081] VERSION=1.1 NAME=GLOBALSTAR M063 NICKNAME=GLOBALSTAR M063 -TLE1=1 26081U 00008A 09276.38954338 -.00000086 00000-0 10000-3 0 699 -TLE2=2 26081 51.9993 275.7557 0000750 99.8991 260.1961 12.62259437453648 +TLE1=1 26081U 00008A 09284.46636414 -.00000086 00000-0 10000-3 0 767 +TLE2=2 26081 51.9978 251.1633 0000838 84.4853 275.6109 12.62259527454666 [27600] VERSION=1.1 NAME=MICRO LABSAT NICKNAME=MICRO LABSAT -TLE1=1 27600U 02056D 09277.15139124 -.00000031 00000-0 45043-5 0 8747 -TLE2=2 27600 98.3810 329.8169 0010103 290.1463 69.8634 14.28866828355006 +TLE1=1 27600U 02056D 09285.20434112 -.00000058 00000-0 -65847-5 0 8808 +TLE2=2 27600 98.3780 337.5542 0010028 263.0915 96.9142 14.28867459356153 [29480] VERSION=1.1 NAME=M-V-7 R/B NICKNAME=M-V-7 R/B -TLE1=1 29480U 06041B 09275.55825426 .00338983 28658-5 28228-3 0 213 -TLE2=2 29480 98.2438 121.7683 0038908 69.9884 290.5793 16.12044569172282 +TLE1=1 29480U 06041B 09283.86050409 .00510804 29274-5 27564-3 0 465 +TLE2=2 29480 98.2468 132.2170 0028810 37.7983 322.5351 16.18731348173626 [32750] VERSION=1.1 NAME=SAR-LUPE 4 NICKNAME=SAR-LUPE 4 -TLE1=1 32750U 08014A 09277.22971138 .00000949 00000-0 39422-4 0 7048 -TLE2=2 32750 98.1328 27.4975 0022491 54.8808 3.6276 15.26526937 84748 +TLE1=1 32750U 08014A 09285.10769833 .00000634 00000-0 27458-4 0 7307 +TLE2=2 32750 98.1338 36.0734 0021996 28.5747 96.2535 15.26538562 85943 [20918] VERSION=1.1 NAME=INMARSAT 2-F1 NICKNAME=INMARSAT 2-F1 -TLE1=1 20918U 90093A 09274.20965277 .00000111 00000-0 10000-3 0 6142 -TLE2=2 20918 6.8430 54.3320 0002493 120.3256 128.9156 1.00274372 65736 +TLE1=1 20918U 90093A 09280.34962670 .00000113 00000-0 10000-3 0 6252 +TLE2=2 20918 6.8564 54.2770 0003255 130.5817 175.2258 1.00276827 65796 [32790] VERSION=1.1 NAME=CANX-2 NICKNAME=CANX-2 -TLE1=1 32790U 08021H 09276.80046047 -.00000402 00000-0 -44332-4 0 4730 -TLE2=2 32790 97.9341 339.7617 0016385 41.9767 318.2703 14.81505996 77500 +TLE1=1 32790U 08021H 09284.22984736 -.00000745 00000-0 -88042-4 0 4793 +TLE2=2 32790 97.9297 347.1160 0015895 18.8146 341.3637 14.81502869 78606 [25415] VERSION=1.1 NAME=ORBCOMM FM19 [+] NICKNAME=ORBCOMM FM19 [+] -TLE1=1 25415U 98046C 09276.86606244 .00000301 00000-0 17683-3 0 1101 -TLE2=2 25415 44.9948 115.4180 0001990 153.6028 206.4910 14.27640153582225 +TLE1=1 25415U 98046C 09284.56367970 -.00000357 00000-0 -88036-4 0 1167 +TLE2=2 25415 44.9962 79.5253 0002662 191.7613 168.3173 14.27639077583324 [29155] VERSION=1.1 NAME=GOES 13 NICKNAME=GOES 13 -TLE1=1 29155U 06018A 09276.13363015 -.00000083 00000-0 10000-3 0 7728 -TLE2=2 29155 0.1466 113.3670 0003314 88.4193 112.8075 1.00272775 12330 +TLE1=1 29155U 06018A 09284.23718301 -.00000096 00000-0 10000-3 0 7858 +TLE2=2 29155 0.1639 114.5343 0003406 89.0845 156.2486 1.00272318 12415 [23864] VERSION=1.1 NAME=PALAPA C2 NICKNAME=PALAPA C2 -TLE1=1 23864U 96030A 09275.57152435 -.00000357 00000-0 10000-3 0 9390 -TLE2=2 23864 0.0175 109.4533 0001466 125.2129 95.4973 1.00271901 48990 +TLE1=1 23864U 96030A 09282.71477356 -.00000362 00000-0 10000-3 0 9415 +TLE2=2 23864 0.0349 24.2029 0001421 204.2672 160.2677 1.00268866 49077 [25937] VERSION=1.1 NAME=DIRECTV 1R NICKNAME=DIRECTV 1R -TLE1=1 25937U 99056A 09274.38113672 -.00000260 00000-0 10000-3 0 7258 -TLE2=2 25937 0.0041 181.2983 0002274 356.3286 257.3346 1.00271500 36570 +TLE1=1 25937U 99056A 09284.12930343 -.00000267 00000-0 10000-3 0 7283 +TLE2=2 25937 0.0153 166.6135 0002514 25.1265 162.1973 1.00271686 36669 [25078] VERSION=1.1 NAME=IRIDIUM 44 [-] NICKNAME=IRIDIUM 44 [-] -TLE1=1 25078U 97077B 09276.72897215 .00000114 00000-0 32012-4 0 2460 -TLE2=2 25078 86.3922 113.1883 0003575 96.6114 263.5499 14.36566923619511 +TLE1=1 25078U 97077B 09284.53027375 .00000079 00000-0 20139-4 0 2568 +TLE2=2 25078 86.3912 109.9126 0003902 86.1619 274.0021 14.36568029620633 [1293] VERSION=1.1 NAME=OSCAR 3 (OSCAR III) NICKNAME=OSCAR 3 (OSCAR III) -TLE1=1 01293U 65016F 09277.24546553 .00000018 00000-0 44866-4 0 6282 -TLE2=2 01293 70.0741 295.7220 0017120 16.4827 343.6838 14.04727780275124 +TLE1=1 01293U 65016F 09284.22372880 .00000050 00000-0 64383-4 0 6336 +TLE2=2 01293 70.0727 280.6379 0017428 6.7312 353.4028 14.04730569276106 [25962] VERSION=1.1 NAME=GLOBALSTAR M034 NICKNAME=GLOBALSTAR M034 -TLE1=1 25962U 99062B 09276.08524652 -.00000086 00000-0 10000-3 0 288 -TLE2=2 25962 51.9977 141.9863 0001316 118.2471 241.8554 12.62264462455076 +TLE1=1 25962U 99062B 09284.95387357 -.00000086 00000-0 10000-3 0 305 +TLE2=2 25962 51.9966 114.9828 0001579 134.7501 225.3506 12.62264713456190 [25275] VERSION=1.1 NAME=IRIDIUM 59 [+] NICKNAME=IRIDIUM 59 [+] -TLE1=1 25275U 98019D 09276.69099736 .00000160 00000-0 50212-4 0 3682 -TLE2=2 25275 86.3979 23.2277 0002309 59.1079 301.0347 14.34217048602801 +TLE1=1 25275U 98019D 09284.64460507 .00000147 00000-0 45370-4 0 3767 +TLE2=2 25275 86.3988 19.9072 0002269 61.9849 298.1577 14.34218945603941 [30773] VERSION=1.1 NAME=MIDSTAR-1 NICKNAME=MIDSTAR-1 -TLE1=1 30773U 07006B 09277.06695875 -.00000304 00000-0 00000+0 0 7315 -TLE2=2 30773 46.0241 137.5325 0008877 57.5907 302.5841 15.23796315143348 +TLE1=1 30773U 07006B 09283.88528161 -.00000304 00000-0 00000+0 0 7360 +TLE2=2 30773 46.0233 101.1933 0008833 98.7411 261.4480 15.23800870144389 [27954] VERSION=1.1 NAME=GALAXY 13 (HORIZONS-1) NICKNAME=GALAXY 13 (HORIZONS-1) -TLE1=1 27954U 03044A 09276.14496464 .00000050 00000-0 10000-3 0 9494 -TLE2=2 27954 0.0044 229.8107 0000763 222.3338 205.0419 1.00273967 22061 +TLE1=1 27954U 03044A 09282.46809613 .00000045 00000-0 10000-3 0 9517 +TLE2=2 27954 0.0171 200.0201 0000429 250.8884 328.8379 1.00269092 22130 [25288] VERSION=1.1 NAME=IRIDIUM 65 [+] NICKNAME=IRIDIUM 65 [+] -TLE1=1 25288U 98021D 09276.67770426 .00000173 00000-0 54614-4 0 7104 -TLE2=2 25288 86.3974 319.8113 0002534 92.9638 267.1846 14.34226214601753 +TLE1=1 25288U 98021D 09284.63127592 -.00000052 00000-0 -25546-4 0 7187 +TLE2=2 25288 86.3961 316.4859 0002601 87.8221 272.3271 14.34224159602897 [26063] VERSION=1.1 NAME=OPAL (OO-38) NICKNAME=OO-38 -TLE1=1 26063U 00004C 09276.36832945 -.00000018 00000-0 14230-4 0 6200 -TLE2=2 26063 100.2248 82.7705 0036681 317.3108 42.5224 14.35873254507476 +TLE1=1 26063U 00004C 09284.52109735 -.00000035 00000-0 85305-5 0 6279 +TLE2=2 26063 100.2251 92.4272 0036595 294.0836 65.6520 14.35873710508642 [31601] VERSION=1.1 NAME=OFEQ 7 NICKNAME=OFEQ 7 -TLE1=1 31601U 07025A 09277.10255707 .00002179 00000-0 73143-4 0 6265 -TLE2=2 31601 141.7478 34.7054 0072413 315.2193 152.7511 15.19844958129007 +TLE1=1 31601U 07025A 09285.12437569 .00001440 00000-0 41895-4 0 6511 +TLE2=2 31601 141.7486 82.8172 0071038 18.0029 124.9208 15.19861228130228 [11416] VERSION=1.1 NAME=NOAA 6 [P] NICKNAME=NOAA 6 [P] -TLE1=1 11416U 79057A 09276.63576532 .00000055 00000-0 36447-4 0 9844 -TLE2=2 11416 98.4081 288.2371 0009833 305.8108 54.2166 14.31935842577232 +TLE1=1 11416U 79057A 09284.53171173 .00000009 00000-0 19334-4 0 9939 +TLE2=2 11416 98.4069 295.8897 0009608 280.8419 79.1684 14.31936832578368 [23448] VERSION=1.1 NAME=RADUGA 32 NICKNAME=RADUGA 32 -TLE1=1 23448U 94087A 09275.88800640 -.00000133 00000-0 10000-3 0 1956 -TLE2=2 23448 10.4654 51.1639 0005670 129.6118 230.4992 1.00276183 71762 +TLE1=1 23448U 94087A 09276.88517704 -.00000132 00000-0 10000-3 0 1963 +TLE2=2 23448 10.4675 51.1523 0005665 130.0196 230.0820 1.00276105 71774 [28946] VERSION=1.1 NAME=EUROBIRD 9A NICKNAME=EUROBIRD 9A -TLE1=1 28946U 06007B 09275.81333692 .00000064 00000-0 10000-3 0 3875 -TLE2=2 28946 0.0060 295.0356 0004101 260.3698 118.0762 1.00274874 13122 +TLE1=1 28946U 06007B 09281.87636444 .00000061 00000-0 10000-3 0 3898 +TLE2=2 28946 0.0075 144.1457 0003813 63.1219 134.8752 1.00272866 13181 [22912] VERSION=1.1 NAME=METEOSAT-6 (MOP-3) NICKNAME=METEOSAT-6 (MOP-3) -TLE1=1 22912U 93073B 09274.77258927 -.00000014 00000-0 10000-3 0 2732 -TLE2=2 22912 8.6166 58.5980 0000937 184.5867 113.1560 1.00269093 56534 +TLE1=1 22912U 93073B 09279.95975792 -.00000013 00000-0 10000-3 0 2833 +TLE2=2 22912 8.6285 58.5348 0001022 184.8985 185.3471 1.00269581 56594 [24808] VERSION=1.1 NAME=THOR II NICKNAME=THOR II -TLE1=1 24808U 97025A 09275.17479888 .00000037 00000-0 10000-3 0 6531 -TLE2=2 24808 1.3350 80.3940 0002267 92.2498 266.4266 1.00274449 45317 +TLE1=1 24808U 97025A 09281.24747586 .00000038 00000-0 10000-3 0 6563 +TLE2=2 24808 1.3967 80.9130 0001203 101.5098 288.8336 1.00275456 45389 [6920] VERSION=1.1 NAME=NOAA 3 [-] NICKNAME=NOAA 3 [-] -TLE1=1 06920U 73086A 09276.58270486 -.00000030 00000-0 10000-3 0 2682 -TLE2=2 06920 101.7193 294.9166 0006410 329.0815 30.9869 12.40300290625714 +TLE1=1 06920U 73086A 09284.64866727 -.00000030 00000-0 10000-3 0 2766 +TLE2=2 06920 101.7195 302.6851 0006273 313.3535 46.7007 12.40300446626719 [25622] VERSION=1.1 NAME=GLOBALSTAR M040 NICKNAME=GLOBALSTAR M040 -TLE1=1 25622U 99004B 09276.32348697 -.00000086 00000-0 10000-3 0 894 -TLE2=2 25622 51.9902 229.8835 0000673 327.7364 32.3461 12.61705099491429 +TLE1=1 25622U 99004B 09283.92853703 -.00000086 00000-0 10000-3 0 998 +TLE2=2 25622 51.9918 206.7499 0000731 356.9677 3.1184 12.61705705492380 [27392] VERSION=1.1 NAME=GRACE 2 NICKNAME=GRACE 2 -TLE1=1 27392U 02012B 09276.79453179 .00000479 00000-0 13276-4 0 3084 -TLE2=2 27392 89.0207 348.5476 0019778 51.4565 308.8451 15.34301071421962 +TLE1=1 27392U 02012B 09284.68637858 .00000408 00000-0 11160-4 0 3148 +TLE2=2 27392 89.0185 347.4991 0018581 24.4489 335.7673 15.34308297423170 [32050] VERSION=1.1 NAME=INSAT-4CR NICKNAME=INSAT-4CR -TLE1=1 32050U 07037A 09275.57324758 -.00000076 00000-0 10000-3 0 5142 -TLE2=2 32050 0.0331 106.6561 0003662 53.4539 131.6935 1.00272478 7679 +TLE1=1 32050U 07037A 09282.76154409 -.00000082 00000-0 10000-3 0 5243 +TLE2=2 32050 0.0565 84.3768 0003494 79.5283 202.7849 1.00272514 7751 [27830] VERSION=1.1 NAME=BSAT-2C NICKNAME=BSAT-2C -TLE1=1 27830U 03028A 09275.56663179 -.00000349 00000-0 10000-3 0 542 -TLE2=2 27830 0.0444 120.8014 0006435 25.7505 178.7388 1.00270867 23145 +TLE1=1 27830U 03028A 09282.41215207 -.00000354 00000-0 10000-3 0 589 +TLE2=2 27830 0.0590 73.2935 0004719 131.9781 71.2316 1.00277395 23218 [24285] VERSION=1.1 NAME=FAST NICKNAME=FAST -TLE1=1 24285U 96049A 09275.93283034 .00000756 00000-0 67230-4 0 8566 -TLE2=2 24285 82.9753 4.4877 1997336 322.3288 25.2985 11.26406600530660 +TLE1=1 24285U 96049A 09283.92551227 .00000665 00000-0 60020-4 0 8307 +TLE2=2 24285 82.9767 0.4727 1996626 307.1211 36.3194 11.26418229531568 [25417] VERSION=1.1 NAME=ORBCOMM FM16 [+] NICKNAME=ORBCOMM FM16 [+] -TLE1=1 25417U 98046E 09276.81626502 .00000130 00000-0 10816-3 0 1535 -TLE2=2 25417 44.9986 116.7740 0000418 236.6896 123.3906 14.27641245582218 +TLE1=1 25417U 98046E 09284.86375564 -.00000188 00000-0 -19743-4 0 1600 +TLE2=2 25417 44.9991 79.2550 0000989 221.1168 138.9608 14.27644502583367 [20436] VERSION=1.1 NAME=SPOT 2 NICKNAME=SPOT 2 -TLE1=1 20436U 90005A 09277.06310673 .00000015 00000-0 13431-4 0 7901 -TLE2=2 20436 98.6559 349.7622 0154925 327.7799 31.4009 14.61899215 21457 +TLE1=1 20436U 90005A 09285.13942813 .00000082 00000-0 24720-4 0 8150 +TLE2=2 20436 98.6532 358.2198 0154575 302.7180 55.9194 14.61901582 22637 [28939] VERSION=1.1 NAME=AKARI (ASTRO-F) NICKNAME=AKARI (ASTRO-F) -TLE1=1 28939U 06005A 09276.11872310 .00000103 00000-0 32801-4 0 1016 -TLE2=2 28939 98.2504 278.4199 0007870 200.1005 159.9881 14.57565680191819 +TLE1=1 28939U 06005A 09284.63109366 .00000002 00000-0 10667-4 0 1087 +TLE2=2 28939 98.2509 286.8596 0008211 172.8373 187.2930 14.57566901193055 [24277] VERSION=1.1 NAME=MIDORI (ADEOS) NICKNAME=MIDORI (ADEOS) -TLE1=1 24277U 96046A 09277.00244539 .00000007 00000-0 19233-4 0 1743 -TLE2=2 24277 98.3782 237.2252 0001269 359.1447 0.9733 14.28600982684465 +TLE1=1 24277U 96046A 09284.84678031 -.00000017 00000-0 98676-5 0 1809 +TLE2=2 24277 98.3798 244.7626 0000875 343.0946 17.0209 14.28601119685582 [25897] VERSION=1.1 NAME=YAMAL 102 NICKNAME=YAMAL 102 -TLE1=1 25897U 99047B 09276.33046859 -.00000220 00000-0 10000-3 0 2972 -TLE2=2 25897 5.6823 68.7971 0003364 132.0717 20.0534 1.00271228 36985 +TLE1=1 25897U 99047B 09285.18592036 -.00000236 00000-0 10000-3 0 3044 +TLE2=2 25897 5.7028 68.6897 0003626 141.8205 327.0905 1.00269835 37074 [25949] VERSION=1.1 NAME=TELSTAR 12 (ORION 2) NICKNAME=TELSTAR 12 (ORION 2) -TLE1=1 25949U 99059A 09275.87571264 -.00000117 00000-0 10000-3 0 7345 -TLE2=2 25949 0.0378 89.3938 0002462 100.4374 122.1634 1.00271893 36450 +TLE1=1 25949U 99059A 09282.57290868 -.00000122 00000-0 10000-3 0 7366 +TLE2=2 25949 0.0573 82.7521 0002758 104.1926 22.6414 1.00271541 36522 [26631] VERSION=1.1 NAME=EROS A1 NICKNAME=EROS A1 -TLE1=1 26631U 00079A 09277.22001946 .00001222 00000-0 63060-4 0 2419 -TLE2=2 26631 97.4774 341.3286 0008420 335.7400 101.2856 15.18202395491060 +TLE1=1 26631U 00079A 09285.25249940 .00000704 00000-0 37745-4 0 2672 +TLE2=2 26631 97.4758 349.2671 0007870 303.8419 87.1683 15.18215499492285 [28622] VERSION=1.1 NAME=HIMAWARI 6 (MTSAT-1R) NICKNAME=HIMAWARI 6 (MTSAT-1R) -TLE1=1 28622U 05006A 09275.18334727 -.00000279 00000-0 10000-3 0 2726 -TLE2=2 28622 0.0574 9.1892 0002357 330.5193 237.4095 1.00271696 16827 +TLE1=1 28622U 05006A 09281.52240056 -.00000280 00000-0 10000-3 0 2757 +TLE2=2 28622 0.0691 9.7203 0002460 331.0602 4.6360 1.00269111 16889 [26824] VERSION=1.1 NAME=INTELSAT 901 (IS-901) NICKNAME=INTELSAT 901 (IS-901) -TLE1=1 26824U 01024A 09275.23566123 -.00000140 00000-0 10000-3 0 4704 -TLE2=2 26824 0.0079 154.5384 0003354 17.7095 265.6920 1.00271965 30491 +TLE1=1 26824U 01024A 09282.98996131 -.00000145 00000-0 10000-3 0 4738 +TLE2=2 26824 0.0085 176.7257 0003192 14.4136 166.0014 1.00271948 30560 [26610] VERSION=1.1 NAME=STRV 1C NICKNAME=STRV 1C -TLE1=1 26610U 00072C 09275.57803947 -.00000212 00000-0 00000+0 0 9861 -TLE2=2 26610 6.5877 249.2835 7333868 136.1711 313.1241 2.03458520 66007 +TLE1=1 26610U 00072C 09278.03237310 -.00000317 00000-0 00000+0 0 9877 +TLE2=2 26610 6.5796 248.3971 7333869 137.8208 310.7913 2.03459707 66050 [24713] VERSION=1.1 NAME=AMC-2 (GE-2) NICKNAME=AMC-2 (GE-2) -TLE1=1 24713U 97002A 09275.24319222 -.00000114 00000-0 10000-3 0 9679 -TLE2=2 24713 0.0504 104.2215 0002269 97.1167 156.3232 1.00272240 46418 +TLE1=1 24713U 97002A 09282.44189730 -.00000116 00000-0 10000-3 0 9704 +TLE2=2 24713 0.0675 88.0635 0002480 121.5299 226.6773 1.00264512 46497 [21701] VERSION=1.1 NAME=UARS NICKNAME=UARS -TLE1=1 21701U 91063B 09276.91460748 .00008931 00000-0 11683-3 0 7815 -TLE2=2 21701 56.9697 247.3224 0076394 29.9179 330.6222 15.56125766996146 +TLE1=1 21701U 91063B 09284.23770652 .00006553 00000-0 86913-4 0 7870 +TLE2=2 21701 56.9702 215.1564 0077445 43.8099 316.9082 15.56237618997284 [32953] VERSION=1.1 NAME=YUBILEINY (RS-30) NICKNAME=YUBILEINY (RS-30) -TLE1=1 32953U 08025A 09276.85067410 .00000010 00000-0 00000+0 0 4201 -TLE2=2 32953 82.5047 189.0494 0018564 305.9424 53.9931 12.43003202 61897 +TLE1=1 32953U 08025A 09284.81913547 .00000010 00000-0 00000+0 0 4263 +TLE2=2 32953 82.5052 184.0982 0018407 288.2389 71.6690 12.43003059 62888 [25418] VERSION=1.1 NAME=ORBCOMM FM15 [+] NICKNAME=ORBCOMM FM15 [+] -TLE1=1 25418U 98046F 09276.05669343 -.00000050 00000-0 35797-4 0 2069 -TLE2=2 25418 44.9994 120.5370 0000915 191.7920 168.2920 14.27650588582103 +TLE1=1 25418U 98046F 09284.73392628 .00000032 00000-0 68568-4 0 2131 +TLE2=2 25418 44.9985 80.0805 0002097 222.8056 137.2594 14.27655724583342 [27847] VERSION=1.1 NAME=CANX-1 NICKNAME=CANX-1 -TLE1=1 27847U 03031H 09275.98985322 .00000028 00000-0 33170-4 0 6067 -TLE2=2 27847 98.7074 284.5786 0009493 168.6288 191.5121 14.20976982324602 +TLE1=1 27847U 03031H 09284.43951775 .00000002 00000-0 21205-4 0 6127 +TLE2=2 27847 98.7063 292.9071 0009650 144.4659 215.7147 14.20977837325809 [7338] VERSION=1.1 NAME=SL-8 R/B NICKNAME=SL-8 R/B -TLE1=1 07338U 74044B 09277.15250288 .00006902 00000-0 13301-3 0 9848 -TLE2=2 07338 82.8845 336.5533 0217581 49.6896 312.3099 15.25769786816202 +TLE1=1 07338U 74044B 09284.49749313 .00004694 00000-0 90478-4 0 9909 +TLE2=2 07338 82.8833 329.5577 0216556 23.7402 337.3592 15.25838405817320 [24931] VERSION=1.1 NAME=EUROBIRD 4 NICKNAME=EUROBIRD 4 -TLE1=1 24931U 97049A 09274.84903214 -.00000096 00000-0 10000-3 0 497 -TLE2=2 24931 0.6072 81.5442 0012577 72.1864 238.5180 1.00271953 44328 +TLE1=1 24931U 97049A 09279.93622921 -.00000091 00000-0 10000-3 0 524 +TLE2=2 24931 0.6209 81.4950 0012492 75.5367 271.6105 1.00271493 44373 [694] VERSION=1.1 NAME=ATLAS CENTAUR 2 NICKNAME=ATLAS CENTAUR 2 -TLE1=1 00694U 63047A 09276.49566988 .00000415 00000-0 40279-4 0 771 -TLE2=2 00694 30.3612 75.3793 0617051 242.2232 111.4502 13.95057453288584 +TLE1=1 00694U 63047A 09284.72525668 .00000226 00000-0 16132-4 0 856 +TLE2=2 00694 30.3649 30.5930 0617087 312.7790 42.2471 13.95059697289737 [25158] VERSION=1.1 NAME=ORBCOMM FM03 [-] NICKNAME=ORBCOMM FM03 [-] -TLE1=1 25158U 98007B 09277.20948394 .00000131 00000-0 10919-3 0 9931 -TLE2=2 25158 107.9729 335.5295 0048762 102.5904 258.0689 14.25462157605059 +TLE1=1 25158U 98007B 09284.22710569 .00000019 00000-0 62466-4 0 9987 +TLE2=2 25158 107.9666 349.7358 0048622 89.9018 270.7688 14.25464765606053 [24842] VERSION=1.1 NAME=IRIDIUM 911 [-] NICKNAME=IRIDIUM 911 [-] -TLE1=1 24842U 97030G 09276.53033578 .00000125 00000-0 30983-4 0 4368 -TLE2=2 24842 86.4393 88.9233 0017278 62.6131 297.6826 14.43188201646910 +TLE1=1 24842U 97030G 09284.50387403 .00000069 00000-0 14516-4 0 4465 +TLE2=2 24842 86.4398 85.5847 0016859 39.6671 320.5759 14.43189098648060 [25880] VERSION=1.1 NAME=TELKOM 1 NICKNAME=TELKOM 1 -TLE1=1 25880U 99042A 09275.56549014 -.00000343 00000-0 10000-3 0 8044 -TLE2=2 25880 0.0399 186.9399 0002043 26.1539 109.8731 1.00276278 37200 +TLE1=1 25880U 99042A 09282.26979892 -.00000346 00000-0 10000-3 0 8087 +TLE2=2 25880 0.0232 194.8700 0002118 36.2983 352.0024 1.00271969 37274 [28981] VERSION=1.1 NAME=ST5-B NICKNAME=ST5-B -TLE1=1 28981U 06008B 09276.53490714 .00008865 13884-5 30776-3 0 1623 -TLE2=2 28981 105.6754 298.7711 2326989 64.2184 318.0091 10.75139596137444 +TLE1=1 28981U 06008B 09285.18636891 .00008622 14115-5 29811-3 0 1708 +TLE2=2 28981 105.6720 307.6415 2326727 53.7302 325.7000 10.75281113138374 [24792] VERSION=1.1 NAME=IRIDIUM 8 [+] NICKNAME=IRIDIUM 8 [+] -TLE1=1 24792U 97020A 09276.47239516 .00000048 00000-0 10117-4 0 7773 -TLE2=2 24792 86.3922 54.6577 0002230 80.8635 279.2811 14.34211647649908 +TLE1=1 24792U 97020A 09284.42603474 .00000150 00000-0 46429-4 0 7864 +TLE2=2 24792 86.3941 51.3334 0002203 82.3390 277.8055 14.34212861651040 [19573] VERSION=1.1 NAME=COSMOS 1975 NICKNAME=COSMOS 1975 -TLE1=1 19573U 88093A 09277.21109137 .00000283 00000-0 23067-4 0 6646 -TLE2=2 19573 82.5273 165.5268 0019568 83.2987 277.0456 14.95415681138336 +TLE1=1 19573U 88093A 09285.17370666 .00000271 00000-0 22007-4 0 6715 +TLE2=2 19573 82.5249 157.9352 0019536 59.5786 300.7359 14.95418069139527 [23185] VERSION=1.1 NAME=APSTAR 1 NICKNAME=APSTAR 1 -TLE1=1 23185U 94043A 09277.01277626 -.00000259 00000-0 10000-3 0 2876 -TLE2=2 23185 4.6758 70.9454 0001042 121.9759 326.4995 1.00268839 55679 +TLE1=1 23185U 94043A 09284.02104220 -.00000272 00000-0 10000-3 0 2925 +TLE2=2 23185 4.6906 70.8911 0001274 142.5359 315.8920 1.00272725 55740 [24834] VERSION=1.1 NAME=FENGYUN 2A NICKNAME=FENGYUN 2A -TLE1=1 24834U 97029A 09275.34509261 -.00000075 00000-0 10000-3 0 4218 -TLE2=2 24834 8.6538 61.4179 0095755 75.1823 285.9952 0.96051111 44796 +TLE1=1 24834U 97029A 09283.67335718 -.00000149 00000-0 10000-3 0 4242 +TLE2=2 24834 8.6739 61.3219 0095714 75.4696 285.6296 0.96052269 44871 [26410] VERSION=1.1 NAME=CLUSTER II-FM6 NICKNAME=CLUSTER II-FM6 -TLE1=1 26410U 00041A 09275.62500000 .00000510 00000-0 00000-0 0 3905 -TLE2=2 26410 117.0949 198.3446 8670468 37.6050 357.6184 0.42027213 5056 +TLE1=1 26410U 00041A 09285.16666667 .00000501 00000-0 00000-0 0 3952 +TLE2=2 26410 117.5063 198.8471 8681466 37.7862 1.5740 0.42035583 5099 [28187] VERSION=1.1 NAME=EUTELSAT W3A NICKNAME=EUTELSAT W3A -TLE1=1 28187U 04008A 09275.03245281 .00000048 00000-0 10000-3 0 8474 -TLE2=2 28187 0.0675 351.4241 0004565 184.0679 214.1028 1.00273613 20396 +TLE1=1 28187U 04008A 09284.10382068 .00000038 00000-0 10000-3 0 8511 +TLE2=2 28187 0.0691 352.5949 0004489 201.3698 230.2482 1.00270999 20487 [30582] VERSION=1.1 @@ -584,64 +577,64 @@ VERSION=1.1 NAME=HELIOS 1B NICKNAME=HELIOS 1B -TLE1=1 25977U 99064A 09277.04410881 .00000450 00000-0 70462-4 0 6820 -TLE2=2 25977 98.3455 281.6567 0001611 7.8876 352.2351 14.77723761528007 +TLE1=1 25977U 99064A 09285.03415693 .00000232 00000-0 40145-4 0 7053 +TLE2=2 25977 98.3473 289.9306 0001058 345.2699 14.8512 14.77724837529181 [25432] VERSION=1.1 NAME=IRIDIUM 76 [+] NICKNAME=IRIDIUM 76 [+] -TLE1=1 25432U 98048B 09276.71912755 .00000135 00000-0 41282-4 0 6005 -TLE2=2 25432 86.4009 351.3636 0001666 83.7833 276.3547 14.34221253582346 +TLE1=1 25432U 98048B 09284.67271041 .00000111 00000-0 32678-4 0 6097 +TLE2=2 25432 86.3990 348.0432 0001728 94.0202 266.1181 14.34223513583483 [25758] VERSION=1.1 NAME=IRS-P4 (OCEANSAT 1) NICKNAME=IRS-P4 (OCEANSAT 1) -TLE1=1 25758U 99029C 09276.47777099 .00000086 00000-0 32873-4 0 2635 -TLE2=2 25758 98.2764 9.7077 0000704 43.1712 316.9540 14.50863254548568 +TLE1=1 25758U 99029C 09284.96045364 .00000109 00000-0 38637-4 0 2709 +TLE2=2 25758 98.2765 18.0538 0000389 86.4054 273.7183 14.50865914549796 [20261] VERSION=1.1 NAME=INTERCOSMOS 24 NICKNAME=INTERCOSMOS 24 -TLE1=1 20261U 89080A 09276.43440620 .00000145 00000-0 33611-4 0 9968 -TLE2=2 20261 82.5908 29.2497 1215881 91.4822 282.5544 12.53445467913149 +TLE1=1 20261U 89080A 09283.77773013 .00000007 00000-0 -76680-5 0 40 +TLE2=2 20261 82.5928 24.5157 1215875 74.6147 298.5750 12.53444559914067 [25163] VERSION=1.1 NAME=GLOBALSTAR M004 NICKNAME=GLOBALSTAR M004 -TLE1=1 25163U 98008B 09276.12892039 -.00000086 00000-0 10000-3 0 4297 -TLE2=2 25163 52.0007 269.4606 0003332 171.0787 189.0145 12.63155506536824 +TLE1=1 25163U 98008B 09284.83302944 -.00000086 00000-0 10000-3 0 4363 +TLE2=2 25163 51.9997 242.9152 0002905 188.6084 171.4733 12.63155909537928 [26766] VERSION=1.1 NAME=INTELSAT 10 (IS-10) NICKNAME=INTELSAT 10 (IS-10) -TLE1=1 26766U 01019A 09275.98846987 -.00000023 00000-0 10000-3 0 4579 -TLE2=2 26766 0.0144 266.1322 0000457 331.5159 198.5383 1.00273390 30750 +TLE1=1 26766U 01019A 09279.94658008 -.00000020 00000-0 10000-3 0 4593 +TLE2=2 26766 0.0248 258.6219 0000707 339.5147 186.8773 1.00273101 30796 [25978] VERSION=1.1 NAME=CLEMENTINE NICKNAME=CLEMENTINE -TLE1=1 25978U 99064B 09276.76014199 -.00000236 00000-0 -20655-4 0 7566 -TLE2=2 25978 98.1342 353.4111 0011230 130.1148 230.1065 14.85523688532033 +TLE1=1 25978U 99064B 09284.77564404 .00000303 00000-0 41628-4 0 7639 +TLE2=2 25978 98.1330 1.5999 0011560 106.4535 253.7996 14.85529208533227 [29640] VERSION=1.1 NAME=FENGYUN 2D NICKNAME=FENGYUN 2D -TLE1=1 29640U 06053A 09276.96259157 -.00000193 00000-0 10000-3 0 7573 -TLE2=2 29640 0.1260 184.3924 0001850 129.5451 131.8877 1.00272186 10399 +TLE1=1 29640U 06053A 09283.06525218 -.00000203 00000-0 10000-3 0 7613 +TLE2=2 29640 0.1260 180.8687 0001592 131.3255 176.6143 1.00271144 10455 [22931] VERSION=1.1 NAME=THAICOM 1 NICKNAME=THAICOM 1 -TLE1=1 22931U 93078B 09275.92102513 -.00000359 00000-0 10000-3 0 4650 -TLE2=2 22931 0.5927 75.9647 0001681 167.2635 220.1004 1.00269346 57402 +TLE1=1 22931U 93078B 09282.61177035 -.00000365 00000-0 10000-3 0 4685 +TLE2=2 22931 0.6077 75.9780 0002156 188.1962 94.3504 1.00267525 57469 [30581] VERSION=1.1 @@ -654,3417 +647,3410 @@ VERSION=1.1 NAME=AMAZONAS NICKNAME=AMAZONAS -TLE1=1 28393U 04031A 09276.06655490 -.00000280 00000-0 10000-3 0 6725 -TLE2=2 28393 0.0495 20.9119 0001467 109.5152 204.4562 1.00272092 18946 +TLE1=1 28393U 04031A 09283.43257502 -.00000289 00000-0 10000-3 0 6758 +TLE2=2 28393 0.0421 43.4812 0002203 106.6540 323.7583 1.00271296 19026 [26082] VERSION=1.1 NAME=GLOBALSTAR M062 NICKNAME=GLOBALSTAR M062 -TLE1=1 26082U 00008B 09276.43421063 -.00000086 00000-0 10000-3 0 9701 -TLE2=2 26082 52.0059 52.2107 0001705 65.8313 294.2736 12.62266864445354 +TLE1=1 26082U 00008B 09284.74853924 -.00000086 00000-0 10000-3 0 9776 +TLE2=2 26082 52.0080 26.9027 0001556 79.6270 280.4762 12.62266948446402 [26071] VERSION=1.1 NAME=HISPASAT 1C NICKNAME=HISPASAT 1C -TLE1=1 26071U 00007A 09275.44646196 -.00000215 00000-0 10000-3 0 3106 -TLE2=2 26071 0.0561 20.0003 0003658 142.0209 340.0434 1.00271840 35464 +TLE1=1 26071U 00007A 09281.18588538 -.00000214 00000-0 10000-3 0 3131 +TLE2=2 26071 0.0772 32.7279 0003549 136.0223 245.1491 1.00270418 35526 [25039] VERSION=1.1 NAME=IRIDIUM 43 [+] NICKNAME=IRIDIUM 43 [+] -TLE1=1 25039U 97069A 09276.63127458 -.00000033 00000-0 -18867-4 0 7473 -TLE2=2 25039 86.3936 117.9341 0002259 76.3872 283.7570 14.34221143623045 +TLE1=1 25039U 97069A 09284.58486866 -.00000141 00000-0 -57345-4 0 7550 +TLE2=2 25039 86.3931 114.6077 0002219 72.7761 287.3674 14.34219448624189 [27852] VERSION=1.1 NAME=ECHOSTAR 12 (RAINBOW 1) NICKNAME=ECHOSTAR 12 (RAINBOW 1) -TLE1=1 27852U 03033A 09273.33929719 -.00000287 00000-0 10000-3 0 204 -TLE2=2 27852 0.0107 302.3763 0001107 283.8048 203.5499 1.00272169 22789 +TLE1=1 27852U 03033A 09284.22627100 -.00000292 00000-0 10000-3 0 265 +TLE2=2 27852 0.0486 40.6136 0001257 139.9431 219.2499 1.00271408 22899 [25491] VERSION=1.1 NAME=EUTELSAT W2 NICKNAME=EUTELSAT W2 -TLE1=1 25491U 98056A 09274.97717416 .00000104 00000-0 10000-3 0 7585 -TLE2=2 25491 0.0443 80.5817 0005553 119.6656 178.3687 1.00271704 40292 +TLE1=1 25491U 98056A 09283.22119178 .00000098 00000-0 10000-3 0 7632 +TLE2=2 25491 0.0619 73.8912 0005040 125.8995 274.8188 1.00273932 40376 [28378] VERSION=1.1 NAME=ANIK F2 NICKNAME=ANIK F2 -TLE1=1 28378U 04027A 09275.45767168 -.00000049 00000-0 10000-3 0 8625 -TLE2=2 28378 0.0188 104.7328 0000888 65.8410 254.4126 1.00271999 19170 +TLE1=1 28378U 04027A 09281.35846117 -.00000049 00000-0 10000-3 0 8645 +TLE2=2 28378 0.0178 274.0092 0001010 291.4373 189.6423 1.00272384 19236 [31598] VERSION=1.1 NAME=COSMO-SKYMED 1 NICKNAME=COSMO-SKYMED 1 -TLE1=1 31598U 07023A 09277.15738078 -.00000576 00000-0 -65817-4 0 6057 -TLE2=2 31598 97.8644 104.0672 0001270 81.1728 278.9639 14.82160544125763 +TLE1=1 31598U 07023A 09285.12357571 -.00000007 00000-0 56224-5 0 6318 +TLE2=2 31598 97.8641 111.8966 0001263 74.6315 285.5035 14.82164299126949 [24798] VERSION=1.1 NAME=DFH 3-2 NICKNAME=DFH 3-2 -TLE1=1 24798U 97021A 09275.81056825 -.00000344 00000-0 10000-3 0 7362 -TLE2=2 24798 5.3311 69.5488 0006106 335.5943 24.6152 1.00271912 45417 +TLE1=1 24798U 97021A 09276.80773423 -.00000342 00000-0 10000-3 0 7382 +TLE2=2 24798 5.3335 69.5255 0005746 335.8174 24.3782 1.00271412 45425 [25307] VERSION=1.1 NAME=GLOBALSTAR M006 NICKNAME=GLOBALSTAR M006 -TLE1=1 25307U 98023B 09276.31271033 -.00000086 00000-0 10000-3 0 1422 -TLE2=2 25307 52.0001 320.9842 0000683 58.9221 301.1710 12.62264892527873 +TLE1=1 25307U 98023B 09284.54786421 -.00000086 00000-0 10000-3 0 1495 +TLE2=2 25307 51.9991 295.9119 0000501 61.7177 298.3735 12.62264958528911 [27939] VERSION=1.1 NAME=MOZHAYETS 4 (RS-22) NICKNAME=RS-22 -TLE1=1 27939U 03042A 09276.23594931 .00000145 00000-0 36885-4 0 9049 -TLE2=2 27939 97.9255 147.0730 0013955 147.5215 212.6867 14.63344375321377 +TLE1=1 27939U 03042A 09285.19341909 -.00000022 00000-0 46041-5 0 9118 +TLE2=2 27939 97.9229 155.6852 0014283 120.1337 240.1276 14.63346022322681 [26390] VERSION=1.1 NAME=SIRIUS-1 NICKNAME=SIRIUS-1 -TLE1=1 26390U 00035A 09275.85582052 .00000008 00000-0 10000-3 0 5589 -TLE2=2 26390 61.4404 254.2216 2683117 270.0851 59.3763 1.00272079 33922 +TLE1=1 26390U 00035A 09283.83381445 .00000009 00000-0 10000-3 0 5647 +TLE2=2 26390 61.4369 254.1358 2678335 270.0329 59.3447 1.00270900 34004 [28492] VERSION=1.1 NAME=HELIOS-2A NICKNAME=HELIOS-2A -TLE1=1 28492U 04049A 09277.03308774 .00000079 00000-0 24129-4 0 3665 -TLE2=2 28492 98.0928 211.8914 0001588 58.6264 301.5092 14.63842400256063 +TLE1=1 28492U 04049A 09285.16723354 -.00000166 00000-0 -22952-4 0 3901 +TLE2=2 28492 98.0932 219.8824 0001343 48.2944 311.8378 14.63841719257250 [35931] VERSION=1.1 NAME=OCEANSAT 2 NICKNAME=OCEANSAT 2 -TLE1=1 35931U 09051A 09277.20293765 .00005986 00000-0 15388-2 0 205 -TLE2=2 35931 98.3387 11.8102 0001610 195.6557 164.3976 14.50530447 1583 +TLE1=1 35931U 09051A 09285.20489308 .00005985 00000-0 15388-2 0 382 +TLE2=2 35931 98.3333 19.7340 0002146 173.7512 186.3168 14.50522326 2741 [13969] VERSION=1.1 NAME=TDRS 1 NICKNAME=TDRS 1 -TLE1=1 13969U 83026B 09274.10830563 -.00000294 00000-0 10000-3 0 9322 -TLE2=2 13969 13.4179 8.4309 0028524 230.7154 120.7363 1.00264907 70055 +TLE1=1 13969U 83026B 09285.09480616 -.00000305 00000-0 10000-3 0 9381 +TLE2=2 13969 13.4258 8.3422 0031007 232.6557 124.9448 1.00273188 70169 [26561] VERSION=1.1 NAME=HETE-2 NICKNAME=HETE-2 -TLE1=1 26561U 00061A 09277.02890371 .00001127 00000-0 27548-4 0 4752 -TLE2=2 26561 1.9535 134.4436 0023479 169.2373 190.8197 14.96089304491436 +TLE1=1 26561U 00061A 09284.29460617 .00001172 00000-0 31378-4 0 4773 +TLE2=2 26561 1.9513 80.8124 0023651 276.2657 83.4832 14.96094033492525 [25126] VERSION=1.1 NAME=HGS-1 (ASIASAT 3) NICKNAME=HGS-1 (ASIASAT 3) -TLE1=1 25126U 97086A 09275.53671932 -.00000170 00000-0 10000-3 0 2856 -TLE2=2 25126 1.9443 115.5608 0043890 204.8201 155.8702 1.00170537 43960 +TLE1=1 25126U 97086A 09284.51924602 -.00000164 00000-0 10000-3 0 2874 +TLE2=2 25126 1.9660 115.0371 0044306 204.8397 155.6243 1.00168800 44051 [6909] VERSION=1.1 NAME=NNSS O-20 NICKNAME=NNSS O-20 -TLE1=1 06909U 73081A 09276.32779113 .00000038 00000-0 27461-4 0 4800 -TLE2=2 06909 89.8650 356.4937 0159552 144.0520 217.1504 13.69760798993863 +TLE1=1 06909U 73081A 09284.72861704 .00000063 00000-0 52956-4 0 4873 +TLE2=2 06909 89.8639 356.3760 0160193 119.1265 242.6034 13.69761711995011 [13068] VERSION=1.1 NAME=SL-3 R/B NICKNAME=SL-3 R/B -TLE1=1 13068U 82013B 09277.11027574 .00000125 00000-0 81769-5 0 124 -TLE2=2 13068 81.2093 175.5244 0024415 189.6628 170.4086 15.00302799500868 +TLE1=1 13068U 82013B 09285.11352130 .00000538 00000-0 40912-4 0 203 +TLE2=2 13068 81.2080 166.4873 0024941 163.5290 196.6730 15.00307952502067 [26093] VERSION=1.1 NAME=PICOSAT 5 NICKNAME=PICOSAT 5 -TLE1=1 26093U 00004L 09276.07523790 .00000106 00000-0 47783-4 0 4648 -TLE2=2 26093 100.2124 125.9607 0032662 207.0355 152.9124 14.44988817507632 +TLE1=1 26093U 00004L 09284.52286671 .00000118 00000-0 51047-4 0 4710 +TLE2=2 26093 100.2107 136.1022 0032607 183.0536 177.0474 14.44992240508857 [26095] VERSION=1.1 NAME=SUPERBIRD-B2 NICKNAME=SUPERBIRD-B2 -TLE1=1 26095U 00012A 09275.39715554 -.00000091 00000-0 10000-3 0 7697 -TLE2=2 26095 0.0122 149.9798 0002184 28.2606 138.0134 1.00272612 35295 +TLE1=1 26095U 00012A 09283.38370054 -.00000098 00000-0 10000-3 0 7728 +TLE2=2 26095 0.0060 171.2313 0002291 6.0264 142.0305 1.00272237 35377 [11060] VERSION=1.1 NAME=TIROS N [P] NICKNAME=TIROS N [P] -TLE1=1 11060U 78096A 09276.97287967 .00000020 00000-0 32036-4 0 3003 -TLE2=2 11060 98.9421 248.0892 0011513 65.8491 294.3886 14.17484977814364 +TLE1=1 11060U 78096A 09284.87860433 .00000006 00000-0 25462-4 0 3061 +TLE2=2 11060 98.9435 256.0476 0011469 45.1092 315.1011 14.17485429815483 [28899] VERSION=1.1 NAME=INMARSAT 4-F2 NICKNAME=INMARSAT 4-F2 -TLE1=1 28899U 05044A 09274.98595988 .00000135 00000-0 10000-3 0 8769 -TLE2=2 28899 2.2341 317.0683 0002867 229.5940 204.2187 1.00272808 14335 +TLE1=1 28899U 05044A 09279.89663666 .00000141 00000-0 10000-3 0 8861 +TLE2=2 28899 2.2289 317.0128 0002803 230.0163 176.5677 1.00274826 14386 [902] VERSION=1.1 NAME=CALSPHERE 2 NICKNAME=CALSPHERE 2 -TLE1=1 00902U 64063E 09276.69257534 .00000075 00000-0 10000-3 0 1713 -TLE2=2 00902 90.1614 331.8628 0016646 298.8069 61.1398 13.52467743 32038 +TLE1=1 00902U 64063E 09285.12663942 .00000075 00000-0 10000-3 0 1782 +TLE2=2 00902 90.1601 332.0006 0016111 271.6539 88.2757 13.52467873 33174 [16882] VERSION=1.1 NAME=SL-14 R/B NICKNAME=SL-14 R/B -TLE1=1 16882U 86055B 09277.16105558 .00000049 00000-0 33064-5 0 9887 -TLE2=2 16882 82.5230 343.4790 0019213 310.0457 49.9081 14.81615759251166 +TLE1=1 16882U 86055B 09285.13023395 .00000091 00000-0 85805-5 0 9956 +TLE2=2 16882 82.5218 336.0388 0018659 281.7737 78.1391 14.81616928252349 [25492] VERSION=1.1 NAME=SIRIUS 3 NICKNAME=SIRIUS 3 -TLE1=1 25492U 98056B 09275.17047965 .00000035 00000-0 10000-3 0 5563 -TLE2=2 25492 0.7124 82.9185 0002377 90.5150 263.9477 1.00274986 40357 +TLE1=1 25492U 98056B 09284.71410230 .00000023 00000-0 10000-3 0 5615 +TLE2=2 25492 0.7572 81.4652 0001768 131.8517 69.1630 1.00272036 40447 [33380] VERSION=1.1 NAME=COSMOS 2444 (726) NICKNAME=COSMOS 2444 (726) -TLE1=1 33380U 08046C 09276.78018333 .00000059 00000-0 10000-3 0 2948 -TLE2=2 33380 64.8047 159.6258 0029291 329.9282 66.4233 2.13102804 7958 +TLE1=1 33380U 08046C 09285.19980402 .00000031 00000-0 10000-3 0 3006 +TLE2=2 33380 64.8038 159.3470 0029091 330.7751 44.8449 2.13102873 8136 [22907] VERSION=1.1 NAME=GORIZONT 29 NICKNAME=GORIZONT 29 -TLE1=1 22907U 93072A 09274.85334766 -.00000187 00000-0 10000-3 0 6971 -TLE2=2 22907 10.9916 47.1231 0013691 204.7821 155.2042 1.00112280 58096 +TLE1=1 22907U 93072A 09279.84743400 -.00000159 00000-0 10000-3 0 6984 +TLE2=2 22907 11.0021 47.0752 0013740 203.8376 156.0940 1.00110933 58147 [24870] VERSION=1.1 NAME=IRIDIUM 17 [-] NICKNAME=IRIDIUM 17 [-] -TLE1=1 24870U 97034B 09276.11806561 .00000086 00000-0 23390-4 0 7933 -TLE2=2 24870 86.3932 117.8674 0002363 79.3212 280.8252 14.34447563640598 +TLE1=1 24870U 97034B 09284.07039755 .00000083 00000-0 22586-4 0 8024 +TLE2=2 24870 86.3918 114.5401 0002431 78.1604 281.9860 14.34448755641730 [32060] VERSION=1.1 NAME=WORLDVIEW-1 (WV-1) NICKNAME=WORLDVIEW-1 (WV-1) -TLE1=1 32060U 07041A 09277.17745234 .00000677 00000-0 30428-4 0 2906 -TLE2=2 32060 97.4221 353.6848 0001960 93.7277 350.0372 15.24512126113695 +TLE1=1 32060U 07041A 09284.19970072 -.00000090 00000-0 -80989-6 0 3132 +TLE2=2 32060 97.4211 0.6411 0002260 91.0904 346.7308 15.24398934114760 [35867] VERSION=1.1 NAME=IRIS & FREGAT R/B NICKNAME=IRIS & FREGAT R/B -TLE1=1 35867U 09049C 09276.69687497 .00002264 00000-0 10000-3 0 282 -TLE2=2 35867 97.3721 326.4748 0008908 231.8134 128.2150 15.22717154 2434 +TLE1=1 35867U 09049C 09284.84547142 .00002265 00000-0 10000-3 0 360 +TLE2=2 35867 97.3705 334.4703 0009498 195.7614 164.3227 15.22724818 3670 [26998] VERSION=1.1 NAME=TIMED NICKNAME=TIMED -TLE1=1 26998U 01055B 09277.00545517 .00000216 00000-0 30214-4 0 4029 -TLE2=2 26998 74.0729 134.8094 0002062 221.8340 138.2671 14.84096547423661 +TLE1=1 26998U 01055B 09284.08344910 .00000082 00000-0 14148-4 0 4084 +TLE2=2 26998 74.0708 120.8097 0001896 212.6511 147.4545 14.84097528424717 [25693] VERSION=1.1 NAME=UOSAT 12 (UO-36) NICKNAME=UO-36 -TLE1=1 25693U 99021A 09277.15390368 -.00000063 00000-0 10455-4 0 299 -TLE2=2 25693 64.5566 141.0777 0009259 334.3638 25.7026 14.78760581563958 +TLE1=1 25693U 99021A 09284.99872316 -.00000052 00000-0 11992-4 0 360 +TLE2=2 25693 64.5562 116.9757 0010361 335.1061 24.9560 14.78761740565110 [25860] VERSION=1.1 NAME=OKEAN-O NICKNAME=OKEAN-O -TLE1=1 25860U 99039A 09276.40893420 .00000048 00000-0 14684-4 0 7992 -TLE2=2 25860 97.7993 253.3622 0001059 106.5321 253.6003 14.73590073549087 +TLE1=1 25860U 99039A 09285.03257435 .00000002 00000-0 76230-5 0 8077 +TLE2=2 25860 97.8007 261.6577 0001317 98.7249 261.4106 14.73590884550356 [32729] VERSION=1.1 NAME=DIRECTV 11 NICKNAME=DIRECTV 11 -TLE1=1 32729U 08013A 09275.46385861 -.00000125 00000-0 10000-3 0 3064 -TLE2=2 32729 0.0252 42.2773 0000133 172.5836 224.2349 1.00272615 5755 +TLE1=1 32729U 08013A 09285.22995832 -.00000139 00000-0 10000-3 0 3115 +TLE2=2 32729 0.0394 43.7189 0000179 118.7876 202.0119 1.00271586 5851 [28238] VERSION=1.1 NAME=DIRECTV 7S NICKNAME=DIRECTV 7S -TLE1=1 28238U 04016A 09275.54857792 .00000002 00000-0 10000-3 0 9787 -TLE2=2 28238 0.0157 173.7903 0002523 6.6044 269.4430 1.00273831 19902 +TLE1=1 28238U 04016A 09284.25915373 -.00000009 00000-0 10000-3 0 9828 +TLE2=2 28238 0.0024 196.3003 0002869 8.6764 149.2597 1.00272931 19988 [25050] VERSION=1.1 NAME=INDOSTAR 1 NICKNAME=INDOSTAR 1 -TLE1=1 25050U 97071B 09273.87774575 .00000000 00000-0 10000-3 0 1139 -TLE2=2 25050 3.8197 72.8353 0004334 128.5934 231.7945 1.00263636 43562 +TLE1=1 25050U 97071B 09283.71599613 -.00000349 00000-0 10000-3 0 1161 +TLE2=2 25050 3.8414 72.7005 0003839 138.8952 173.1846 1.00272120 43657 [26930] VERSION=1.1 NAME=PICOSAT 9 NICKNAME=PICOSAT 9 -TLE1=1 26930U 01043B 09276.19039303 -.00000047 00000-0 14229-4 0 2605 -TLE2=2 26930 66.9998 123.5239 0006427 309.7548 50.2983 14.30052603418182 +TLE1=1 26930U 01043B 09284.79278787 -.00000094 00000-0 -39335-5 0 2677 +TLE2=2 26930 66.9993 101.2965 0006960 308.2563 51.7908 14.30052960419415 [22178] VERSION=1.1 NAME=MOLNIYA 3-42 NICKNAME=MOLNIYA 3-42 -TLE1=1 22178U 92067A 09275.78048488 .00000337 00000-0 -57172-2 0 7372 -TLE2=2 22178 61.9257 178.0602 7235813 264.9680 16.8788 2.00602235124331 +TLE1=1 22178U 92067A 09282.75925959 .00000332 00000-0 -76854-2 0 7423 +TLE2=2 22178 61.9254 177.0763 7236326 265.0326 16.8512 2.00603184124478 [28368] VERSION=1.1 NAME=DEMETER NICKNAME=DEMETER -TLE1=1 28368U 04025C 09277.17488152 -.00000563 00000-0 -85608-4 0 9884 -TLE2=2 28368 97.9589 340.1738 0001319 95.6292 264.5100 14.70178487281735 +TLE1=1 28368U 04025C 09285.13790630 .00000052 00000-0 16573-4 0 131 +TLE2=2 28368 97.9562 347.9420 0001223 94.1165 266.0196 14.70177238282901 [25852] VERSION=1.1 NAME=GLOBALSTAR M032 NICKNAME=GLOBALSTAR M032 -TLE1=1 25852U 99037B 09276.50617247 -.00000086 00000-0 10000-3 0 9940 -TLE2=2 25852 52.0002 95.6166 0001066 126.8952 233.2014 12.62259448472081 +TLE1=1 25852U 99037B 09284.82054482 -.00000086 00000-0 10000-3 0 19 +TLE2=2 25852 52.0007 70.3037 0001102 145.3172 214.7762 12.62259752473133 [25469] VERSION=1.1 NAME=IRIDIUM 80 [+] NICKNAME=IRIDIUM 80 [+] -TLE1=1 25469U 98051C 09276.66297748 -.00000013 00000-0 -11602-4 0 6663 -TLE2=2 25469 86.3959 117.8570 0002239 76.4539 283.6903 14.34221393579573 +TLE1=1 25469U 98051C 09284.61657412 -.00000565 00000-0 -20885-3 0 6759 +TLE2=2 25469 86.3948 114.5310 0002204 76.1857 283.9582 14.34216638580719 [31574] VERSION=1.1 NAME=GLOBALSTAR M072 NICKNAME=GLOBALSTAR M072 -TLE1=1 31574U 07020D 09276.01348704 -.00000098 00000-0 35007-4 0 7300 -TLE2=2 31574 52.0086 98.0141 0002202 102.3250 257.7869 12.62266715108578 +TLE1=1 31574U 07020D 09284.56536745 -.00000117 00000-0 -71989-4 0 7372 +TLE2=2 31574 52.0081 71.9814 0002206 120.7562 239.3517 12.62266565109653 [20465] VERSION=1.1 NAME=COSMOS 2058 NICKNAME=COSMOS 2058 -TLE1=1 20465U 90010A 09276.10308282 .00000583 00000-0 56238-4 0 5894 -TLE2=2 20465 82.4898 57.6906 0018253 5.9777 354.1674 14.90997265 65198 +TLE1=1 20465U 90010A 09284.42481806 -.00000144 00000-0 -17085-4 0 5973 +TLE2=2 20465 82.4922 49.7755 0017105 338.0624 21.9856 14.90996554 66435 [31571] VERSION=1.1 NAME=GLOBALSTAR M065 NICKNAME=GLOBALSTAR M065 -TLE1=1 31571U 07020A 09276.15691300 -.00000111 00000-0 -37799-4 0 7278 -TLE2=2 31571 51.9899 51.3752 0000963 43.5833 316.5099 12.62259572109359 +TLE1=1 31571U 07020A 09284.62965176 -.00000127 00000-0 -13172-3 0 7347 +TLE2=2 31571 51.9933 25.5776 0000845 53.8049 306.2884 12.62259455110427 [25924] VERSION=1.1 NAME=ABS 1 (LMI 1) NICKNAME=ABS 1 (LMI 1) -TLE1=1 25924U 99053A 09275.56399918 -.00000086 00000-0 10000-3 0 3602 -TLE2=2 25924 0.0243 98.9860 0002052 94.0510 96.3947 1.00273033 36726 +TLE1=1 25924U 99053A 09283.03986715 -.00000092 00000-0 10000-3 0 3663 +TLE2=2 25924 0.0337 127.9221 0002712 79.9998 260.1956 1.00272162 36801 [21922] VERSION=1.1 NAME=GORIZONT 25 NICKNAME=GORIZONT 25 -TLE1=1 21922U 92017A 09274.15387775 -.00000232 00000-0 10000-3 0 2591 -TLE2=2 21922 11.7081 41.2929 0026414 302.4317 57.3607 0.99857338 64000 +TLE1=1 21922U 92017A 09283.16631610 -.00000281 00000-0 10000-3 0 2631 +TLE2=2 21922 11.7253 41.1957 0026372 302.4837 57.2674 0.99855057 64099 [28380] VERSION=1.1 NAME=COSMOS 2407 NICKNAME=COSMOS 2407 -TLE1=1 28380U 04028A 09276.07248120 .00000042 00000-0 27275-4 0 5510 -TLE2=2 28380 82.9548 270.9916 0040372 31.5675 328.7890 13.75846046261028 +TLE1=1 28380U 04028A 09284.43565736 .00000006 00000-0 -96573-5 0 5580 +TLE2=2 28380 82.9548 264.7990 0039835 8.6513 351.5317 13.75845990262171 [26931] VERSION=1.1 NAME=PCSAT (NO-44) NICKNAME=NO-44 -TLE1=1 26931U 01043C 09277.14570536 .00000150 00000-0 90954-4 0 2805 -TLE2=2 26931 67.0514 143.6363 0006934 273.4325 86.6032 14.29568811418159 +TLE1=1 26931U 01043C 09284.84152504 .00000206 00000-0 11270-3 0 2862 +TLE2=2 26931 67.0505 123.8082 0006699 272.6646 87.3678 14.29570482419255 [15354] VERSION=1.1 NAME=ERBS NICKNAME=ERBS -TLE1=1 15354U 84108B 09276.51512612 .00001041 00000-0 69020-4 0 2075 -TLE2=2 15354 56.9864 68.0502 0012038 260.7035 99.2644 15.15854100368489 +TLE1=1 15354U 84108B 09284.42881039 -.00000280 00000-0 70988-6 0 2135 +TLE2=2 15354 56.9891 35.3742 0011582 285.2389 74.7360 15.15853843369688 [35003] VERSION=1.1 NAME=HAWKSAT 1 NICKNAME=HAWKSAT 1 -TLE1=1 35003U 09028C 09276.45844188 .00005443 00000-0 13357-3 0 1121 -TLE2=2 35003 40.4627 311.4272 0028052 257.2179 102.5500 15.40802324 21056 +TLE1=1 35003U 09028C 09284.23596389 .00004139 00000-0 10274-3 0 1174 +TLE2=2 35003 40.4640 264.7799 0028302 311.9722 47.8680 15.40872401 22251 [33312] VERSION=1.1 NAME=RAPIDEYE 2 NICKNAME=RAPIDEYE 2 -TLE1=1 33312U 08040A 09277.17853039 -.00000007 00000-0 60081-5 0 2525 -TLE2=2 33312 97.9700 1.6109 0013327 116.3922 243.8665 14.79916864 59321 +TLE1=1 33312U 08040A 09285.08918508 .00000049 00000-0 13446-4 0 2771 +TLE2=2 33312 97.9699 9.4608 0013662 93.6492 266.6278 14.79918606 60498 [22314] VERSION=1.1 NAME=TDRS 6 NICKNAME=TDRS 6 -TLE1=1 22314U 93003B 09275.28667360 .00000101 00000-0 10000-3 0 5462 -TLE2=2 22314 9.4537 57.3602 0005179 353.6120 252.2602 1.00265220 61258 +TLE1=1 22314U 93003B 09283.59591051 .00000089 00000-0 10000-3 0 5496 +TLE2=2 22314 9.4719 57.2601 0005478 359.1870 6.1182 1.00267733 61343 [24315] VERSION=1.1 NAME=AMC-1 (GE-1) NICKNAME=AMC-1 (GE-1) -TLE1=1 24315U 96054A 09276.07304572 -.00000099 00000-0 10000-3 0 2144 -TLE2=2 24315 0.0137 166.2740 0003438 20.3775 108.5759 1.00272565 47853 +TLE1=1 24315U 96054A 09284.52888196 -.00000113 00000-0 10000-3 0 2194 +TLE2=2 24315 0.0198 164.1820 0003354 22.6862 280.8064 1.00272173 47943 [33751] VERSION=1.1 NAME=SPIRALE A NICKNAME=SPIRALE A -TLE1=1 33751U 09008C 09275.39703770 -.00000198 00000-0 10000-3 0 1372 -TLE2=2 33751 1.6477 209.8425 7155734 354.9788 0.4619 2.25842215 5233 +TLE1=1 33751U 09008C 09283.36652150 -.00000166 00000-0 10000-3 0 1413 +TLE2=2 33751 1.6229 206.5700 7156691 1.2838 359.8289 2.25841903 5416 [13819] VERSION=1.1 NAME=SL-3 R/B NICKNAME=SL-3 R/B -TLE1=1 13819U 83010B 09277.13504420 .00000146 00000-0 85905-5 0 5605 -TLE2=2 13819 81.1075 177.4702 0035885 255.9143 103.8118 15.05078749449366 +TLE1=1 13819U 83010B 09285.11284959 .00000619 00000-0 41343-4 0 5662 +TLE2=2 13819 81.1075 168.2928 0036490 228.8580 130.9472 15.05091946450563 [35943] VERSION=1.1 -NAME=2009-054B -NICKNAME=2009-054B -TLE1=1 35943U 09054B 09276.82054632 -.00000139 00000-0 00000+0 0 57 -TLE2=2 35943 2.9384 165.3348 7275734 179.5063 111.5527 2.27839765 32 +NAME=COMSATBW-1 +NICKNAME=COMSATBW-1 +TLE1=1 35943U 09054B 09282.79567844 -.00000107 00000-0 10000-3 0 223 +TLE2=2 35943 0.7463 160.1422 0695543 181.1655 349.8340 1.10930689 144 [25479] VERSION=1.1 NAME=ORBCOMM FM25 [+] NICKNAME=ORBCOMM FM25 [+] -TLE1=1 25479U 98053E 09276.78947205 -.00000122 00000-0 66666-5 0 9821 -TLE2=2 25479 45.0096 204.5841 0001820 227.2471 132.8234 14.28972646575484 +TLE1=1 25479U 98053E 09284.13033163 .00000276 00000-0 16298-3 0 9887 +TLE2=2 25479 45.0091 170.2936 0001937 242.7169 117.3485 14.28978652576534 [25462] VERSION=1.1 NAME=ASTRA 2A NICKNAME=ASTRA 2A -TLE1=1 25462U 98050A 09276.00000000 .00000152 00000-0 00000+0 0 881 -TLE2=2 25462 0.0600 172.0180 0003418 341.4920 246.5240 1.00269521 40693 +TLE1=1 25462U 98050A 09283.00000000 .00000145 00000-0 00000+0 0 892 +TLE2=2 25462 0.0520 155.8300 0003566 0.3690 250.7410 1.00272486 40764 [35496] VERSION=1.1 NAME=TERRESTAR-1 NICKNAME=TERRESTAR-1 -TLE1=1 35496U 09035A 09276.17620229 -.00000064 00000-0 10000-3 0 690 -TLE2=2 35496 5.8237 319.2075 0001580 227.6875 137.5558 1.00273049 1003 +TLE1=1 35496U 09035A 09283.56526500 -.00000070 00000-0 10000-3 0 729 +TLE2=2 35496 5.8132 319.2304 0002004 248.5884 263.9758 1.00272749 1075 [20946] VERSION=1.1 NAME=GSTAR 4 NICKNAME=GSTAR 4 -TLE1=1 20946U 90100B 09276.94843828 .00000074 00000-0 10000-3 0 3305 -TLE2=2 20946 6.6315 67.0629 0005264 155.6810 204.5011 0.99139618 63814 +TLE1=1 20946U 90100B 09284.00853793 .00000063 00000-0 10000-3 0 3312 +TLE2=2 20946 6.6484 66.9711 0005399 153.6304 206.4745 0.99141515 63887 [25933] VERSION=1.1 NAME=GPS BIIR-03 (PRN 11) NICKNAME=GPS BIIR-03 (PRN 11) -TLE1=1 25933U 99055A 09275.70994234 -.00000008 00000-0 10000-3 0 5361 -TLE2=2 25933 50.9403 201.1241 0097355 41.1484 319.5839 2.00559521 73206 +TLE1=1 25933U 99055A 09283.68729118 -.00000008 00000-0 10000-3 0 5443 +TLE2=2 25933 50.9384 200.7761 0097887 41.3897 319.3770 2.00559449 73364 [35756] VERSION=1.1 NAME=OPTUS D3 NICKNAME=OPTUS D3 -TLE1=1 35756U 09044B 09275.46073253 -.00000146 00000-0 10000-3 0 342 -TLE2=2 35756 0.0371 4.2398 0002353 173.1638 155.7283 1.00275452 453 +TLE1=1 35756U 09044B 09282.47408875 -.00000149 00000-0 10000-3 0 379 +TLE2=2 35756 0.0391 14.6806 0002667 177.7990 152.4654 1.00275132 522 [30776] VERSION=1.1 NAME=FALCONSAT-3 NICKNAME=FALCONSAT-3 -TLE1=1 30776U 07006E 09277.01967359 .00000510 00000-0 39843-4 0 6715 -TLE2=2 30776 35.4330 159.0718 0000217 184.9821 175.0893 15.03318736141485 +TLE1=1 30776U 07006E 09283.92666519 .00000404 00000-0 32224-4 0 6860 +TLE2=2 30776 35.4327 117.1601 0001335 259.5875 100.4691 15.03324894142523 [26298] VERSION=1.1 NAME=GALAXY 4R (G-4R) NICKNAME=GALAXY 4R (G-4R) -TLE1=1 26298U 00020A 09276.17241109 -.00000063 00000-0 10000-3 0 7349 -TLE2=2 26298 2.9533 75.1705 0002716 74.7941 285.7034 0.99842387 34752 +TLE1=1 26298U 00020A 09282.18087357 -.00000136 00000-0 10000-3 0 7352 +TLE2=2 26298 2.9678 75.0903 0002661 71.6525 288.6166 0.99843141 34818 [27948] VERSION=1.1 NAME=EUROBIRD 3 NICKNAME=EUROBIRD 3 -TLE1=1 27948U 03043A 09272.99573902 .00000150 00000-0 00000+0 0 1036 -TLE2=2 27948 0.0488 1.3265 0000957 65.6767 333.4983 1.00275128 22123 +TLE1=1 27948U 03043A 09282.92996266 .00000151 00000-0 00000+0 0 1066 +TLE2=2 27948 0.0849 20.3771 0004266 223.8232 142.3737 1.00273734 22225 [29499] VERSION=1.1 NAME=METOP-A NICKNAME=METOP-A -TLE1=1 29499U 06044A 09276.29699795 -.00000209 00000-0 -75722-4 0 9256 -TLE2=2 29499 98.7119 334.7533 0001041 66.9412 293.1931 14.21484671153377 +TLE1=1 29499U 06044A 09284.81401753 -.00000234 00000-0 -87041-4 0 9321 +TLE2=2 29499 98.7093 343.1572 0000939 77.9690 282.1564 14.21485557154588 [25473] VERSION=1.1 NAME=INTELSAT 7 (IS-7) NICKNAME=INTELSAT 7 (IS-7) -TLE1=1 25473U 98052A 09274.21992094 .00000000 00000-0 10000-3 0 8604 -TLE2=2 25473 0.0422 142.4111 0003065 74.6219 300.9001 1.00270253 40465 +TLE1=1 25473U 98052A 09279.94368983 -.00000022 00000-0 10000-3 0 8620 +TLE2=2 25473 0.0174 191.5615 0003005 348.5464 244.0380 1.00273658 40518 [20663] VERSION=1.1 NAME=COSMOS 2084 NICKNAME=COSMOS 2084 -TLE1=1 20663U 90055A 09277.21137524 .00000032 00000-0 23652-4 0 6440 -TLE2=2 20663 62.7907 206.5219 0109036 30.4888 330.2477 14.85336693 41150 +TLE1=1 20663U 90055A 09285.22279051 -.00000028 00000-0 17444-4 0 6518 +TLE2=2 20663 62.7908 180.0501 0110241 31.4437 329.3181 14.85339585 42348 [27373] VERSION=1.1 NAME=IRIDIUM 90 [S] NICKNAME=IRIDIUM 90 [S] -TLE1=1 27373U 02005B 09276.52295421 .00000002 00000-0 -54648-5 0 2227 -TLE2=2 27373 86.4418 85.9676 0005657 15.6958 344.4409 14.42947014405613 +TLE1=1 27373U 02005B 09284.49783854 -.00000029 00000-0 -14691-4 0 2328 +TLE2=2 27373 86.4423 82.6307 0004620 352.6441 7.4690 14.42945150406768 [25024] VERSION=1.1 NAME=MAQSAT B NICKNAME=MAQSAT B -TLE1=1 25024U 9706... [truncated message content] |
From: <cs...@us...> - 2009-10-05 16:11:56
|
Revision: 483 http://gpredict.svn.sourceforge.net/gpredict/?rev=483&view=rev Author: csete Date: 2009-10-05 16:11:47 +0000 (Mon, 05 Oct 2009) Log Message: ----------- Updated tag for 1.1 release. Added Paths: ----------- tags/release-1.1-r482/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-05 15:38:57
|
Revision: 482 http://gpredict.svn.sourceforge.net/gpredict/?rev=482&view=rev Author: csete Date: 2009-10-05 15:38:50 +0000 (Mon, 05 Oct 2009) Log Message: ----------- Updated with latest info about multi-pass dialogs. Modified Paths: -------------- trunk/doc/um/gpredict-user-manual.odt Modified: trunk/doc/um/gpredict-user-manual.odt =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-05 15:22:27
|
Revision: 481 http://gpredict.svn.sourceforge.net/gpredict/?rev=481&view=rev Author: csete Date: 2009-10-05 15:22:14 +0000 (Mon, 05 Oct 2009) Log Message: ----------- Clean-up old stuff. Modified Paths: -------------- trunk/data/Makefile.am Modified: trunk/data/Makefile.am =================================================================== --- trunk/data/Makefile.am 2009-10-05 14:18:16 UTC (rev 480) +++ trunk/data/Makefile.am 2009-10-05 15:22:14 UTC (rev 481) @@ -2,7 +2,7 @@ gpredict_datdir = $(pkgdatadir)/data -gpredict_dat_DATA = locations.dat sample.qth Amateur.mod +gpredict_dat_DATA = locations.dat sample.qth Amateur.mod EXTRA_DIST = $(gpredict_dat_DATA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-05 14:18:24
|
Revision: 480 http://gpredict.svn.sourceforge.net/gpredict/?rev=480&view=rev Author: csete Date: 2009-10-05 14:18:16 +0000 (Mon, 05 Oct 2009) Log Message: ----------- Added link to online documentation. Modified Paths: -------------- trunk/ChangeLog trunk/src/menubar.c Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-10-05 09:07:47 UTC (rev 479) +++ trunk/ChangeLog 2009-10-05 14:18:16 UTC (rev 480) @@ -4,7 +4,10 @@ Implemented double click in multi-pass table will show the details of the clicked pass. + * src/menubar.c: + Added link to online documentation. + 2009-10-03 Alexandru Csete <oz9aec at gmail.com> * src/gtk-sat-selector-c: Modified: trunk/src/menubar.c =================================================================== --- trunk/src/menubar.c 2009-10-05 09:07:47 UTC (rev 479) +++ trunk/src/menubar.c 2009-10-05 14:18:16 UTC (rev 480) @@ -134,7 +134,7 @@ { "GettingStarted", GTK_STOCK_EXECUTE, N_("Getting Started"), NULL, N_("Show online user manual, Getting Started Section"), G_CALLBACK (menubar_getting_started_cb)}, - { "Manual", GTK_STOCK_HELP, N_("User Manual"), "F1", + { "Help", GTK_STOCK_HELP, N_("Online help"), "F1", N_("Show online user manual"), G_CALLBACK (menubar_help_cb)}, { "License", NULL, N_("_License"), NULL, N_("Show the Gpredict license"), G_CALLBACK (menubar_license_cb) }, @@ -177,7 +177,7 @@ " </menu>"*/ " <menu action='HelpMenu'>" /* " <menuitem action='GettingStarted'/>" */ -/* " <menuitem action='Manual'/>" */ +" <menuitem action='Help'/>" " <separator/>" " <menuitem action='License'/>" " <menuitem action='News'/>" @@ -766,7 +766,25 @@ static void menubar_help_cb (GtkWidget *widget, gpointer data) { - gpredict_help_launch (GPREDICT_HELP_USER_MANUAL); + GtkWidget *dialog; + GtkWidget *button; + + dialog = gtk_message_dialog_new (GTK_WINDOW (app), + GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, + GTK_MESSAGE_INFO, + GTK_BUTTONS_CLOSE, + _("A comprehensive PDF user manual and \n"\ + "video tutorials are available from the \n"\ + "Gpredict website:")); + + button = gtk_link_button_new ("http://gpredict.oz9aec.net/documents.php"); + gtk_widget_show (button); + + gtk_box_pack_start (GTK_BOX (GTK_DIALOG(dialog)->vbox), button, FALSE, FALSE, 0); + + gtk_dialog_run (GTK_DIALOG (dialog)); + gtk_widget_destroy (dialog); + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-05 09:07:58
|
Revision: 479 http://gpredict.svn.sourceforge.net/gpredict/?rev=479&view=rev Author: csete Date: 2009-10-05 09:07:47 +0000 (Mon, 05 Oct 2009) Log Message: ----------- Implemented double click in multi-pass table will show the details of the clicked pass. Modified Paths: -------------- trunk/ChangeLog trunk/NEWS trunk/src/sat-pass-dialogs.c Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-10-05 08:39:13 UTC (rev 478) +++ trunk/ChangeLog 2009-10-05 09:07:47 UTC (rev 479) @@ -1,3 +1,10 @@ +2009-09-05 Alexandru Csete <oz9aec at gmail.com> + + * src/sat-pass-dialogs.c: + Implemented double click in multi-pass table will show the details of the + clicked pass. + + 2009-10-03 Alexandru Csete <oz9aec at gmail.com> * src/gtk-sat-selector-c: Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2009-10-05 08:39:13 UTC (rev 478) +++ trunk/NEWS 2009-10-05 09:07:47 UTC (rev 479) @@ -1,4 +1,4 @@ -Changes in version 1.1 (4 Oct 2009) +Changes in version 1.1 (5 Oct 2009) - New satellite selector in the module configuration dialog that makes it easier to locate and select satellites. @@ -8,6 +8,8 @@ - Distribution now includes all satellites from CelesTrak. - Added a slider control to the Time Controller. - Added config option to automatically show the sky tracks on the polar view. +- In the multi pass window one can now double click on any pass to show the + pass details. The right click pop-menu still works. - Fixed bug 2116693: List view does not sort properly for all time formats. - Fixed bug 2836265: Time controls should wrap around their limits. - Fixed bug 2691499: Sky at glance crashes with empty module. Modified: trunk/src/sat-pass-dialogs.c =================================================================== --- trunk/src/sat-pass-dialogs.c 2009-10-05 08:39:13 UTC (rev 478) +++ trunk/src/sat-pass-dialogs.c 2009-10-05 09:07:47 UTC (rev 479) @@ -227,6 +227,8 @@ static gint multi_pass_dialog_delete (GtkWidget *, GdkEvent *, gpointer); static void multi_pass_dialog_destroy (GtkWidget *, gpointer); +static void row_activated_cb (GtkTreeView *view, GtkTreePath *path, + GtkTreeViewColumn *column, gpointer data); static gboolean popup_menu_cb (GtkWidget *treeview, gpointer data); @@ -1078,6 +1080,13 @@ g_signal_connect (list, "popup-menu", G_CALLBACK (popup_menu_cb), NULL); + + /* "row-activated" signal is used to catch double click events, which means + a pass has been double clicked => show details */ + g_signal_connect (list, "row-activated", + G_CALLBACK(row_activated_cb), toplevel); + + /* scrolled window */ swin = gtk_scrolled_window_new (NULL, NULL); gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (swin), @@ -1119,7 +1128,7 @@ g_signal_connect (dialog, "response", G_CALLBACK (multi_pass_response), NULL); - g_signal_connect (dialog, "destroy", + g_signal_connect (dialog, "destroy", G_CALLBACK (multi_pass_dialog_destroy), NULL); g_signal_connect (dialog, "delete_event", G_CALLBACK (multi_pass_dialog_delete), NULL); @@ -1306,7 +1315,6 @@ } - /** \brief Manage "popup-menu" events. * \param treeview The tree view in the GtkSatList widget * \param list Pointer to the GtkSatList widget. @@ -1416,5 +1424,52 @@ } +/** \brief Signal handler for managing double clicks in multi-pass dialog. + * \param view Pointer to the GtkTreeView object. + * \param path The path of the row that was activated. + * \param column The column where the activation occured. + * \param data Pointer to the toplevel window. + * + * This function is called when the user double clicks on a pass in the + * multi-pass dialog. This will cause the pass details to be shown. + */ +static void row_activated_cb (GtkTreeView *treeview, GtkTreePath *path, + GtkTreeViewColumn *column, gpointer data) +{ + GtkTreeSelection *selection; + GtkTreeModel *model; + GtkTreeIter iter; + GtkWidget *toplevel = GTK_WIDGET (data); + guint rownum = 0; + GSList *passes = NULL; + pass_t *pass = NULL; + qth_t *qth; -/**** FIXME: formalise with the copy in gtk-sat-list */ + + /* get selected satellite */ + selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (treeview)); + + if (gtk_tree_selection_get_selected (selection, &model, &iter)) { + + /* get data */ + passes = (GSList *) g_object_get_data (G_OBJECT (treeview), "passes"); + qth = (qth_t *) g_object_get_data (G_OBJECT (treeview), "qth"); + + gtk_tree_model_get (model, &iter, + MULTI_PASS_COL_NUMBER, &rownum, + -1); + + /* get selected pass */ + pass = copy_pass (PASS (g_slist_nth_data (passes, rownum))); + + show_pass (pass->satname, qth, pass, toplevel); + + } + else { + sat_log_log (SAT_LOG_LEVEL_BUG, + _("%s:%d: There is no selection; skip popup."), + __FILE__, __LINE__); + } + +} + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-05 08:39:21
|
Revision: 478 http://gpredict.svn.sourceforge.net/gpredict/?rev=478&view=rev Author: csete Date: 2009-10-05 08:39:13 +0000 (Mon, 05 Oct 2009) Log Message: ----------- Added transponder data for METEOR-M Added Paths: ----------- trunk/data/trsp/35865.trsp Added: trunk/data/trsp/35865.trsp =================================================================== --- trunk/data/trsp/35865.trsp (rev 0) +++ trunk/data/trsp/35865.trsp 2009-10-05 08:39:13 UTC (rev 478) @@ -0,0 +1,12 @@ +[LRPT] +DOWN_LOW=137025000 +DOWN_HIGH=137925000 + +[HRPT] +DOWN_LOW=1698500000 +DOWN_HIGH=1706500000 + +[TELEMETRY] +DOWN_LOW=8048000000 +DOWN_HIGH=8381500000 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-04 12:46:30
|
Revision: 477 http://gpredict.svn.sourceforge.net/gpredict/?rev=477&view=rev Author: csete Date: 2009-10-04 12:46:24 +0000 (Sun, 04 Oct 2009) Log Message: ----------- Tagging release 1.1 Added Paths: ----------- tags/release-1.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-04 12:33:52
|
Revision: 476 http://gpredict.svn.sourceforge.net/gpredict/?rev=476&view=rev Author: csete Date: 2009-10-04 12:33:37 +0000 (Sun, 04 Oct 2009) Log Message: ----------- Updated satellite data. Modified Paths: -------------- trunk/data/satdata/amateur.cat trunk/data/satdata/resource.cat trunk/data/satdata/sarsat.cat trunk/data/satdata/satellites.dat trunk/data/satdata/tle-new.cat Modified: trunk/data/satdata/amateur.cat =================================================================== --- trunk/data/satdata/amateur.cat 2009-10-04 12:02:38 UTC (rev 475) +++ trunk/data/satdata/amateur.cat 2009-10-04 12:33:37 UTC (rev 476) @@ -58,6 +58,7 @@ 28941 29712 32789 +32953 33493 33498 33499 Modified: trunk/data/satdata/resource.cat =================================================================== --- trunk/data/satdata/resource.cat 2009-10-04 12:02:38 UTC (rev 475) +++ trunk/data/satdata/resource.cat 2009-10-04 12:33:37 UTC (rev 476) @@ -77,3 +77,4 @@ 33456 35578 35681 +35931 Modified: trunk/data/satdata/sarsat.cat =================================================================== --- trunk/data/satdata/sarsat.cat 2009-10-04 12:02:38 UTC (rev 475) +++ trunk/data/satdata/sarsat.cat 2009-10-04 12:33:37 UTC (rev 476) @@ -22,3 +22,4 @@ 32384 33591 35636 +35866 Modified: trunk/data/satdata/satellites.dat =================================================================== --- trunk/data/satdata/satellites.dat 2009-10-04 12:02:38 UTC (rev 475) +++ trunk/data/satdata/satellites.dat 2009-10-04 12:33:37 UTC (rev 476) @@ -1,8554 +1,8582 @@ -[25260] +[733] VERSION=1.1 -NAME=SPOT 4 -NICKNAME=SPOT 4 -TLE1=1 25260U 98017A 09269.74538729 .00000169 00000-0 10000-3 0 5144 -TLE2=2 25260 98.6886 340.8197 0000519 66.6241 92.2460 14.20044203596748 +NAME=THOR AGENA D R/B +NICKNAME=THOR AGENA D R/B +TLE1=1 00733U 64002A 09276.25396444 -.00000012 00000-0 13415-4 0 8885 +TLE2=2 00733 99.1138 303.4011 0035022 80.7042 279.8098 14.31269212379666 -[26390] +[24960] VERSION=1.1 -NAME=SIRIUS-1 -NICKNAME=SIRIUS-1 -TLE1=1 26390U 00035A 09267.87782105 .00000011 00000-0 10000-3 0 5543 -TLE2=2 26390 61.4487 254.3079 2686470 270.1556 59.3454 1.00272425 33842 +NAME=MOLNIYA 1-90 +NICKNAME=MOLNIYA 1-90 +TLE1=1 24960U 97054A 09276.47422065 .00000174 00000-0 10000-3 0 5857 +TLE2=2 24960 63.7890 71.7561 7323768 253.7298 17.3849 2.00599401 88159 -[24971] +[25908] VERSION=1.1 -NAME=IRS-1D -NICKNAME=IRS-1D -TLE1=1 24971U 97057A 09269.74501955 .00000005 00000-0 16708-4 0 6991 -TLE2=2 24971 98.2299 300.8903 0054063 353.0775 6.9656 14.32975318627375 +NAME=GLOBALSTAR M050 +NICKNAME=GLOBALSTAR M050 +TLE1=1 25908U 99049B 09276.25541379 -.00000079 00000-0 10000-3 0 9873 +TLE2=2 25908 52.0005 19.4663 0009448 119.4752 240.7039 12.07307503460060 -[25418] +[28922] VERSION=1.1 -NAME=ORBCOMM FM15 [+] -NICKNAME=ORBCOMM FM15 [+] -TLE1=1 25418U 98046F 09268.84897003 .00000322 00000-0 18555-3 0 2000 -TLE2=2 25418 44.9992 154.1412 0000474 159.3586 200.7257 14.27650379581077 +NAME=GIOVE-A +NICKNAME=GIOVE-A +TLE1=1 28922U 05051A 09275.89346589 .00000042 00000-0 10000-3 0 5984 +TLE2=2 28922 56.0688 154.5360 0009705 347.6291 12.4481 1.69483699 23397 -[25285] +[24932] VERSION=1.1 -NAME=IRIDIUM 62 [+] -NICKNAME=IRIDIUM 62 [+] -TLE1=1 25285U 98021A 09269.68185407 .00000093 00000-0 26089-4 0 6951 -TLE2=2 25285 86.3987 322.7617 0002375 80.9227 279.2233 14.34225270600754 +NAME=METEOSAT-7 +NICKNAME=METEOSAT-7 +TLE1=1 24932U 97049B 09274.57002031 .00000066 00000-0 10000-3 0 7173 +TLE2=2 24932 5.4545 68.2613 0000199 144.2450 60.8970 1.00281265 44250 -[25354] +[27858] VERSION=1.1 -NAME=CHINASTAR 1 -NICKNAME=CHINASTAR 1 -TLE1=1 25354U 98033A 09269.72896039 -.00000218 00000-0 10000-3 0 6265 -TLE2=2 25354 0.0224 224.4571 0002163 294.6500 196.4888 1.00271221 46046 +NAME=SCISAT 1 +NICKNAME=SCISAT 1 +TLE1=1 27858U 03036A 09276.63049118 .00000025 00000-0 88604-5 0 8524 +TLE2=2 27858 73.9360 328.5422 0008180 353.5246 6.5819 14.74815258330708 -[27811] +[25495] VERSION=1.1 -NAME=HELLAS-SAT 2 -NICKNAME=HELLAS-SAT 2 -TLE1=1 27811U 03020A 09268.64162580 .00000140 00000-0 10000-3 0 9967 -TLE2=2 27811 0.0207 241.1842 0002922 285.5060 107.8568 1.00273173 23232 +NAME=EUROBIRD 2 +NICKNAME=EUROBIRD 2 +TLE1=1 25495U 98057A 09274.99741229 .00000143 00000-0 10000-3 0 7292 +TLE2=2 25495 0.0652 356.2527 0003317 201.0042 198.1634 1.00273170 40268 -[23571] +[24869] VERSION=1.1 -NAME=INTELSAT 706 (IS-706) -NICKNAME=INTELSAT 706 (IS-706) -TLE1=1 23571U 95023A 09266.75879784 .00000073 00000-0 10000-3 0 9966 -TLE2=2 23571 0.0018 177.8698 0002734 356.6188 156.2522 1.00273145 52551 +NAME=IRIDIUM 15 [+] +NICKNAME=IRIDIUM 15 [+] +TLE1=1 24869U 97034A 09276.67565678 -.00000007 00000-0 -95261-5 0 8194 +TLE2=2 24869 86.3953 117.7496 0002296 76.3056 283.8393 14.34221741640652 -[12389] +[32404] VERSION=1.1 -NAME=SL-8 R/B -NICKNAME=SL-8 R/B -TLE1=1 12389U 81033B 09269.04455892 .00001603 00000-0 51767-4 0 4581 -TLE2=2 12389 82.9169 233.7213 0406246 218.9615 138.1658 14.77648719451898 +NAME=THURAYA-3 +NICKNAME=THURAYA-3 +TLE1=1 32404U 08001A 09274.61797329 .00000000 00000-0 10000-3 0 3143 +TLE2=2 32404 5.5414 331.6545 0004756 202.6698 157.2350 1.00264871 6330 -[28485] +[28892] VERSION=1.1 -NAME=SWIFT -NICKNAME=SWIFT -TLE1=1 28485U 04047A 09268.94975398 .00000665 00000-0 24579-4 0 3982 -TLE2=2 28485 20.5593 228.4437 0014600 223.7338 136.1981 14.92577208264749 +NAME=UWE-1 +NICKNAME=UWE-1 +TLE1=1 28892U 05043C 09277.16057635 .00000062 00000-0 22494-4 0 4469 +TLE2=2 28892 98.0383 164.0429 0017654 10.3865 349.7694 14.59772321209749 -[29107] +[23319] VERSION=1.1 -NAME=CLOUDSAT -NICKNAME=CLOUDSAT -TLE1=1 29107U 06016A 09268.87093398 .00000013 00000-0 12977-4 0 933 -TLE2=2 29107 98.1858 211.6072 0001202 69.0520 291.0825 14.57120541181531 +NAME=EXPRESS 1 +NICKNAME=EXPRESS 1 +TLE1=1 23319U 94067A 09276.05597364 .00000113 00000-0 10000-3 0 7477 +TLE2=2 23319 8.3575 61.5197 0002847 96.6934 263.4521 0.99826129 54698 -[25736] +[25104] VERSION=1.1 -NAME=MUBLCOM -NICKNAME=MUBLCOM -TLE1=1 25736U 99026B 09269.36857621 .00000276 00000-0 90692-4 0 8391 -TLE2=2 25736 97.7664 191.9363 0006597 100.4570 259.7386 14.44582978545400 +NAME=IRIDIUM 45 [+] +NICKNAME=IRIDIUM 45 [+] +TLE1=1 25104U 97082A 09276.73181318 .00000143 00000-0 44040-4 0 6984 +TLE2=2 25104 86.4001 351.3836 0002358 84.8780 275.2681 14.34221342617118 -[28496] +[17912] VERSION=1.1 -NAME=ESSAIM-3 -NICKNAME=ESSAIM-3 -TLE1=1 28496U 04049E 09269.86270901 -.00001623 00000-0 -26113-3 0 3719 -TLE2=2 28496 98.2820 234.7083 0007777 287.6200 72.4195 14.70153947256204 +NAME=SL-14 R/B +NICKNAME=SL-14 R/B +TLE1=1 17912U 87038B 09276.26441692 .00000044 00000-0 25700-5 0 8754 +TLE2=2 17912 82.5033 167.2042 0022010 122.0428 238.2922 14.81486019210923 -[902] +[28376] VERSION=1.1 -NAME=CALSPHERE 2 -NICKNAME=CALSPHERE 2 -TLE1=1 00902U 64063E 09269.66419411 .00000075 00000-0 10000-3 0 1659 -TLE2=2 00902 90.1632 331.7486 0017323 320.3591 39.6294 13.52467587 31088 +NAME=AURA +NICKNAME=AURA +TLE1=1 28376U 04026A 09276.77251957 .00000093 00000-0 30726-4 0 6132 +TLE2=2 28376 98.1847 219.2932 0001253 96.4125 263.7208 14.57122123277621 -[23711] +[35819] VERSION=1.1 -NAME=SURFSAT -NICKNAME=SURFSAT -TLE1=1 23711U 95059B 09269.03744372 .00000067 00000-0 22326-3 0 3386 -TLE2=2 23711 100.3048 268.8011 0367807 248.4770 107.6796 13.12569694665662 +NAME=H-2B DEB +NICKNAME=H-2B DEB +TLE1=1 35819U 09048C 09254.30868613 -.00003716 11746-4 00000+0 0 16 +TLE2=2 35819 51.6331 226.0861 0083662 330.8004 30.9660 16.17096693 74 -[24842] +[27704] VERSION=1.1 -NAME=IRIDIUM 911 [-] -NICKNAME=IRIDIUM 911 [-] -TLE1=1 24842U 97030G 09269.52747788 .00000085 00000-0 19183-4 0 4290 -TLE2=2 24842 86.4394 91.8556 0017272 82.8697 277.4460 14.43186731645901 +NAME=GPS BIIR-09 (PRN 21) +NICKNAME=GPS BIIR-09 (PRN 21) +TLE1=1 27704U 03010A 09275.03564735 -.00000016 00000-0 10000-3 0 7293 +TLE2=2 27704 53.4852 214.7336 0157484 214.3950 144.5586 2.00553472 47718 -[22220] +[25478] VERSION=1.1 -NAME=SL-16 R/B -NICKNAME=SL-16 R/B -TLE1=1 22220U 92076B 09269.11957890 -.00000210 00000-0 -81984-4 0 9997 -TLE2=2 22220 70.9975 236.0240 0015066 251.6043 108.3404 14.16147478871350 +NAME=ORBCOMM FM24 [+] +NICKNAME=ORBCOMM FM24 [+] +TLE1=1 25478U 98053D 09276.19598552 .00000208 00000-0 13608-3 0 6830 +TLE2=2 25478 45.0103 207.9870 0001430 292.2643 67.8056 14.28964578575407 -[32388] +[26407] VERSION=1.1 -NAME=HORIZONS 2 -NICKNAME=HORIZONS 2 -TLE1=1 32388U 07063B 09269.12145128 -.00000264 00000-0 10000-3 0 2743 -TLE2=2 32388 0.0189 255.8416 0002261 280.0485 158.8391 1.00270762 6627 +NAME=GPS BIIR-05 (PRN 28) +NICKNAME=GPS BIIR-05 (PRN 28) +TLE1=1 26407U 00040A 09276.64668078 .00000058 00000-0 10000-3 0 5793 +TLE2=2 26407 55.4546 95.5533 0153463 244.5083 113.9495 2.00565923 67599 -[25772] +[33315] VERSION=1.1 -NAME=GLOBALSTAR M047 -NICKNAME=GLOBALSTAR M047 -TLE1=1 25772U 99031C 09268.95362416 -.00000086 00000-0 10000-3 0 840 -TLE2=2 25772 51.9943 72.8702 0000772 63.7500 296.3439 12.62259940474897 +NAME=RAPIDEYE 3 +NICKNAME=RAPIDEYE 3 +TLE1=1 33315U 08040D 09277.23134590 .00000026 00000-0 10447-4 0 2260 +TLE2=2 33315 97.9680 1.1686 0013656 66.6083 293.6568 14.79917967 59281 -[15427] +[27560] VERSION=1.1 -NAME=NOAA 9 [P] -NICKNAME=NOAA 9 [P] -TLE1=1 15427U 84123A 09269.10014354 .00000236 00000-0 14210-3 0 8341 -TLE2=2 15427 98.4489 261.5138 0015568 126.0970 234.1650 14.15329701279236 +NAME=MOZHAYETS +NICKNAME=MOZHAYETS +TLE1=1 27560U 02054B 09276.16682396 -.00000024 00000-0 46513-5 0 594 +TLE2=2 27560 97.9255 113.5232 0042019 234.5730 125.1528 14.55043842362456 -[28190] +[20479] VERSION=1.1 -NAME=GPS BIIR-11 (DASS) -NICKNAME=GPS BIIR-11 (DASS) -TLE1=1 28190U 04009A 09268.62735647 -.00000029 00000-0 10000-3 0 2829 -TLE2=2 28190 54.8631 158.3447 0058787 342.9889 16.8801 2.00566061 40463 +NAME=ORIZURU (DEBUT) +NICKNAME=ORIZURU (DEBUT) +TLE1=1 20479U 90013B 09276.24358029 -.00000071 00000-0 -76859-4 0 3838 +TLE2=2 20479 99.0591 178.5725 0538765 280.6723 73.4172 12.83687914920895 -[25288] +[25262] VERSION=1.1 -NAME=IRIDIUM 65 [+] -NICKNAME=IRIDIUM 65 [+] -TLE1=1 25288U 98021D 09269.70089149 .00000089 00000-0 24557-4 0 7014 -TLE2=2 25288 86.3983 322.7268 0002357 89.8193 270.3274 14.34224906600757 +NAME=IRIDIUM 51 [S] +NICKNAME=IRIDIUM 51 [S] +TLE1=1 25262U 98018A 09276.72562108 .00000122 00000-0 30430-4 0 8378 +TLE2=2 25262 86.4440 54.7165 0002195 82.2896 277.8556 14.42946225607029 -[25922] +[29505] VERSION=1.1 -NAME=GALAXY 27 (G-27) -NICKNAME=GALAXY 27 (G-27) -TLE1=1 25922U 99052A 09267.20932406 .00000046 00000-0 10000-3 0 5489 -TLE2=2 25922 0.0081 246.8355 0001994 295.0929 127.6005 1.00273912 36615 +NAME=SJ-6C +NICKNAME=SJ-6C +TLE1=1 29505U 06046A 09277.18888815 .00000377 00000-0 44019-4 0 3150 +TLE2=2 29505 97.6918 281.2009 0004709 73.6870 286.4872 14.90674886160328 -[26766] +[25431] VERSION=1.1 -NAME=INTELSAT 10 (IS-10) -NICKNAME=INTELSAT 10 (IS-10) -TLE1=1 26766U 01019A 09266.68907846 -.00000038 00000-0 10000-3 0 4552 -TLE2=2 26766 0.0329 266.9285 0000411 79.2451 333.0506 1.00273080 30650 +NAME=IRIDIUM 3 [+] +NICKNAME=IRIDIUM 3 [+] +TLE1=1 25431U 98048A 09276.70010038 .00000164 00000-0 51350-4 0 6746 +TLE2=2 25431 86.4014 351.5273 0002220 99.8118 260.3317 14.34221683582357 -[24841] +[26081] VERSION=1.1 -NAME=IRIDIUM 16 [-] -NICKNAME=IRIDIUM 16 [-] -TLE1=1 24841U 97030F 09269.60984963 .00000090 00000-0 24623-4 0 7706 -TLE2=2 24841 86.3988 89.6510 0003544 113.3647 246.7922 14.35299830642821 +NAME=GLOBALSTAR M063 +NICKNAME=GLOBALSTAR M063 +TLE1=1 26081U 00008A 09276.38954338 -.00000086 00000-0 10000-3 0 699 +TLE2=2 26081 51.9993 275.7557 0000750 99.8991 260.1961 12.62259437453648 -[22970] +[27600] VERSION=1.1 -NAME=TUBSAT B -NICKNAME=TUBSAT B -TLE1=1 22970U 94003B 09269.63722838 .00000051 00000-0 10000-3 0 1612 -TLE2=2 22970 82.5560 78.0490 0016124 359.2311 0.8749 13.16916351753339 +NAME=MICRO LABSAT +NICKNAME=MICRO LABSAT +TLE1=1 27600U 02056D 09277.15139124 -.00000031 00000-0 45043-5 0 8747 +TLE2=2 27600 98.3810 329.8169 0010103 290.1463 69.8634 14.28866828355006 -[25331] +[29480] VERSION=1.1 -NAME=ECHOSTAR 4 -NICKNAME=ECHOSTAR 4 -TLE1=1 25331U 98028A 09268.25820225 -.00000255 00000-0 10000-3 0 620 -TLE2=2 25331 1.3223 53.2389 0004881 132.2145 194.8394 1.00272976 41812 +NAME=M-V-7 R/B +NICKNAME=M-V-7 R/B +TLE1=1 29480U 06041B 09275.55825426 .00338983 28658-5 28228-3 0 213 +TLE2=2 29480 98.2438 121.7683 0038908 69.9884 290.5793 16.12044569172282 -[24794] +[32750] VERSION=1.1 -NAME=IRIDIUM 6 [+] -NICKNAME=IRIDIUM 6 [+] -TLE1=1 24794U 97020C 09269.48279496 -.00000062 00000-0 -29337-4 0 5690 -TLE2=2 24794 86.3920 57.7063 0002221 87.9869 272.1577 14.34211610648909 +NAME=SAR-LUPE 4 +NICKNAME=SAR-LUPE 4 +TLE1=1 32750U 08014A 09277.22971138 .00000949 00000-0 39422-4 0 7048 +TLE2=2 32750 98.1328 27.4975 0022491 54.8808 3.6276 15.26526937 84748 -[26464] +[20918] VERSION=1.1 -NAME=CLUSTER II-FM8 -NICKNAME=CLUSTER II-FM8 -TLE1=1 26464U 00045B 09268.41666667 -.00000185 00000-0 00000+0 0 3806 -TLE2=2 26464 110.9550 189.0765 8634758 31.8030 355.7477 0.42025804 4992 +NAME=INMARSAT 2-F1 +NICKNAME=INMARSAT 2-F1 +TLE1=1 20918U 90093A 09274.20965277 .00000111 00000-0 10000-3 0 6142 +TLE2=2 20918 6.8430 54.3320 0002493 120.3256 128.9156 1.00274372 65736 -[26626] +[32790] VERSION=1.1 -NAME=SIRIUS-3 -NICKNAME=SIRIUS-3 -TLE1=1 26626U 00077A 09269.20520763 -.00000156 00000-0 10000-3 0 4843 -TLE2=2 26626 64.1840 13.9960 2825100 269.5619 58.4262 1.00276674 32321 +NAME=CANX-2 +NICKNAME=CANX-2 +TLE1=1 32790U 08021H 09276.80046047 -.00000402 00000-0 -44332-4 0 4730 +TLE2=2 32790 97.9341 339.7617 0016385 41.9767 318.2703 14.81505996 77500 -[28915] +[25415] VERSION=1.1 -NAME=COSMOS 2419 (714) -NICKNAME=COSMOS 2419 (714) -TLE1=1 28915U 05050A 09269.80266880 -.00000020 00000-0 10000-3 0 560 -TLE2=2 28915 64.8626 160.4371 0008111 337.3914 59.0764 2.13101843 29232 +NAME=ORBCOMM FM19 [+] +NICKNAME=ORBCOMM FM19 [+] +TLE1=1 25415U 98046C 09276.86606244 .00000301 00000-0 17683-3 0 1101 +TLE2=2 25415 44.9948 115.4180 0001990 153.6028 206.4910 14.27640153582225 -[22826] +[29155] VERSION=1.1 -NAME=ITAMSAT (IO-26) -NICKNAME=IO-26 -TLE1=1 22826U 93061D 09268.85649743 -.00000018 00000-0 94283-5 0 802 -TLE2=2 22826 98.4408 219.8657 0008557 329.2983 30.7701 14.29526403834395 +NAME=GOES 13 +NICKNAME=GOES 13 +TLE1=1 29155U 06018A 09276.13363015 -.00000083 00000-0 10000-3 0 7728 +TLE2=2 29155 0.1466 113.3670 0003314 88.4193 112.8075 1.00272775 12330 -[23705] +[23864] VERSION=1.1 -NAME=SL-16 R/B -NICKNAME=SL-16 R/B -TLE1=1 23705U 95058B 09268.93292022 .00000212 00000-0 13434-3 0 9665 -TLE2=2 23705 71.0201 186.8926 0014232 275.1764 84.7708 14.14870035718119 +NAME=PALAPA C2 +NICKNAME=PALAPA C2 +TLE1=1 23864U 96030A 09275.57152435 -.00000357 00000-0 10000-3 0 9390 +TLE2=2 23864 0.0175 109.4533 0001466 125.2129 95.4973 1.00271901 48990 -[3230] +[25937] VERSION=1.1 -NAME=SL-8 R/B -NICKNAME=SL-8 R/B -TLE1=1 03230U 68040B 09268.71913884 .00000146 00000-0 21764-4 0 7614 -TLE2=2 03230 74.0340 101.3014 0033299 81.8856 278.6110 14.84231957216165 +NAME=DIRECTV 1R +NICKNAME=DIRECTV 1R +TLE1=1 25937U 99056A 09274.38113672 -.00000260 00000-0 10000-3 0 7258 +TLE2=2 25937 0.0041 181.2983 0002274 356.3286 257.3346 1.00271500 36570 -[28187] +[25078] VERSION=1.1 -NAME=EUTELSAT W3A -NICKNAME=EUTELSAT W3A -TLE1=1 28187U 04008A 09267.20673811 .00000036 00000-0 10000-3 0 8464 -TLE2=2 28187 0.0687 350.4014 0003864 191.0164 263.1783 1.00273586 20317 +NAME=IRIDIUM 44 [-] +NICKNAME=IRIDIUM 44 [-] +TLE1=1 25078U 97077B 09276.72897215 .00000114 00000-0 32012-4 0 2460 +TLE2=2 25078 86.3922 113.1883 0003575 96.6114 263.5499 14.36566923619511 -[27426] +[1293] VERSION=1.1 -NAME=DIRECTV 5 (TEMPO 1) -NICKNAME=DIRECTV 5 (TEMPO 1) -TLE1=1 27426U 02023A 09268.49914787 -.00000068 00000-0 10000-3 0 3917 -TLE2=2 27426 0.0014 234.7650 0003020 309.2160 250.0538 1.00272559 27082 +NAME=OSCAR 3 (OSCAR III) +NICKNAME=OSCAR 3 (OSCAR III) +TLE1=1 01293U 65016F 09277.24546553 .00000018 00000-0 44866-4 0 6282 +TLE2=2 01293 70.0741 295.7220 0017120 16.4827 343.6838 14.04727780275124 -[28230] +[25962] VERSION=1.1 -NAME=GP-B -NICKNAME=GP-B -TLE1=1 28230U 04014A 09268.78092169 -.00000058 00000-0 -10732-4 0 6103 -TLE2=2 28230 89.9421 157.3102 0003236 95.0357 265.1233 14.75988032292611 +NAME=GLOBALSTAR M034 +NICKNAME=GLOBALSTAR M034 +TLE1=1 25962U 99062B 09276.08524652 -.00000086 00000-0 10000-3 0 288 +TLE2=2 25962 51.9977 141.9863 0001316 118.2471 241.8554 12.62264462455076 -[27378] +[25275] VERSION=1.1 -NAME=ECHOSTAR 7 -NICKNAME=ECHOSTAR 7 -TLE1=1 27378U 02006A 09266.55284444 -.00000013 00000-0 10000-3 0 4268 -TLE2=2 27378 0.0226 305.0423 0001186 233.5923 264.0150 1.00273139 27798 +NAME=IRIDIUM 59 [+] +NICKNAME=IRIDIUM 59 [+] +TLE1=1 25275U 98019D 09276.69099736 .00000160 00000-0 50212-4 0 3682 +TLE2=2 25275 86.3979 23.2277 0002309 59.1079 301.0347 14.34217048602801 -[29505] +[30773] VERSION=1.1 -NAME=SJ-6C -NICKNAME=SJ-6C -TLE1=1 29505U 06046A 09269.73797244 .00000175 00000-0 23367-4 0 2942 -TLE2=2 29505 97.6911 273.9418 0004552 90.7885 269.3835 14.90672571159219 +NAME=MIDSTAR-1 +NICKNAME=MIDSTAR-1 +TLE1=1 30773U 07006B 09277.06695875 -.00000304 00000-0 00000+0 0 7315 +TLE2=2 30773 46.0241 137.5325 0008877 57.5907 302.5841 15.23796315143348 -[22245] +[27954] VERSION=1.1 -NAME=GORIZONT 27 -NICKNAME=GORIZONT 27 -TLE1=1 22245U 92082A 09267.76064779 -.00000370 00000-0 10000-3 0 4817 -TLE2=2 22245 11.4716 43.8084 0014692 222.9132 137.0012 1.00185241 65947 +NAME=GALAXY 13 (HORIZONS-1) +NICKNAME=GALAXY 13 (HORIZONS-1) +TLE1=1 27954U 03044A 09276.14496464 .00000050 00000-0 10000-3 0 9494 +TLE2=2 27954 0.0044 229.8107 0000763 222.3338 205.0419 1.00273967 22061 -[22877] +[25288] VERSION=1.1 -NAME=GPS BIIA-23 (PRN 04) -NICKNAME=GPS BIIA-23 (PRN 04) -TLE1=1 22877U 93068A 09267.37855438 .00000004 00000-0 10000-3 0 8996 -TLE2=2 22877 53.8615 214.3417 0086803 28.4437 332.0132 2.00548032116614 +NAME=IRIDIUM 65 [+] +NICKNAME=IRIDIUM 65 [+] +TLE1=1 25288U 98021D 09276.67770426 .00000173 00000-0 54614-4 0 7104 +TLE2=2 25288 86.3974 319.8113 0002534 92.9638 267.1846 14.34226214601753 -[25043] +[26063] VERSION=1.1 -NAME=IRIDIUM 38 [-] -NICKNAME=IRIDIUM 38 [-] -TLE1=1 25043U 97069E 09269.64582838 .00000023 00000-0 11235-5 0 7591 -TLE2=2 25043 86.3928 120.1045 0002782 97.6703 262.4809 14.34707729622157 +NAME=OPAL (OO-38) +NICKNAME=OO-38 +TLE1=1 26063U 00004C 09276.36832945 -.00000018 00000-0 14230-4 0 6200 +TLE2=2 26063 100.2248 82.7705 0036681 317.3108 42.5224 14.35873254507476 -[23439] +[31601] VERSION=1.1 -NAME=RADIO ROSTO (RS-15) -NICKNAME=RS-15 -TLE1=1 23439U 94085A 09268.91066711 -.00000039 00000-0 10000-3 0 2689 -TLE2=2 23439 64.8127 101.9382 0150714 32.6092 328.4032 11.27553637607471 +NAME=OFEQ 7 +NICKNAME=OFEQ 7 +TLE1=1 31601U 07025A 09277.10255707 .00002179 00000-0 73143-4 0 6265 +TLE2=2 31601 141.7478 34.7054 0072413 315.2193 152.7511 15.19844958129007 -[26089] +[11416] VERSION=1.1 -NAME=GARUDA 1 -NICKNAME=GARUDA 1 -TLE1=1 26089U 00011A 09267.76249958 -.00000371 00000-0 10000-3 0 4688 -TLE2=2 26089 1.1584 251.3166 0002988 317.3819 192.5215 1.00267160 35263 +NAME=NOAA 6 [P] +NICKNAME=NOAA 6 [P] +TLE1=1 11416U 79057A 09276.63576532 .00000055 00000-0 36447-4 0 9844 +TLE2=2 11416 98.4081 288.2371 0009833 305.8108 54.2166 14.31935842577232 -[27941] +[23448] VERSION=1.1 -NAME=NIGERIASAT 1 -NICKNAME=NIGERIASAT 1 -TLE1=1 27941U 03042C 09269.77712950 .00000027 00000-0 14142-4 0 8305 -TLE2=2 27941 97.9265 140.6749 0011627 170.9809 189.1607 14.63033065320395 +NAME=RADUGA 32 +NICKNAME=RADUGA 32 +TLE1=1 23448U 94087A 09275.88800640 -.00000133 00000-0 10000-3 0 1956 +TLE2=2 23448 10.4654 51.1639 0005670 129.6118 230.4992 1.00276183 71762 -[28393] +[28946] VERSION=1.1 -NAME=AMAZONAS -NICKNAME=AMAZONAS -TLE1=1 28393U 04031A 09269.18864949 -.00000294 00000-0 10000-3 0 6692 -TLE2=2 28393 0.0421 29.7625 0000551 188.8942 153.3258 1.00270176 18882 +NAME=EUROBIRD 9A +NICKNAME=EUROBIRD 9A +TLE1=1 28946U 06007B 09275.81333692 .00000064 00000-0 10000-3 0 3875 +TLE2=2 28946 0.0060 295.0356 0004101 260.3698 118.0762 1.00274874 13122 -[28916] +[22912] VERSION=1.1 -NAME=COSMOS 2418 (713) -NICKNAME=COSMOS 2418 (713) -TLE1=1 28916U 05050B 09269.61558435 -.00000020 00000-0 10000-3 0 481 -TLE2=2 28916 64.8813 160.4793 0018915 336.3459 230.9483 2.13104564 29225 +NAME=METEOSAT-6 (MOP-3) +NICKNAME=METEOSAT-6 (MOP-3) +TLE1=1 22912U 93073B 09274.77258927 -.00000014 00000-0 10000-3 0 2732 +TLE2=2 22912 8.6166 58.5980 0000937 184.5867 113.1560 1.00269093 56534 -[32763] +[24808] VERSION=1.1 -NAME=ICO G1 -NICKNAME=ICO G1 -TLE1=1 32763U 08016A 09267.41666750 -.00000185 00000-0 10000-3 0 3189 -TLE2=2 32763 5.4108 329.7676 0002851 203.7427 247.0141 1.00271637 5339 +NAME=THOR II +NICKNAME=THOR II +TLE1=1 24808U 97025A 09275.17479888 .00000037 00000-0 10000-3 0 6531 +TLE2=2 24808 1.3350 80.3940 0002267 92.2498 266.4266 1.00274449 45317 -[26892] +[6920] VERSION=1.1 -NAME=COSMOS 2379 -NICKNAME=COSMOS 2379 -TLE1=1 26892U 01037A 09269.06356713 .00000070 00000-0 10000-3 0 4025 -TLE2=2 26892 5.0860 68.0839 0001948 93.2282 238.8284 1.00268517 29613 +NAME=NOAA 3 [-] +NICKNAME=NOAA 3 [-] +TLE1=1 06920U 73086A 09276.58270486 -.00000030 00000-0 10000-3 0 2682 +TLE2=2 06920 101.7193 294.9166 0006410 329.0815 30.9869 12.40300290625714 -[25276] +[25622] VERSION=1.1 -NAME=IRIDIUM 60 [+] -NICKNAME=IRIDIUM 60 [+] -TLE1=1 25276U 98019E 09269.65072362 .00000200 00000-0 64309-4 0 7396 -TLE2=2 25276 86.3967 25.8977 0002274 84.5607 275.5849 14.34215206601797 +NAME=GLOBALSTAR M040 +NICKNAME=GLOBALSTAR M040 +TLE1=1 25622U 99004B 09276.32348697 -.00000086 00000-0 10000-3 0 894 +TLE2=2 25622 51.9902 229.8835 0000673 327.7364 32.3461 12.61705099491429 -[26610] +[27392] VERSION=1.1 -NAME=STRV 1C -NICKNAME=STRV 1C -TLE1=1 26610U 00072C 09269.19593492 .00000075 00000-0 00000+0 0 9825 -TLE2=2 26610 6.5902 251.2811 7331514 132.0949 318.6585 2.03454365 65875 +NAME=GRACE 2 +NICKNAME=GRACE 2 +TLE1=1 27392U 02012B 09276.79453179 .00000479 00000-0 13276-4 0 3084 +TLE2=2 27392 89.0207 348.5476 0019778 51.4565 308.8451 15.34301071421962 -[28935] +[32050] VERSION=1.1 -NAME=ECHOSTAR 10 -NICKNAME=ECHOSTAR 10 -TLE1=1 28935U 06003A 09269.40921971 -.00000067 00000-0 10000-3 0 7575 -TLE2=2 28935 0.0359 333.8786 0001530 209.2891 219.2746 1.00272196 13276 +NAME=INSAT-4CR +NICKNAME=INSAT-4CR +TLE1=1 32050U 07037A 09275.57324758 -.00000076 00000-0 10000-3 0 5142 +TLE2=2 32050 0.0331 106.6561 0003662 53.4539 131.6935 1.00272478 7679 -[25158] +[27830] VERSION=1.1 -NAME=ORBCOMM FM03 [-] -NICKNAME=ORBCOMM FM03 [-] -TLE1=1 25158U 98007B 09269.13919671 .00000083 00000-0 89180-4 0 9876 -TLE2=2 25158 107.9724 319.1909 0049183 117.0609 243.5555 14.25459042603907 +NAME=BSAT-2C +NICKNAME=BSAT-2C +TLE1=1 27830U 03028A 09275.56663179 -.00000349 00000-0 10000-3 0 542 +TLE2=2 27830 0.0444 120.8014 0006435 25.7505 178.7388 1.00270867 23145 -[26483] +[24285] VERSION=1.1 -NAME=SIRIUS-2 -NICKNAME=SIRIUS-2 -TLE1=1 26483U 00051A 09268.54548112 .00000034 00000-0 10000-3 0 2460 -TLE2=2 26483 63.7404 134.2536 2657742 270.3268 59.7045 1.00276559 33184 +NAME=FAST +NICKNAME=FAST +TLE1=1 24285U 96049A 09275.93283034 .00000756 00000-0 67230-4 0 8566 +TLE2=2 24285 82.9753 4.4877 1997336 322.3288 25.2985 11.26406600530660 -[24901] +[25417] VERSION=1.1 -NAME=AGILA 2 -NICKNAME=AGILA 2 -TLE1=1 24901U 97042A 09267.64379068 -.00000247 00000-0 10000-3 0 9117 -TLE2=2 24901 0.0105 211.3167 0004177 323.2147 206.7915 1.00273259 44317 +NAME=ORBCOMM FM16 [+] +NICKNAME=ORBCOMM FM16 [+] +TLE1=1 25417U 98046E 09276.81626502 .00000130 00000-0 10816-3 0 1535 +TLE2=2 25417 44.9986 116.7740 0000418 236.6896 123.3906 14.27641245582218 -[23710] +[20436] VERSION=1.1 -NAME=RADARSAT-1 -NICKNAME=RADARSAT-1 -TLE1=1 23710U 95059A 09269.75989413 .00000141 00000-0 71556-4 0 6231 -TLE2=2 23710 98.5818 275.1187 0001042 83.5270 35.0597 14.29978714725327 +NAME=SPOT 2 +NICKNAME=SPOT 2 +TLE1=1 20436U 90005A 09277.06310673 .00000015 00000-0 13431-4 0 7901 +TLE2=2 20436 98.6559 349.7622 0154925 327.7799 31.4009 14.61899215 21457 -[25770] +[28939] VERSION=1.1 -NAME=GLOBALSTAR M025 -NICKNAME=GLOBALSTAR M025 -TLE1=1 25770U 99031A 09269.38919561 -.00000086 00000-0 10000-3 0 104 -TLE2=2 25770 51.9951 71.9593 0000859 88.6779 271.4186 12.62266203474941 +NAME=AKARI (ASTRO-F) +NICKNAME=AKARI (ASTRO-F) +TLE1=1 28939U 06005A 09276.11872310 .00000103 00000-0 32801-4 0 1016 +TLE2=2 28939 98.2504 278.4199 0007870 200.1005 159.9881 14.57565680191819 -[28463] +[24277] VERSION=1.1 -NAME=EXPRESS-AM 1 -NICKNAME=EXPRESS-AM 1 -TLE1=1 28463U 04043A 09269.65701714 .00000139 00000-0 10000-3 0 5534 -TLE2=2 28463 0.0188 91.4926 0001626 286.3218 264.3300 1.00273123 17979 +NAME=MIDORI (ADEOS) +NICKNAME=MIDORI (ADEOS) +TLE1=1 24277U 96046A 09277.00244539 .00000007 00000-0 19233-4 0 1743 +TLE2=2 24277 98.3782 237.2252 0001269 359.1447 0.9733 14.28600982684465 -[24906] +[25897] VERSION=1.1 -NAME=IRIDIUM 23 [+] -NICKNAME=IRIDIUM 23 [+] -TLE1=1 24906U 97043D 09269.66618287 .00000270 00000-0 89222-4 0 7897 -TLE2=2 24906 86.4004 354.2449 0002379 83.0627 277.0855 14.34219817633560 +NAME=YAMAL 102 +NICKNAME=YAMAL 102 +TLE1=1 25897U 99047B 09276.33046859 -.00000220 00000-0 10000-3 0 2972 +TLE2=2 25897 5.6823 68.7971 0003364 132.0717 20.0534 1.00271228 36985 -[27651] +[25949] VERSION=1.1 -NAME=SORCE -NICKNAME=SORCE -TLE1=1 27651U 03004A 09269.00366269 .00000019 00000-0 18159-4 0 108 -TLE2=2 27651 39.9957 117.4553 0027214 323.3033 36.5903 14.82207766361250 +NAME=TELSTAR 12 (ORION 2) +NICKNAME=TELSTAR 12 (ORION 2) +TLE1=1 25949U 99059A 09275.87571264 -.00000117 00000-0 10000-3 0 7345 +TLE2=2 25949 0.0378 89.3938 0002462 100.4374 122.1634 1.00271893 36450 -[27431] +[26631] VERSION=1.1 -NAME=FENGYUN 1D -NICKNAME=FENGYUN 1D -TLE1=1 27431U 02024B 09268.82081236 -.00000045 00000-0 -16701-5 0 6921 -TLE2=2 27431 98.6371 254.3901 0015917 126.1668 234.0983 14.09284200378984 +NAME=EROS A1 +NICKNAME=EROS A1 +TLE1=1 26631U 00079A 09277.22001946 .00001222 00000-0 63060-4 0 2419 +TLE2=2 26631 97.4774 341.3286 0008420 335.7400 101.2856 15.18202395491060 -[25169] +[28622] VERSION=1.1 -NAME=IRIDIUM 52 [+] -NICKNAME=IRIDIUM 52 [+] -TLE1=1 25169U 98010A 09269.60023165 -.00000098 00000-0 -42133-4 0 4801 -TLE2=2 25169 86.3894 89.1898 0002240 78.2251 281.9196 14.34217146607506 +NAME=HIMAWARI 6 (MTSAT-1R) +NICKNAME=HIMAWARI 6 (MTSAT-1R) +TLE1=1 28622U 05006A 09275.18334727 -.00000279 00000-0 10000-3 0 2726 +TLE2=2 28622 0.0574 9.1892 0002357 330.5193 237.4095 1.00271696 16827 -[25634] +[26824] VERSION=1.1 -NAME=ARGOS -NICKNAME=ARGOS -TLE1=1 25634U 99008A 09269.08747703 .00000095 00000-0 67449-4 0 8232 -TLE2=2 25634 99.0016 307.7813 0010740 22.7075 337.4594 14.18913190548358 +NAME=INTELSAT 901 (IS-901) +NICKNAME=INTELSAT 901 (IS-901) +TLE1=1 26824U 01024A 09275.23566123 -.00000140 00000-0 10000-3 0 4704 +TLE2=2 26824 0.0079 154.5384 0003354 17.7095 265.6920 1.00271965 30491 -[15677] +[26610] VERSION=1.1 -NAME=GSTAR 1 -NICKNAME=GSTAR 1 -TLE1=1 15677U 85035A 09268.41781998 -.00000105 00000-0 10000-3 0 1857 -TLE2=2 15677 10.9006 49.6738 0005479 256.2583 103.7248 1.00272402 63986 +NAME=STRV 1C +NICKNAME=STRV 1C +TLE1=1 26610U 00072C 09275.57803947 -.00000212 00000-0 00000+0 0 9861 +TLE2=2 26610 6.5877 249.2835 7333868 136.1711 313.1241 2.03458520 66007 -[35931] +[24713] VERSION=1.1 -NAME=OCEANSAT 2 -NICKNAME=OCEANSAT 2 -TLE1=1 35931U 09051A 09269.27000761 .00006140 00000-0 15388-2 0 73 -TLE2=2 35931 98.3373 3.9527 0007134 263.1261 96.9094 14.51714908 432 +NAME=AMC-2 (GE-2) +NICKNAME=AMC-2 (GE-2) +TLE1=1 24713U 97002A 09275.24319222 -.00000114 00000-0 10000-3 0 9679 +TLE2=2 24713 0.0504 104.2215 0002269 97.1167 156.3232 1.00272240 46418 -[35756] +[21701] VERSION=1.1 -NAME=OPTUS D3 -NICKNAME=OPTUS D3 -TLE1=1 35756U 09044B 09267.62995983 -.00000161 00000-0 10000-3 0 329 -TLE2=2 35756 0.0562 344.0821 0002634 185.8089 216.3545 1.00270865 383 +NAME=UARS +NICKNAME=UARS +TLE1=1 21701U 91063B 09276.91460748 .00008931 00000-0 11683-3 0 7815 +TLE2=2 21701 56.9697 247.3224 0076394 29.9179 330.6222 15.56125766996146 -[32266] +[32953] VERSION=1.1 -NAME=GLOBALSTAR M068 -NICKNAME=GLOBALSTAR M068 -TLE1=1 32266U 07048D 09269.17887788 -.00000086 00000-0 10000-3 0 6905 -TLE2=2 32266 51.9835 163.1757 0001778 81.7981 278.3086 12.62261978 92367 +NAME=YUBILEINY (RS-30) +NICKNAME=YUBILEINY (RS-30) +TLE1=1 32953U 08025A 09276.85067410 .00000010 00000-0 00000+0 0 4201 +TLE2=2 32953 82.5047 189.0494 0018564 305.9424 53.9931 12.43003202 61897 -[26113] +[25418] VERSION=1.1 -NAME=IMAGE -NICKNAME=IMAGE -TLE1=1 26113U 00017A 09265.75819952 .00000253 00000-0 10000-3 0 8734 -TLE2=2 26113 91.2524 213.4656 7345844 273.1823 13.1814 1.68638835 58476 +NAME=ORBCOMM FM15 [+] +NICKNAME=ORBCOMM FM15 [+] +TLE1=1 25418U 98046F 09276.05669343 -.00000050 00000-0 35797-4 0 2069 +TLE2=2 25418 44.9994 120.5370 0000915 191.7920 168.2920 14.27650588582103 -[21118] +[27847] VERSION=1.1 -NAME=MOLNIYA 1-80 -NICKNAME=MOLNIYA 1-80 -TLE1=1 21118U 91012A 09266.19328902 .00001155 00000-0 10000-3 0 6918 -TLE2=2 21118 61.9164 253.8758 7255619 253.9289 21.4505 2.00595461136305 +NAME=CANX-1 +NICKNAME=CANX-1 +TLE1=1 27847U 03031H 09275.98985322 .00000028 00000-0 33170-4 0 6067 +TLE2=2 27847 98.7074 284.5786 0009493 168.6288 191.5121 14.20976982324602 -[25884] +[7338] VERSION=1.1 -NAME=GLOBALSTAR M027 -NICKNAME=GLOBALSTAR M027 -TLE1=1 25884U 99043B 09269.28776602 -.00000086 00000-0 10000-3 0 9973 -TLE2=2 25884 52.0067 209.7045 0000954 44.0587 316.0351 12.62256982466404 +NAME=SL-8 R/B +NICKNAME=SL-8 R/B +TLE1=1 07338U 74044B 09277.15250288 .00006902 00000-0 13301-3 0 9848 +TLE2=2 07338 82.8845 336.5533 0217581 49.6896 312.3099 15.25769786816202 -[28899] +[24931] VERSION=1.1 -NAME=INMARSAT 4-F2 -NICKNAME=INMARSAT 4-F2 -TLE1=1 28899U 05044A 09269.82262602 .00000126 00000-0 10000-3 0 8669 -TLE2=2 28899 2.2311 316.9152 0002975 226.4279 143.6451 1.00274223 14289 +NAME=EUROBIRD 4 +NICKNAME=EUROBIRD 4 +TLE1=1 24931U 97049A 09274.84903214 -.00000096 00000-0 10000-3 0 497 +TLE2=2 24931 0.6072 81.5442 0012577 72.1864 238.5180 1.00271953 44328 -[24948] +[694] VERSION=1.1 -NAME=IRIDIUM 28 [-] -NICKNAME=IRIDIUM 28 [-] -TLE1=1 24948U 97051E 09269.65511556 .00000094 00000-0 26372-4 0 6061 -TLE2=2 24948 86.3981 26.0755 0002736 87.3436 272.8074 14.34271140630127 +NAME=ATLAS CENTAUR 2 +NICKNAME=ATLAS CENTAUR 2 +TLE1=1 00694U 63047A 09276.49566988 .00000415 00000-0 40279-4 0 771 +TLE2=2 00694 30.3612 75.3793 0617051 242.2232 111.4502 13.95057453288584 -[4327] +[25158] VERSION=1.1 -NAME=SERT 2 -NICKNAME=SERT 2 -TLE1=1 04327U 70009A 09268.69631743 .00000032 00000-0 10000-3 0 705 -TLE2=2 04327 99.1988 135.7352 0005632 59.8701 300.2994 13.58229655964444 +NAME=ORBCOMM FM03 [-] +NICKNAME=ORBCOMM FM03 [-] +TLE1=1 25158U 98007B 09277.20948394 .00000131 00000-0 10919-3 0 9931 +TLE2=2 25158 107.9729 335.5295 0048762 102.5904 258.0689 14.25462157605059 -[33460] +[24842] VERSION=1.1 -NAME=EUTELSAT W2M -NICKNAME=EUTELSAT W2M -TLE1=1 33460U 08065B 09267.18585715 .00000008 00000-0 10000-3 0 1454 -TLE2=2 33460 0.1084 51.0778 0002518 100.0151 282.0441 1.00273037 2841 +NAME=IRIDIUM 911 [-] +NICKNAME=IRIDIUM 911 [-] +TLE1=1 24842U 97030G 09276.53033578 .00000125 00000-0 30983-4 0 4368 +TLE2=2 24842 86.4393 88.9233 0017278 62.6131 297.6826 14.43188201646910 -[25531] +[25880] VERSION=1.1 -NAME=IRIDIUM 83 [+] -NICKNAME=IRIDIUM 83 [+] -TLE1=1 25531U 98066E 09269.57487706 -.00000110 00000-0 -46375-4 0 6524 -TLE2=2 25531 86.3906 89.0419 0002212 77.3459 282.7983 14.34216634570075 +NAME=TELKOM 1 +NICKNAME=TELKOM 1 +TLE1=1 25880U 99042A 09275.56549014 -.00000343 00000-0 10000-3 0 8044 +TLE2=2 25880 0.0399 186.9399 0002043 26.1539 109.8731 1.00276278 37200 -[10953] +[28981] VERSION=1.1 -NAME=GOES 3 [P] -NICKNAME=GOES 3 [P] -TLE1=1 10953U 78062A 09268.28097211 -.00000112 00000-0 10000-3 0 6453 -TLE2=2 10953 14.3934 359.2696 0001788 332.9043 27.1041 1.00265759 67678 +NAME=ST5-B +NICKNAME=ST5-B +TLE1=1 28981U 06008B 09276.53490714 .00008865 13884-5 30776-3 0 1623 +TLE2=2 28981 105.6754 298.7711 2326989 64.2184 318.0091 10.75139596137444 -[27373] +[24792] VERSION=1.1 -NAME=IRIDIUM 90 [S] -NICKNAME=IRIDIUM 90 [S] -TLE1=1 27373U 02005B 09269.58827937 -.00000161 00000-0 -54351-4 0 2146 -TLE2=2 27373 86.4424 88.8700 0006314 34.2370 325.9233 14.42947177404614 +NAME=IRIDIUM 8 [+] +NICKNAME=IRIDIUM 8 [+] +TLE1=1 24792U 97020A 09276.47239516 .00000048 00000-0 10117-4 0 7773 +TLE2=2 24792 86.3922 54.6577 0002230 80.8635 279.2811 14.34211647649908 -[27561] +[19573] VERSION=1.1 -NAME=RUBIN-3 & SL-8 R/B -NICKNAME=RUBIN-3 & SL-8 R/B -TLE1=1 27561U 02054C 09268.96648032 .00000007 00000-0 12159-4 0 7879 -TLE2=2 27561 97.9374 99.2177 0046811 289.3133 70.3007 14.53769797362158 +NAME=COSMOS 1975 +NICKNAME=COSMOS 1975 +TLE1=1 19573U 88093A 09277.21109137 .00000283 00000-0 23067-4 0 6646 +TLE2=2 19573 82.5273 165.5268 0019568 83.2987 277.0456 14.95415681138336 -[7530] +[23185] VERSION=1.1 -NAME=OSCAR 7 (AO-7) -NICKNAME=AO-7 -TLE1=1 07530U 74089B 09269.68230389 -.00000027 00000-0 10000-3 0 5909 -TLE2=2 07530 101.4224 290.6174 0012106 69.8933 290.3440 12.53576672595430 +NAME=APSTAR 1 +NICKNAME=APSTAR 1 +TLE1=1 23185U 94043A 09277.01277626 -.00000259 00000-0 10000-3 0 2876 +TLE2=2 23185 4.6758 70.9454 0001042 121.9759 326.4995 1.00268839 55679 -[25721] +[24834] VERSION=1.1 -NAME=ABRIXAS -NICKNAME=ABRIXAS -TLE1=1 25721U 99022A 09268.90218375 -.00000508 00000-0 -83757-5 0 6660 -TLE2=2 25721 48.4408 170.1699 0020659 294.8915 64.9863 15.20283085575782 +NAME=FENGYUN 2A +NICKNAME=FENGYUN 2A +TLE1=1 24834U 97029A 09275.34509261 -.00000075 00000-0 10000-3 0 4218 +TLE2=2 24834 8.6538 61.4179 0095755 75.1823 285.9952 0.96051111 44796 -[16908] +[26410] VERSION=1.1 -NAME=EGP -NICKNAME=EGP -TLE1=1 16908U 86061A 09269.55576803 -.00000083 00000-0 10000-3 0 201 -TLE2=2 16908 50.0079 207.3272 0011433 115.6970 244.5047 12.44462882720221 +NAME=CLUSTER II-FM6 +NICKNAME=CLUSTER II-FM6 +TLE1=1 26410U 00041A 09275.62500000 .00000510 00000-0 00000-0 0 3905 +TLE2=2 26410 117.0949 198.3446 8670468 37.6050 357.6184 0.42027213 5056 -[25395] +[28187] VERSION=1.1 -NAME=FASAT B -NICKNAME=FASAT B -TLE1=1 25395U 98043B 09268.92823197 -.00000008 00000-0 14059-4 0 5576 -TLE2=2 25395 98.3303 294.8566 0001949 280.4892 79.6071 14.24361924582784 +NAME=EUTELSAT W3A +NICKNAME=EUTELSAT W3A +TLE1=1 28187U 04008A 09275.03245281 .00000048 00000-0 10000-3 0 8474 +TLE2=2 28187 0.0675 351.4241 0004565 184.0679 214.1028 1.00273613 20396 -[33154] +[30582] VERSION=1.1 -NAME=BADR-6 -NICKNAME=BADR-6 -TLE1=1 33154U 08034B 09265.77450711 .00000131 00000-0 10000-3 0 2245 -TLE2=2 33154 0.0612 320.1689 0002526 263.8368 82.5497 1.00271431 4487 +NAME=THEMIS C +NICKNAME=THEMIS C +TLE1=1 30582U 07004C 09269.50000000 -.00002386 00000-0 00000-0 0 4524 +TLE2=2 30582 7.3721 343.8980 9002730 357.8604 119.9187 0.29257951 5392 -[25624] +[25977] VERSION=1.1 -NAME=GLOBALSTAR M038 -NICKNAME=GLOBALSTAR M038 -TLE1=1 25624U 99004D 09269.34707538 -.00000086 00000-0 10000-3 0 589 -TLE2=2 25624 52.0004 208.7858 0000986 111.3356 248.7616 12.62261755491301 +NAME=HELIOS 1B +NICKNAME=HELIOS 1B +TLE1=1 25977U 99064A 09277.04410881 .00000450 00000-0 70462-4 0 6820 +TLE2=2 25977 98.3455 281.6567 0001611 7.8876 352.2351 14.77723761528007 -[26900] +[25432] VERSION=1.1 -NAME=INTELSAT 902 (IS-902) -NICKNAME=INTELSAT 902 (IS-902) -TLE1=1 26900U 01039A 09268.64101267 .00000021 00000-0 10000-3 0 4635 -TLE2=2 26900 0.0063 209.2927 0002783 317.1667 130.9083 1.00273269 29599 +NAME=IRIDIUM 76 [+] +NICKNAME=IRIDIUM 76 [+] +TLE1=1 25432U 98048B 09276.71912755 .00000135 00000-0 41282-4 0 6005 +TLE2=2 25432 86.4009 351.3636 0001666 83.7833 276.3547 14.34221253582346 -[21111] +[25758] VERSION=1.1 -NAME=COSMOS 2133 -NICKNAME=COSMOS 2133 -TLE1=1 21111U 91010A 09268.87687490 -.00000159 00000-0 10000-3 0 1937 -TLE2=2 21111 11.4588 40.8707 0003159 3.5177 356.5164 1.00275329 68195 +NAME=IRS-P4 (OCEANSAT 1) +NICKNAME=IRS-P4 (OCEANSAT 1) +TLE1=1 25758U 99029C 09276.47777099 .00000086 00000-0 32873-4 0 2635 +TLE2=2 25758 98.2764 9.7077 0000704 43.1712 316.9540 14.50863254548568 -[23027] +[20261] VERSION=1.1 -NAME=GPS BIIA-24 (PRN 06) -NICKNAME=GPS BIIA-24 (PRN 06) -TLE1=1 23027U 94016A 09268.57532269 -.00000027 00000-0 10000-3 0 9093 -TLE2=2 23027 53.5108 151.3378 0060755 287.0393 72.3680 2.00560227113949 +NAME=INTERCOSMOS 24 +NICKNAME=INTERCOSMOS 24 +TLE1=1 20261U 89080A 09276.43440620 .00000145 00000-0 33611-4 0 9968 +TLE2=2 20261 82.5908 29.2497 1215881 91.4822 282.5544 12.53445467913149 -[27436] +[25163] VERSION=1.1 -NAME=COSMOS 2389 -NICKNAME=COSMOS 2389 -TLE1=1 27436U 02026A 09268.77461719 .00000037 00000-0 22472-4 0 8720 -TLE2=2 27436 82.9534 8.2236 0047306 22.5501 337.7724 13.74734570367797 +NAME=GLOBALSTAR M004 +NICKNAME=GLOBALSTAR M004 +TLE1=1 25163U 98008B 09276.12892039 -.00000086 00000-0 10000-3 0 4297 +TLE2=2 25163 52.0007 269.4606 0003332 171.0787 189.0145 12.63155506536824 -[27844] +[26766] VERSION=1.1 -NAME=CUTE-1 (CO-55) -NICKNAME=CO-55 -TLE1=1 27844U 03031E 09269.27053268 .00000026 00000-0 32513-4 0 6758 -TLE2=2 27844 98.7140 277.0183 0009125 210.0338 150.0315 14.20657204323619 +NAME=INTELSAT 10 (IS-10) +NICKNAME=INTELSAT 10 (IS-10) +TLE1=1 26766U 01019A 09275.98846987 -.00000023 00000-0 10000-3 0 4579 +TLE2=2 26766 0.0144 266.1322 0000457 331.5159 198.5383 1.00273390 30750 -[25112] +[25978] VERSION=1.1 -NAME=ORBCOMM FM08 [+] -NICKNAME=ORBCOMM FM08 [+] -TLE1=1 25112U 97084A 09268.97454783 -.00000143 00000-0 -60692-6 0 3365 -TLE2=2 25112 45.0181 242.7000 0010310 250.2203 109.7528 14.34396955614727 +NAME=CLEMENTINE +NICKNAME=CLEMENTINE +TLE1=1 25978U 99064B 09276.76014199 -.00000236 00000-0 -20655-4 0 7566 +TLE2=2 25978 98.1342 353.4111 0011230 130.1148 230.1065 14.85523688532033 -[23880] +[29640] VERSION=1.1 -NAME=GORIZONT 32 -NICKNAME=GORIZONT 32 -TLE1=1 23880U 96034A 09269.66105983 -.00000127 00000-0 10000-3 0 3086 -TLE2=2 23880 9.6594 55.2910 0001155 168.1020 5.6864 1.00273868 48857 +NAME=FENGYUN 2D +NICKNAME=FENGYUN 2D +TLE1=1 29640U 06053A 09276.96259157 -.00000193 00000-0 10000-3 0 7573 +TLE2=2 29640 0.1260 184.3924 0001850 129.5451 131.8877 1.00272186 10399 -[32395] +[22931] VERSION=1.1 -NAME=COSMOS 2436 (723) -NICKNAME=COSMOS 2436 (723) -TLE1=1 32395U 07065C 09269.53504908 -.00000031 00000-0 10000-3 0 3184 -TLE2=2 32395 65.0800 40.0083 0016003 358.6675 1.3344 2.13103446 13584 +NAME=THAICOM 1 +NICKNAME=THAICOM 1 +TLE1=1 22931U 93078B 09275.92102513 -.00000359 00000-0 10000-3 0 4650 +TLE2=2 22931 0.5927 75.9647 0001681 167.2635 220.1004 1.00269346 57402 -[26083] +[30581] VERSION=1.1 -NAME=GLOBALSTAR M060 -NICKNAME=GLOBALSTAR M060 -TLE1=1 26083U 00008C 09269.67358747 -.00000086 00000-0 10000-3 0 529 -TLE2=2 26083 52.0083 343.0799 0000676 142.1885 217.8932 12.62262962452003 +NAME=THEMIS B +NICKNAME=THEMIS B +TLE1=1 30581U 07004B 09269.50000000 -.00010079 00000-0 00000-0 0 2743 +TLE2=2 30581 8.7845 45.0716 8627065 288.9287 120.0537 0.10492745 6299 -[12458] +[28393] VERSION=1.1 -NAME=NOVA I -NICKNAME=NOVA I -TLE1=1 12458U 81044A 09269.18504399 .00000050 00000-0 10000-3 0 8484 -TLE2=2 12458 90.0817 116.7342 0013129 220.4633 139.5480 13.22707714369199 +NAME=AMAZONAS +NICKNAME=AMAZONAS +TLE1=1 28393U 04031A 09276.06655490 -.00000280 00000-0 10000-3 0 6725 +TLE2=2 28393 0.0495 20.9119 0001467 109.5152 204.4562 1.00272092 18946 -[25106] +[26082] VERSION=1.1 -NAME=IRIDIUM 47 [+] -NICKNAME=IRIDIUM 47 [+] -TLE1=1 25106U 97082C 09269.69789697 .00000172 00000-0 54198-4 0 6838 -TLE2=2 25106 86.4008 354.2619 0002357 82.4237 277.7226 14.34219615616108 +NAME=GLOBALSTAR M062 +NICKNAME=GLOBALSTAR M062 +TLE1=1 26082U 00008B 09276.43421063 -.00000086 00000-0 10000-3 0 9701 +TLE2=2 26082 52.0059 52.2107 0001705 65.8313 294.2736 12.62266864445354 -[35868] +[26071] VERSION=1.1 -NAME=2009-049D -NICKNAME=2009-049D -TLE1=1 35868U 09049D 09269.16842928 .00000177 00000-0 10000-3 0 99 -TLE2=2 35868 98.8000 319.3255 0005055 45.3486 314.8102 14.22084898 1208 +NAME=HISPASAT 1C +NICKNAME=HISPASAT 1C +TLE1=1 26071U 00007A 09275.44646196 -.00000215 00000-0 10000-3 0 3106 +TLE2=2 26071 0.0561 20.0003 0003658 142.0209 340.0434 1.00271840 35464 -[23461] +[25039] VERSION=1.1 -NAME=INTELSAT 704 (IS-704) -NICKNAME=INTELSAT 704 (IS-704) -TLE1=1 23461U 95001A 09268.14593904 -.00000211 00000-0 10000-3 0 69 -TLE2=2 23461 0.3700 73.2057 0002573 86.9301 199.8849 0.99181233 53895 +NAME=IRIDIUM 43 [+] +NICKNAME=IRIDIUM 43 [+] +TLE1=1 25039U 97069A 09276.63127458 -.00000033 00000-0 -18867-4 0 7473 +TLE2=2 25039 86.3936 117.9341 0002259 76.3872 283.7570 14.34221143623045 +[27852] +VERSION=1.1 +NAME=ECHOSTAR 12 (RAINBOW 1) +NICKNAME=ECHOSTAR 12 (RAINBOW 1) +TLE1=1 27852U 03033A 09273.33929719 -.00000287 00000-0 10000-3 0 204 +TLE2=2 27852 0.0107 302.3763 0001107 283.8048 203.5499 1.00272169 22789 + +[25491] +VERSION=1.1 +NAME=EUTELSAT W2 +NICKNAME=EUTELSAT W2 +TLE1=1 25491U 98056A 09274.97717416 .00000104 00000-0 10000-3 0 7585 +TLE2=2 25491 0.0443 80.5817 0005553 119.6656 178.3687 1.00271704 40292 + [28378] VERSION=1.1 NAME=ANIK F2 NICKNAME=ANIK F2 -TLE1=1 28378U 04027A 09268.49854760 -.00000062 00000-0 10000-3 0 8609 -TLE2=2 28378 0.0163 79.8013 0000888 90.6274 262.4231 1.00272638 19100 +TLE1=1 28378U 04027A 09275.45767168 -.00000049 00000-0 10000-3 0 8625 +TLE2=2 28378 0.0188 104.7328 0000888 65.8410 254.4126 1.00271999 19170 -[22117] +[31598] VERSION=1.1 -NAME=SATCOM C3 -NICKNAME=SATCOM C3 -TLE1=1 22117U 92060B 09269.24845978 -.00000244 00000-0 10000-3 0 2070 -TLE2=2 22117 4.6306 71.1687 0004692 71.2992 233.1886 1.00271050 62381 +NAME=COSMO-SKYMED 1 +NICKNAME=COSMO-SKYMED 1 +TLE1=1 31598U 07023A 09277.15738078 -.00000576 00000-0 -65817-4 0 6057 +TLE2=2 31598 97.8644 104.0672 0001270 81.1728 278.9639 14.82160544125763 -[27528] +[24798] VERSION=1.1 -NAME=HISPASAT 1D -NICKNAME=HISPASAT 1D -TLE1=1 27528U 02044A 09267.85000000 -.00000228 00000-0 00000+0 0 781 -TLE2=2 27528 0.0320 293.9010 0002160 291.0480 54.8640 1.00275335 25727 +NAME=DFH 3-2 +NICKNAME=DFH 3-2 +TLE1=1 24798U 97021A 09275.81056825 -.00000344 00000-0 10000-3 0 7362 +TLE2=2 24798 5.3311 69.5488 0006106 335.5943 24.6152 1.00271912 45417 -[23227] +[25307] VERSION=1.1 -NAME=OPTUS B3 -NICKNAME=OPTUS B3 -TLE1=1 23227U 94055A 09267.57078588 -.00000086 00000-0 10000-3 0 4142 -TLE2=2 23227 1.6917 78.3129 0003988 92.0422 202.6793 1.00272278 55197 +NAME=GLOBALSTAR M006 +NICKNAME=GLOBALSTAR M006 +TLE1=1 25307U 98023B 09276.31271033 -.00000086 00000-0 10000-3 0 1422 +TLE2=2 25307 52.0001 320.9842 0000683 58.9221 301.1710 12.62264892527873 -[22827] +[27939] VERSION=1.1 -NAME=HEALTHSAT 1 -NICKNAME=HEALTHSAT 1 -TLE1=1 22827U 93061E 09269.76640189 -.00000064 00000-0 -83043-5 0 3558 -TLE2=2 22827 98.4375 221.9726 0008266 300.4673 59.5690 14.30170630834748 +NAME=MOZHAYETS 4 (RS-22) +NICKNAME=RS-22 +TLE1=1 27939U 03042A 09276.23594931 .00000145 00000-0 36885-4 0 9049 +TLE2=2 27939 97.9255 147.0730 0013955 147.5215 212.6867 14.63344375321377 -[28892] +[26390] VERSION=1.1 -NAME=UWE-1 -NICKNAME=UWE-1 -TLE1=1 28892U 05043C 09269.27794936 .00000137 00000-0 38198-4 0 4409 -TLE2=2 28892 98.0380 156.3986 0018022 34.2830 325.9525 14.59770154208598 +NAME=SIRIUS-1 +NICKNAME=SIRIUS-1 +TLE1=1 26390U 00035A 09275.85582052 .00000008 00000-0 10000-3 0 5589 +TLE2=2 26390 61.4404 254.2216 2683117 270.0851 59.3763 1.00272079 33922 -[27807] +[28492] VERSION=1.1 -NAME=GSAT-2 -NICKNAME=GSAT-2 -TLE1=1 27807U 03018A 09269.72531523 .00000113 00000-0 10000-3 0 754 -TLE2=2 27807 0.0250 213.8089 0003415 308.8218 152.1482 1.00274076 23439 +NAME=HELIOS-2A +NICKNAME=HELIOS-2A +TLE1=1 28492U 04049A 09277.03308774 .00000079 00000-0 24129-4 0 3665 +TLE2=2 28492 98.0928 211.8914 0001588 58.6264 301.5092 14.63842400256063 -[33105] +[35931] VERSION=1.1 -NAME=JASON 2 (OSTM) -NICKNAME=JASON 2 (OSTM) -TLE1=1 33105U 08032A 09268.96993337 -.00000061 00000-0 00000+0 0 4306 -TLE2=2 33105 66.0415 221.5531 0007997 265.6417 94.3685 12.80929636 59250 +NAME=OCEANSAT 2 +NICKNAME=OCEANSAT 2 +TLE1=1 35931U 09051A 09277.20293765 .00005986 00000-0 15388-2 0 205 +TLE2=2 35931 98.3387 11.8102 0001610 195.6557 164.3976 14.50530447 1583 -[29671] +[13969] VERSION=1.1 -NAME=COSMOS 2426 (717) -NICKNAME=COSMOS 2426 (717) -TLE1=1 29671U 06062B 09268.73202190 -.00000032 00000-0 10000-3 0 7806 -TLE2=2 29671 65.4607 39.5814 0020267 166.0701 343.7814 2.13103589 21413 +NAME=TDRS 1 +NICKNAME=TDRS 1 +TLE1=1 13969U 83026B 09274.10830563 -.00000294 00000-0 10000-3 0 9322 +TLE2=2 13969 13.4179 8.4309 0028524 230.7154 120.7363 1.00264907 70055 -[28874] +[26561] VERSION=1.1 -NAME=GPS IIR-14M (DASS) -NICKNAME=GPS IIR-14M (DASS) -TLE1=1 28874U 05038A 09268.76534976 -.00000027 00000-0 10000-3 0 2556 -TLE2=2 28874 54.9985 155.1442 0048679 210.9322 148.8494 2.00556443 29330 +NAME=HETE-2 +NICKNAME=HETE-2 +TLE1=1 26561U 00061A 09277.02890371 .00001127 00000-0 27548-4 0 4752 +TLE2=2 26561 1.9535 134.4436 0023479 169.2373 190.8197 14.96089304491436 -[27663] +[25126] VERSION=1.1 -NAME=GPS BIIR-08 (DASS) -NICKNAME=GPS BIIR-08 (DASS) -TLE1=1 27663U 03005A 09269.48445121 .00000020 00000-0 10000-3 0 8284 -TLE2=2 27663 55.5559 95.3808 0053368 341.6306 18.2305 2.00569736 48819 +NAME=HGS-1 (ASIASAT 3) +NICKNAME=HGS-1 (ASIASAT 3) +TLE1=1 25126U 97086A 09275.53671932 -.00000170 00000-0 10000-3 0 2856 +TLE2=2 25126 1.9443 115.5608 0043890 204.8201 155.8702 1.00170537 43960 -[27600] +[6909] VERSION=1.1 -NAME=MICRO LABSAT -NICKNAME=MICRO LABSAT -TLE1=1 27600U 02056D 09269.37854408 .00000020 00000-0 24613-4 0 8680 -TLE2=2 27600 98.3805 322.3455 0010255 314.6904 45.3463 14.28866678353893 +NAME=NNSS O-20 +NICKNAME=NNSS O-20 +TLE1=1 06909U 73081A 09276.32779113 .00000038 00000-0 27461-4 0 4800 +TLE2=2 06909 89.8650 356.4937 0159552 144.0520 217.1504 13.69760798993863 -[20442] +[13068] VERSION=1.1 -NAME=LUSAT (LO-19) -NICKNAME=LO-19 -TLE1=1 20442U 90005G 09269.71159681 .00000093 00000-0 49907-4 0 6262 -TLE2=2 20442 98.2554 240.4273 0011270 221.5230 138.5088 14.32068905 27847 +NAME=SL-3 R/B +NICKNAME=SL-3 R/B +TLE1=1 13068U 82013B 09277.11027574 .00000125 00000-0 81769-5 0 124 +TLE2=2 13068 81.2093 175.5244 0024415 189.6628 170.4086 15.00302799500868 -[26997] +[26093] VERSION=1.1 -NAME=JASON 1 -NICKNAME=JASON 1 -TLE1=1 26997U 01055A 09268.46523289 -.00000038 00000-0 10000-3 0 849 -TLE2=2 26997 66.0412 222.2010 0007387 265.1681 94.8484 12.80929874364883 +NAME=PICOSAT 5 +NICKNAME=PICOSAT 5 +TLE1=1 26093U 00004L 09276.07523790 .00000106 00000-0 47783-4 0 4648 +TLE2=2 26093 100.2124 125.9607 0032662 207.0355 152.9124 14.44988817507632 -[21426] +[26095] VERSION=1.1 -NAME=MOLNIYA 1-81 -NICKNAME=MOLNIYA 1-81 -TLE1=1 21426U 91043A 09268.92357074 .00000117 00000-0 10000-3 0 1483 -TLE2=2 21426 61.9917 225.3621 7225187 266.8294 16.2260 2.00611704133926 +NAME=SUPERBIRD-B2 +NICKNAME=SUPERBIRD-B2 +TLE1=1 26095U 00012A 09275.39715554 -.00000091 00000-0 10000-3 0 7697 +TLE2=2 26095 0.0122 149.9798 0002184 28.2606 138.0134 1.00272612 35295 -[27421] +[11060] VERSION=1.1 -NAME=SPOT 5 -NICKNAME=SPOT 5 -TLE1=1 27421U 02021A 09269.83889711 .00000043 00000-0 41074-4 0 4376 -TLE2=2 27421 98.7652 341.8690 0001269 87.8401 272.2910 14.20006397383595 +NAME=TIROS N [P] +NICKNAME=TIROS N [P] +TLE1=1 11060U 78096A 09276.97287967 .00000020 00000-0 32036-4 0 3003 +TLE2=2 11060 98.9421 248.0892 0011513 65.8491 294.3886 14.17484977814364 -[24846] +[28899] VERSION=1.1 -NAME=INTELSAT 802 (IS-802) -NICKNAME=INTELSAT 802 (IS-802) -TLE1=1 24846U 97031A 09267.00379341 .00000143 00000-0 00000+0 0 8878 -TLE2=2 24846 0.0326 302.3256 0002496 231.1927 223.7416 1.00272380 44910 +NAME=INMARSAT 4-F2 +NICKNAME=INMARSAT 4-F2 +TLE1=1 28899U 05044A 09274.98595988 .00000135 00000-0 10000-3 0 8769 +TLE2=2 28899 2.2341 317.0683 0002867 229.5940 204.2187 1.00272808 14335 -[33063] +[902] VERSION=1.1 -NAME=ORBCOMM FM39 [S] -NICKNAME=ORBCOMM FM39 [S] -TLE1=1 33063U 08031D 09269.21742885 -.00000056 00000-0 23800-4 0 4185 -TLE2=2 33063 48.4484 323.1831 0009456 108.1568 252.0358 14.68175195 68177 +NAME=CALSPHERE 2 +NICKNAME=CALSPHERE 2 +TLE1=1 00902U 64063E 09276.69257534 .00000075 00000-0 10000-3 0 1713 +TLE2=2 00902 90.1614 331.8628 0016646 298.8069 61.1398 13.52467743 32038 -[25944] +[16882] VERSION=1.1 -NAME=GLOBALSTAR M059 -NICKNAME=GLOBALSTAR M059 -TLE1=1 25944U 99058B 09269.12691454 -.00000086 00000-0 10000-3 0 9846 -TLE2=2 25944 52.0073 343.6509 0000790 105.6646 254.4309 12.62263115458606 +NAME=SL-14 R/B +NICKNAME=SL-14 R/B +TLE1=1 16882U 86055B 09277.16105558 .00000049 00000-0 33064-5 0 9887 +TLE2=2 16882 82.5230 343.4790 0019213 310.0457 49.9081 14.81615759251166 -[28446] +[25492] VERSION=1.1 -NAME=AMC-15 -NICKNAME=AMC-15 -TLE1=1 28446U 04041A 09269.51527575 -.00000100 00000-0 00000+0 0 9100 -TLE2=2 28446 0.0068 168.6681 0002340 8.1384 269.0786 1.00271923 18168 +NAME=SIRIUS 3 +NICKNAME=SIRIUS 3 +TLE1=1 25492U 98056B 09275.17047965 .00000035 00000-0 10000-3 0 5563 +TLE2=2 25492 0.7124 82.9185 0002377 90.5150 263.9477 1.00274986 40357 -[25777] +[33380] VERSION=1.1 -NAME=IRIDIUM 14 [S] -NICKNAME=IRIDIUM 14 [S] -TLE1=1 25777U 99032A 09269.68108538 .00000191 00000-0 39442-4 0 7519 -TLE2=2 25777 86.5170 322.7951 0002297 66.6387 293.5059 14.54938708546683 +NAME=COSMOS 2444 (726) +NICKNAME=COSMOS 2444 (726) +TLE1=1 33380U 08046C 09276.78018333 .00000059 00000-0 10000-3 0 2948 +TLE2=2 33380 64.8047 159.6258 0029291 329.9282 66.4233 2.13102804 7958 -[20776] +[22907] VERSION=1.1 -NAME=SKYNET 4C -NICKNAME=SKYNET 4C -TLE1=1 20776U 90079A 09266.86546946 .00000021 00000-0 10000-3 0 9906 -TLE2=2 20776 10.0559 46.3694 0005109 111.6229 162.4238 1.00273095 69674 +NAME=GORIZONT 29 +NICKNAME=GORIZONT 29 +TLE1=1 22907U 93072A 09274.85334766 -.00000187 00000-0 10000-3 0 6971 +TLE2=2 22907 10.9916 47.1231 0013691 204.7821 155.2042 1.00112280 58096 -[22041] +[24870] VERSION=1.1 -NAME=GORIZONT 26 -NICKNAME=GORIZONT 26 -TLE1=1 22041U 92043A 09267.87041500 -.00000024 00000-0 10000-3 0 8839 -TLE2=2 22041 11.5594 42.7255 0030475 105.9116 254.4575 0.99239536 62863 +NAME=IRIDIUM 17 [-] +NICKNAME=IRIDIUM 17 [-] +TLE1=1 24870U 97034B 09276.11806561 .00000086 00000-0 23390-4 0 7933 +TLE2=2 24870 86.3932 117.8674 0002363 79.3212 280.8252 14.34447563640598 -[30798] +[32060] VERSION=1.1 -NAME=THEMIS E -NICKNAME=THEMIS E -TLE1=1 30798U 07004E 09269.29166667 -.00000526 00000-0 00000+0 0 6885 -TLE2=2 30798 4.4509 238.8186 7498068 129.8507 341.6813 1.00279196 8909 +NAME=WORLDVIEW-1 (WV-1) +NICKNAME=WORLDVIEW-1 (WV-1) +TLE1=1 32060U 07041A 09277.17745234 .00000677 00000-0 30428-4 0 2906 +TLE2=2 32060 97.4221 353.6848 0001960 93.7277 350.0372 15.24512126113695 -[26064] +[35867] VERSION=1.1 -NAME=FALCONSAT -NICKNAME=FALCONSAT -TLE1=1 26064U 00004D 09269.05418653 .00000024 00000-0 28874-4 0 5827 -TLE2=2 26064 100.2248 72.0587 0038039 344.9500 15.0548 14.35425260506280 +NAME=IRIS & FREGAT R/B +NICKNAME=IRIS & FREGAT R/B +TLE1=1 35867U 09049C 09276.69687497 .00002264 00000-0 10000-3 0 282 +TLE2=2 35867 97.3721 326.4748 0008908 231.8134 128.2150 15.22717154 2434 -[27516] +[26998] VERSION=1.1 -NAME=KODAMA (DRTS) -NICKNAME=KODAMA (DRTS) -TLE1=1 27516U 02042B 09266.85950477 -.00000247 00000-0 10000-3 0 2505 -TLE2=2 27516 0.0229 96.4799 0003404 55.2267 251.2712 1.00269178 25830 +NAME=TIMED +NICKNAME=TIMED +TLE1=1 26998U 01055B 09277.00545517 .00000216 00000-0 30214-4 0 4029 +TLE2=2 26998 74.0729 134.8094 0002062 221.8340 138.2671 14.84096547423661 -[25116] +[25693] VERSION=1.1 -NAME=ORBCOMM FM09 [+] -NICKNAME=ORBCOMM FM09 [+] -TLE1=1 25116U 97084E 09269.33988068 -.00000044 00000-0 34120-4 0 1607 -TLE2=2 25116 45.0205 241.5412 0005949 218.4649 141.5775 14.34404626614772 +NAME=UOSAT 12 (UO-36) +NICKNAME=UO-36 +TLE1=1 25693U 99021A 09277.15390368 -.00000063 00000-0 10455-4 0 299 +TLE2=2 25693 64.5566 141.0777 0009259 334.3638 25.7026 14.78760581563958 -[25467] +[25860] VERSION=1.1 -NAME=IRIDIUM 82 [+] -NICKNAME=IRIDIUM 82 [+] -TLE1=1 25467U 98051A 09269.64176813 -.00000048 00000-0 -24219-4 0 8253 -TLE2=2 25467 86.3965 120.8230 0002706 98.3117 261.8384 14.34221746582341 +NAME=OKEAN-O +NICKNAME=OKEAN-O +TLE1=1 25860U 99039A 09276.40893420 .00000048 00000-0 14684-4 0 7992 +TLE2=2 25860 97.7993 253.3622 0001059 106.5321 253.6003 14.73590073549087 -[28129] +[32729] VERSION=1.1 -NAME=GPS BIIR-10 (PRN 22) -NICKNAME=GPS BIIR-10 (PRN 22) -TLE1=1 28129U 03058A 09269.17861338 -.00000004 00000-0 10000-3 0 3422 -TLE2=2 28129 53.7640 275.9042 0055254 253.1397 106.2744 2.00564808 42305 +NAME=DIRECTV 11 +NICKNAME=DIRECTV 11 +TLE1=1 32729U 08013A 09275.46385861 -.00000125 00000-0 10000-3 0 3064 +TLE2=2 32729 0.0252 42.2773 0000133 172.5836 224.2349 1.00272615 5755 -[31119] +[28238] VERSION=1.1 -NAME=SAUDICOMSAT 7 -NICKNAME=SAUDICOMSAT 7 -TLE1=1 31119U 07012C 09268.67216313 .00000384 00000-0 88724-4 0 7445 -TLE2=2 31119 97.9829 327.2935 0061570 303.7442 55.7885 14.59455348130150 +NAME=DIRECTV 7S +NICKNAME=DIRECTV 7S +TLE1=1 28238U 04016A 09275.54857792 .00000002 00000-0 10000-3 0 9787 +TLE2=2 28238 0.0157 173.7903 0002523 6.6044 269.4430 1.00273831 19902 -[24315] +[25050] VERSION=1.1 -NAME=AMC-1 (GE-1) -NICKNAME=AMC-1 (GE-1) -TLE1=1 24315U 96054A 09269.46831052 -.00000113 00000-0 10000-3 0 2122 -TLE2=2 24315 0.0117 184.8401 0003256 347.5904 258.5660 1.00272427 47794 +NAME=INDOSTAR 1 +NICKNAME=INDOSTAR 1 +TLE1=1 25050U 97071B 09273.87774575 .00000000 00000-0 10000-3 0 1139 +TLE2=2 25050 3.8197 72.8353 0004334 128.5934 231.7945 1.00263636 43562 -[27601] +[26930] VERSION=1.1 -NAME=H-2A R/B -NICKNAME=H-2A R/B -TLE1=1 27601U 02056E 09269.16207328 .00000011 00000-0 20574-4 0 7345 -TLE2=2 27601 98.5700 357.4030 0073285 345.7455 14.1659 14.30716913354303 +NAME=PICOSAT 9 +NICKNAME=PICOSAT 9 +TLE1=1 26930U 01043B 09276.19039303 -.00000047 00000-0 14229-4 0 2605 +TLE2=2 26930 66.9998 123.5239 0006427 309.7548 50.2983 14.30052603418182 -[25468] +[22178] VERSION=1.1 -NAME=IRIDIUM 81 [+] -NICKNAME=IRIDIUM 81 [+] -TLE1=1 25468U 98051B 09269.70518113 .00000042 00000-0 80291-5 0 6550 -TLE2=2 25468 86.3928 120.6322 0002390 78.0895 282.0568 14.34223230578577 +NAME=MOLNIYA 3-42 +NICKNAME=MOLNIYA 3-42 +TLE1=1 22178U 92067A 09275.78048488 .00000337 00000-0 -57172-2 0 7372 +TLE2=2 22178 61.9257 178.0602 7235813 264.9680 16.8788 2.00602235124331 -[33108] +[28368] VERSION=1.1 -NAME=COSMOS 2440 -NICKNAME=COSMOS 2440 -TLE1=1 33108U 08033A 09268.59398144 -.00000145 00000-0 10000-3 0 3660 -TLE2=2 33108 1.2562 291.2082 0000513 22.0266 344.7947 1.00265047 4562 +NAME=DEMETER +NICKNAME=DEMETER +TLE1=1 28368U 04025C 09277.17488152 -.00000563 00000-0 -85608-4 0 9884 +TLE2=2 28368 97.9589 340.1738 0001319 95.6292 264.5100 14.70178487281735 -[27858] +[25852] VERSION=1.1 -NAME=SCISAT 1 -NICKNAME=SCISAT 1 -TLE1=1 27858U 03036A 09269.37234626 .00000035 00000-0 10418-4 0 8468 -TLE2=2 27858 73.9365 342.8087 0007881 10.1381 349.9951 14.74814484329633 +NAME=GLOBALSTAR M032 +NICKNAME=GLOBALSTAR M032 +TLE1=1 25852U 99037B 09276.50617247 -.00000086 00000-0 10000-3 0 9940 +TLE2=2 25852 52.0002 95.6166 0001066 126.8952 233.2014 12.62259448472081 -[25163] +[25469] VERSION=1.1 -NAME=GLOBALSTAR M004 -NICKNAME=GLOBALSTAR M004 -TLE1=1 25163U 98008B 09269.08650207 -.00000086 00000-0 10000-3 0 4237 -TLE2=2 25163 52.0026 290.9369 0003689 157.6911 202.4118 12.63155183535936 +NAME=IRIDIUM 80 [+] +NICKNAME=IRIDIUM 80 [+] +TLE1=1 25469U 98051C 09276.66297748 -.00000013 00000-0 -11602-4 0 6663 +TLE2=2 25469 86.3959 117.8570 0002239 76.4539 283.6903 14.34221393579573 -[17589] +[31574] VERSION=1.1 -NAME=COSMOS 1833 -NICKNAME=COSMOS 1833 -TLE1=1 17589U 87027A 09269.18396013 .00000037 00000-0 45808-4 0 4131 -TLE2=2 17589 70.9200 352.6537 0005099 266.2290 93.8252 14.12786522161871 +NAME=GLOBALSTAR M072 +NICKNAME=GLOBALSTAR M072 +TLE1=1 31574U 07020D 09276.01348704 -.00000098 00000-0 35007-4 0 7300 +TLE2=2 31574 52.0086 98.0141 0002202 102.3250 257.7869 12.62266715108578 -[25578] +[20465] VERSION=1.1 -NAME=IRIDIUM 11 [S] -NICKNAME=IRIDIUM 11 [S] -TLE1=1 25578U 98074B 09269.68484649 .00000256 00000-0 54647-4 0 7889 -TLE2=2 25578 86.5196 354.4771 0002448 84.5269 275.6219 14.54937506572300 +NAME=COSMOS 2058 +NICKNAME=COSMOS 2058 +TLE1=1 20465U 90010A 09276.10308282 .00000583 00000-0 56238-4 0 5894 +TLE2=2 20465 82.4898 57.6906 0018253 5.9777 354.1674 14.90997265 65198 -[11849] +[31571] VERSION=1.1 -NAME=SL-3 R/B -NICKNAME=SL-3 R/B -TLE1=1 11849U 80051B 09268.95811512 .00000618 00000-0 27362-4 0 9432 -TLE2=2 11849 97.7152 43.5322 0009670 257.9529 102.0639 15.25640496603031 +NAME=GLOBALSTAR M065 +NICKNAME=GLOBALSTAR M065 +TLE1=1 31571U 07020A 09276.15691300 -.00000111 00000-0 -37799-4 0 7278 +TLE2=2 31571 51.9899 51.3752 0000963 43.5833 316.5099 12.62259572109359 -[27775] +[25924] VERSION=1.1 -NAME=COSMOS 2397 -NICKNAME=COSMOS 2397 -TLE1=1 27775U 03015A 09267.50755612 -.00000067 00000-0 10000-3 0 1262 -TLE2=2 27775 3.6359 70.8471 0044941 202.4656 157.6038 1.00487885 23556 +NAME=ABS 1 (LMI 1) +NICKNAME=ABS 1 (LMI 1) +TLE1=1 25924U 99053A 09275.56399918 -.00000086 00000-0 10000-3 0 3602 +TLE2=2 25924 0.0243 98.9860 0002052 94.0510 96.3947 1.00273033 36726 -[35817] +[21922] VERSION=1.1 -NAME=HTV-1 -NICKNAME=HTV-1 -TLE1=1 35817U 09048A 09268.81095679 .00014515 00000-0 10211-3 0 417 -TLE2=2 35817 51.6376 150.2386 0008950 127.4669 276.3001 15.74374153621802 +NAME=GORIZONT 25 +NICKNAME=GORIZONT 25 +TLE1=1 21922U 92017A 09274.15387775 -.00000232 00000-0 10000-3 0 2591 +TLE2=2 21922 11.7081 41.2929 0026414 302.4317 57.3607 0.99857338 64000 -[14207] +[28380] VERSION=1.1 -NAME=COSMOS 1484 -NICKNAME=COSMOS 1484 -TLE1=1 14207U 83075A 09269.42793777 .00002397 00000-0 52174-4 0 4202 -TLE2=2 14207 97.5481 31.2379 0015163 212.2325 147.8019 15.45286101877003 +NAME=COSMOS 2407 +NICKNAME=COSMOS 2407 +TLE1=1 28380U 04028A 09276.07248120 .00000042 00000-0 27275-4 0 5510 +TLE2=2 28380 82.9548 270.9916 0040372 31.5675 328.7890 13.75846046261028 -[24674] +[26931] VERSION=1.1 -NAME=INMARSAT 3-F3 -NICKNAME=INMARSAT 3-F3 -TLE1=1 24674U 96070A 09268.52556617 .00000029 00000-0 10000-3 0 9767 -TLE2=2 24674 0.0999 305.2461 0004301 238.4903 188.0643 1.00274381 46758 +NAME=PCSAT (NO-44) +NICKNAME=NO-44 +TLE1=1 26931U 01043C 09277.14570536 .00000150 00000-0 90954-4 0 2805 +TLE2=2 26931 67.0514 143.6363 0006934 273.4325 86.6032 14.29568811418159 -[6236] +[15354] VERSION=1.1 -NAME=OSCAR 6 (AO-6) -NICKNAME=AO-6 -TLE1=1 06236U 72082B 09268.91185... [truncated message content] |
From: <cs...@us...> - 2009-10-04 12:02:45
|
Revision: 475 http://gpredict.svn.sourceforge.net/gpredict/?rev=475&view=rev Author: csete Date: 2009-10-04 12:02:38 +0000 (Sun, 04 Oct 2009) Log Message: ----------- Updated. Modified Paths: -------------- trunk/po/en_GB.po trunk/po/en_US.po trunk/po/fr.po trunk/po/gpredict.pot Modified: trunk/po/en_GB.po =================================================================== --- trunk/po/en_GB.po 2009-10-04 11:59:17 UTC (rev 474) +++ trunk/po/en_GB.po 2009-10-04 12:02:38 UTC (rev 475) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gpredict\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-01 17:41+0200\n" +"POT-Creation-Date: 2009-10-04 14:01+0200\n" "PO-Revision-Date: 2009-08-05 00:53+0100\n" "Last-Translator: Michael Stephenson <mic...@go...>\n" "Language-Team: British English\n" @@ -934,7 +934,7 @@ msgid "Satellite" msgstr "Satellite" -#: ../src/gtk-sat-list.c:54 ../src/gtk-sat-selector.c:238 +#: ../src/gtk-sat-list.c:54 ../src/gtk-sat-selector.c:247 #: ../src/gtk-sat-tree.c:222 ../src/mod-cfg.c:622 msgid "Catnum" msgstr "Catnum" @@ -1721,70 +1721,74 @@ msgid "<b>Manual Control</b>" msgstr "<b>Manual Control</b>" -#: ../src/gtk-sat-selector.c:197 +#: ../src/gtk-sat-selector.c:206 msgid "Select a satellite group or category to narrow your search." msgstr "" -#: ../src/gtk-sat-selector.c:229 +#: ../src/gtk-sat-selector.c:238 #, fuzzy msgid "Available Satellites" msgstr "<b>Select Satellites:</b>" -#: ../src/gtk-sat-selector.c:247 ../src/gtk-sat-tree.c:232 -#: ../src/mod-cfg.c:630 -msgid "Epoch" -msgstr "Epoch" +#: ../src/gtk-sat-selector.c:256 +#, fuzzy +msgid "Updated" +msgstr "TLE Update" #. Search -#: ../src/gtk-sat-selector.c:275 +#: ../src/gtk-sat-selector.c:286 msgid "Search" msgstr "" -#: ../src/gtk-sat-selector.c:279 +#: ../src/gtk-sat-selector.c:290 msgid "" "Start typing in this field to search for a satellite in the selected group." msgstr "" #. Group selector -#: ../src/gtk-sat-selector.c:289 +#: ../src/gtk-sat-selector.c:300 msgid "Group" msgstr "" -#: ../src/gtk-sat-selector.c:353 +#: ../src/gtk-sat-selector.c:364 #, fuzzy msgid "All satellites" msgstr "Select satellite" -#: ../src/gtk-sat-selector.c:360 +#: ../src/gtk-sat-selector.c:371 #, fuzzy, c-format msgid "%s:%s: Failed to open satdata directory %s." msgstr "%s:%d Failed to get data for %d." -#: ../src/gtk-sat-selector.c:401 +#: ../src/gtk-sat-selector.c:412 #, fuzzy, c-format msgid "%s:%s: Read %d satellites into MAIN group." msgstr "%s:%d: Read %d sats from %s " -#: ../src/gtk-sat-selector.c:448 +#: ../src/gtk-sat-selector.c:459 #, fuzzy, c-format msgid "%s:%s: Failed to open %s: %s" msgstr "%s:%s: Failed to open %s" -#: ../src/gtk-sat-selector.c:485 ../src/mod-cfg.c:746 +#: ../src/gtk-sat-selector.c:496 ../src/mod-cfg.c:746 #, fuzzy, c-format msgid "%s:%s: Error reading satellite %d." msgstr "%s: Error reading %s: %s" -#: ../src/gtk-sat-selector.c:504 +#: ../src/gtk-sat-selector.c:515 #, fuzzy, c-format msgid "%s:%s: Read %d satellites from %s" msgstr "%s:%d: Read %d sats from %s " -#: ../src/gtk-sat-selector.c:509 +#: ../src/gtk-sat-selector.c:520 #, fuzzy, c-format msgid "%s:%s: Failed to read %s" msgstr "%s:%d: Failed to read %s" +#: ../src/gtk-sat-tree.c:232 ../src/mod-cfg.c:630 +msgid "Epoch" +msgstr "Epoch" + #: ../src/gtk-sat-tree.c:245 msgid "Selected" msgstr "Selected" @@ -2143,207 +2147,218 @@ msgid "%s:%d: Could not stat %s" msgstr "%s:%d: Could not stat %s" -#: ../src/menubar.c:88 +#: ../src/menubar.c:89 msgid "_File" msgstr "_File" -#: ../src/menubar.c:89 +#: ../src/menubar.c:90 msgid "_Edit" msgstr "_Edit" -#: ../src/menubar.c:90 +#: ../src/menubar.c:91 msgid "_Update TLE" msgstr "_Update TLE" -#: ../src/menubar.c:91 +#: ../src/menubar.c:92 msgid "_Tools" msgstr "_Tools" -#: ../src/menubar.c:92 +#: ../src/menubar.c:93 msgid "_Help" msgstr "_Help" #. File menu -#: ../src/menubar.c:95 +#: ../src/menubar.c:96 msgid "_New module" msgstr "_New module" -#: ../src/menubar.c:96 +#: ../src/menubar.c:97 msgid "Create a new module" msgstr "Create a new module" -#: ../src/menubar.c:97 +#: ../src/menubar.c:98 msgid "_Open module" msgstr "_Open module" -#: ../src/menubar.c:98 +#: ../src/menubar.c:99 msgid "Open an existing module" msgstr "Open an existing module" -#: ../src/menubar.c:100 +#: ../src/menubar.c:101 msgid "Open the message log browser" msgstr "Open the message log browser" -#: ../src/menubar.c:101 +#: ../src/menubar.c:102 msgid "E_xit" msgstr "E_xit" -#: ../src/menubar.c:102 +#: ../src/menubar.c:103 msgid "Exit the program" msgstr "Exit the program" #. Edit menu #. { "Tle", GTK_STOCK_REFRESH, N_("Update TLE"), NULL, #. N_("Update Keplerian elements"), NULL}, -#: ../src/menubar.c:107 +#: ../src/menubar.c:108 msgid "From _network" msgstr "From _network" -#: ../src/menubar.c:108 +#: ../src/menubar.c:109 msgid "Update Keplerian elements from a network server" msgstr "Update Keplerian elements from a network server" -#: ../src/menubar.c:110 +#: ../src/menubar.c:111 msgid "From l_ocal files" msgstr "From l_ocal files" -#: ../src/menubar.c:111 +#: ../src/menubar.c:112 msgid "Update Keplerian elements from local files" msgstr "Update Keplerian elements from local files" -#: ../src/menubar.c:113 +#: ../src/menubar.c:114 msgid "Using TLE _editor" msgstr "Using TLE _editor" -#: ../src/menubar.c:114 +#: ../src/menubar.c:115 msgid "Add or update Keplerian elements using the TLE editor" msgstr "Add or update Keplerian elements using the TLE editor" -#: ../src/menubar.c:116 +#: ../src/menubar.c:117 msgid "_Transponders" msgstr "_Transponders" -#: ../src/menubar.c:117 +#: ../src/menubar.c:118 msgid "Edit satellite transponder frequencies" msgstr "Edit satellite transponder frequencies" -#: ../src/menubar.c:119 +#: ../src/menubar.c:120 msgid "_Preferences" msgstr "_Preferences" -#: ../src/menubar.c:120 +#: ../src/menubar.c:121 msgid "Edit user preferences" msgstr "Edit user preferences" #. Tools menu -#: ../src/menubar.c:123 +#: ../src/menubar.c:124 +#, fuzzy +msgid "Satellite Editor" +msgstr "Satellite Info" + +#: ../src/menubar.c:125 +msgid "" +"Open the satellite editor where you can manually edit orbital elements and " +"other data" +msgstr "" + +#: ../src/menubar.c:127 msgid "Comm Window" msgstr "Comm Window" -#: ../src/menubar.c:124 +#: ../src/menubar.c:128 msgid "Predict windows between two observers" msgstr "Predict windows between two observers" -#: ../src/menubar.c:126 +#: ../src/menubar.c:130 msgid "Advanced Predict" msgstr "Advanced Predict" -#: ../src/menubar.c:127 +#: ../src/menubar.c:131 msgid "Open advanced pass predictor" msgstr "Open advanced pass predictor" #. Help menu -#: ../src/menubar.c:130 +#: ../src/menubar.c:134 msgid "Getting Started" msgstr "Getting Started" -#: ../src/menubar.c:131 +#: ../src/menubar.c:135 msgid "Show online user manual, Getting Started Section" msgstr "Show online user manual, Getting Started Section" -#: ../src/menubar.c:133 +#: ../src/menubar.c:137 msgid "User Manual" msgstr "User Manual" -#: ../src/menubar.c:134 +#: ../src/menubar.c:138 msgid "Show online user manual" msgstr "Show online user manual" -#: ../src/menubar.c:135 +#: ../src/menubar.c:139 msgid "_License" msgstr "_License" -#: ../src/menubar.c:136 +#: ../src/menubar.c:140 msgid "Show the Gpredict license" msgstr "Show the Gpredict license" -#: ../src/menubar.c:137 +#: ../src/menubar.c:141 msgid "_News" msgstr "_News" -#: ../src/menubar.c:138 +#: ../src/menubar.c:142 msgid "Show what's new in this release" msgstr "Show what's new in this release" -#: ../src/menubar.c:139 +#: ../src/menubar.c:143 msgid "_About Gpredict" msgstr "_About Gpredict" -#: ../src/menubar.c:140 +#: ../src/menubar.c:144 msgid "Show about dialog" msgstr "Show about dialog" -#: ../src/menubar.c:230 +#: ../src/menubar.c:234 #, c-format msgid "Failed to build menubar: %s" msgstr "Failed to build menubar: %s" -#: ../src/menubar.c:268 +#: ../src/menubar.c:272 #, c-format msgid "%s: Starting new module configurator..." msgstr "%s: Starting new module configurator..." -#: ../src/menubar.c:275 +#: ../src/menubar.c:279 #, c-format msgid "%s: New module name is %s." msgstr "%s: New module name is %s." -#: ../src/menubar.c:295 ../src/menubar.c:363 +#: ../src/menubar.c:299 ../src/menubar.c:367 #, c-format msgid "Could not open %s. Please examine the log messages for details." msgstr "Could not open %s. Please examine the log messages for details." -#: ../src/menubar.c:319 +#: ../src/menubar.c:323 #, c-format msgid "%s: New module config cancelled." msgstr "%s: New module config cancelled." -#: ../src/menubar.c:336 +#: ../src/menubar.c:340 #, c-format msgid "%s: Open existing module..." msgstr "%s: Open existing module..." -#: ../src/menubar.c:343 +#: ../src/menubar.c:347 #, c-format msgid "%s: Open module %s." msgstr "%s: Open module %s." -#: ../src/menubar.c:401 +#: ../src/menubar.c:405 #, c-format msgid "%s: Open module cancelled." msgstr "%s: Open module cancelled." #. create new dialog with progress indicator -#: ../src/menubar.c:456 ../src/menubar.c:626 ../src/sat-pref-general.c:61 +#: ../src/menubar.c:460 ../src/menubar.c:630 ../src/sat-pref-general.c:61 msgid "TLE Update" msgstr "TLE Update" -#: ../src/menubar.c:477 +#: ../src/menubar.c:481 msgid "<b>Updating TLE files from network</b>" msgstr "<b>Updating TLE files from network</b>" #. statistics -#: ../src/menubar.c:490 ../src/menubar.c:660 +#: ../src/menubar.c:494 ../src/menubar.c:664 msgid "" "Satellites updated:\t 0\n" "Satellites skipped:\t 0\n" @@ -2353,49 +2368,49 @@ "Satellites skipped:\t 0\n" "Missing Satellites:\t 0\n" -#: ../src/menubar.c:516 ../src/menubar.c:686 +#: ../src/menubar.c:520 ../src/menubar.c:690 msgid "Finished" msgstr "Finished" #. create file chooser -#: ../src/menubar.c:569 +#: ../src/menubar.c:573 msgid "Select directory" msgstr "Select directory" #. create label -#: ../src/menubar.c:575 +#: ../src/menubar.c:579 msgid "Select TLE directory:" msgstr "Select TLE directory:" #. create the dalog -#: ../src/menubar.c:584 +#: ../src/menubar.c:588 msgid "Update TLE from files" msgstr "Update TLE from files" -#: ../src/menubar.c:619 +#: ../src/menubar.c:623 #, c-format msgid "%s: Running TLE update from %s" msgstr "%s: Running TLE update from %s" -#: ../src/menubar.c:646 +#: ../src/menubar.c:650 msgid "<b>Updating TLE files from files</b>" msgstr "<b>Updating TLE files from files</b>" -#: ../src/menubar.c:714 ../src/menubar.c:738 ../src/menubar.c:759 +#: ../src/menubar.c:728 ../src/menubar.c:749 msgid "This function is still under development." msgstr "This function is still under development." -#: ../src/menubar.c:842 +#: ../src/menubar.c:832 #, c-format msgid "%s:%s: Scanning directory %s for modules." msgstr "%s:%s: Scanning directory %s for modules." -#: ../src/menubar.c:865 +#: ../src/menubar.c:855 #, c-format msgid "%s:%d: Failed to open module dir %s (%s)" msgstr "%s:%d: Failed to open module dir %s (%s)" -#: ../src/menubar.c:880 +#: ../src/menubar.c:870 msgid "" "You do not have any modules set up yet. Please use File->New in order to " "create a module." @@ -2403,21 +2418,21 @@ "You do not have any modules set up yet. Please use File->New in order to " "create a module." -#: ../src/menubar.c:898 +#: ../src/menubar.c:888 msgid "Module" msgstr "Module" #. create dialog -#: ../src/menubar.c:906 +#: ../src/menubar.c:896 msgid "Select a module" msgstr "Select a module" -#: ../src/menubar.c:933 +#: ../src/menubar.c:923 #, c-format msgid "%s:%s: Selected module is: %s" msgstr "%s:%s: Selected module is: %s" -#: ../src/menubar.c:938 +#: ../src/menubar.c:928 #, c-format msgid "%s:%s: No selection is list of modules." msgstr "%s:%s: No selection is list of modules." Modified: trunk/po/en_US.po =================================================================== --- trunk/po/en_US.po 2009-10-04 11:59:17 UTC (rev 474) +++ trunk/po/en_US.po 2009-10-04 12:02:38 UTC (rev 475) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gpredict\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-01 17:41+0200\n" +"POT-Creation-Date: 2009-10-04 14:01+0200\n" "PO-Revision-Date: 2009-08-05 00:53+0100\n" "Last-Translator: Michael Stephenson <mic...@go...>\n" "Language-Team: US English\n" @@ -934,7 +934,7 @@ msgid "Satellite" msgstr "Satellite" -#: ../src/gtk-sat-list.c:54 ../src/gtk-sat-selector.c:238 +#: ../src/gtk-sat-list.c:54 ../src/gtk-sat-selector.c:247 #: ../src/gtk-sat-tree.c:222 ../src/mod-cfg.c:622 msgid "Catnum" msgstr "Catnum" @@ -1721,70 +1721,74 @@ msgid "<b>Manual Control</b>" msgstr "<b>Manual Control</b>" -#: ../src/gtk-sat-selector.c:197 +#: ../src/gtk-sat-selector.c:206 msgid "Select a satellite group or category to narrow your search." msgstr "" -#: ../src/gtk-sat-selector.c:229 +#: ../src/gtk-sat-selector.c:238 #, fuzzy msgid "Available Satellites" msgstr "<b>Select Satellites:</b>" -#: ../src/gtk-sat-selector.c:247 ../src/gtk-sat-tree.c:232 -#: ../src/mod-cfg.c:630 -msgid "Epoch" -msgstr "Epoch" +#: ../src/gtk-sat-selector.c:256 +#, fuzzy +msgid "Updated" +msgstr "TLE Update" #. Search -#: ../src/gtk-sat-selector.c:275 +#: ../src/gtk-sat-selector.c:286 msgid "Search" msgstr "" -#: ../src/gtk-sat-selector.c:279 +#: ../src/gtk-sat-selector.c:290 msgid "" "Start typing in this field to search for a satellite in the selected group." msgstr "" #. Group selector -#: ../src/gtk-sat-selector.c:289 +#: ../src/gtk-sat-selector.c:300 msgid "Group" msgstr "" -#: ../src/gtk-sat-selector.c:353 +#: ../src/gtk-sat-selector.c:364 #, fuzzy msgid "All satellites" msgstr "Select satellite" -#: ../src/gtk-sat-selector.c:360 +#: ../src/gtk-sat-selector.c:371 #, fuzzy, c-format msgid "%s:%s: Failed to open satdata directory %s." msgstr "%s:%d Failed to get data for %d." -#: ../src/gtk-sat-selector.c:401 +#: ../src/gtk-sat-selector.c:412 #, fuzzy, c-format msgid "%s:%s: Read %d satellites into MAIN group." msgstr "%s:%d: Read %d sats from %s " -#: ../src/gtk-sat-selector.c:448 +#: ../src/gtk-sat-selector.c:459 #, fuzzy, c-format msgid "%s:%s: Failed to open %s: %s" msgstr "%s:%s: Failed to open %s" -#: ../src/gtk-sat-selector.c:485 ../src/mod-cfg.c:746 +#: ../src/gtk-sat-selector.c:496 ../src/mod-cfg.c:746 #, fuzzy, c-format msgid "%s:%s: Error reading satellite %d." msgstr "%s: Error reading %s: %s" -#: ../src/gtk-sat-selector.c:504 +#: ../src/gtk-sat-selector.c:515 #, fuzzy, c-format msgid "%s:%s: Read %d satellites from %s" msgstr "%s:%d: Read %d sats from %s " -#: ../src/gtk-sat-selector.c:509 +#: ../src/gtk-sat-selector.c:520 #, fuzzy, c-format msgid "%s:%s: Failed to read %s" msgstr "%s:%d: Failed to read %s" +#: ../src/gtk-sat-tree.c:232 ../src/mod-cfg.c:630 +msgid "Epoch" +msgstr "Epoch" + #: ../src/gtk-sat-tree.c:245 msgid "Selected" msgstr "Selected" @@ -2143,207 +2147,218 @@ msgid "%s:%d: Could not stat %s" msgstr "%s:%d: Could not stat %s" -#: ../src/menubar.c:88 +#: ../src/menubar.c:89 msgid "_File" msgstr "_File" -#: ../src/menubar.c:89 +#: ../src/menubar.c:90 msgid "_Edit" msgstr "_Edit" -#: ../src/menubar.c:90 +#: ../src/menubar.c:91 msgid "_Update TLE" msgstr "_Update TLE" -#: ../src/menubar.c:91 +#: ../src/menubar.c:92 msgid "_Tools" msgstr "_Tools" -#: ../src/menubar.c:92 +#: ../src/menubar.c:93 msgid "_Help" msgstr "_Help" #. File menu -#: ../src/menubar.c:95 +#: ../src/menubar.c:96 msgid "_New module" msgstr "_New module" -#: ../src/menubar.c:96 +#: ../src/menubar.c:97 msgid "Create a new module" msgstr "Create a new module" -#: ../src/menubar.c:97 +#: ../src/menubar.c:98 msgid "_Open module" msgstr "_Open module" -#: ../src/menubar.c:98 +#: ../src/menubar.c:99 msgid "Open an existing module" msgstr "Open an existing module" -#: ../src/menubar.c:100 +#: ../src/menubar.c:101 msgid "Open the message log browser" msgstr "Open the message log browser" -#: ../src/menubar.c:101 +#: ../src/menubar.c:102 msgid "E_xit" msgstr "E_xit" -#: ../src/menubar.c:102 +#: ../src/menubar.c:103 msgid "Exit the program" msgstr "Exit the program" #. Edit menu #. { "Tle", GTK_STOCK_REFRESH, N_("Update TLE"), NULL, #. N_("Update Keplerian elements"), NULL}, -#: ../src/menubar.c:107 +#: ../src/menubar.c:108 msgid "From _network" msgstr "From _network" -#: ../src/menubar.c:108 +#: ../src/menubar.c:109 msgid "Update Keplerian elements from a network server" msgstr "Update Keplerian elements from a network server" -#: ../src/menubar.c:110 +#: ../src/menubar.c:111 msgid "From l_ocal files" msgstr "From l_ocal files" -#: ../src/menubar.c:111 +#: ../src/menubar.c:112 msgid "Update Keplerian elements from local files" msgstr "Update Keplerian elements from local files" -#: ../src/menubar.c:113 +#: ../src/menubar.c:114 msgid "Using TLE _editor" msgstr "Using TLE _editor" -#: ../src/menubar.c:114 +#: ../src/menubar.c:115 msgid "Add or update Keplerian elements using the TLE editor" msgstr "Add or update Keplerian elements using the TLE editor" -#: ../src/menubar.c:116 +#: ../src/menubar.c:117 msgid "_Transponders" msgstr "_Transponders" -#: ../src/menubar.c:117 +#: ../src/menubar.c:118 msgid "Edit satellite transponder frequencies" msgstr "Edit satellite transponder frequencies" -#: ../src/menubar.c:119 +#: ../src/menubar.c:120 msgid "_Preferences" msgstr "_Preferences" -#: ../src/menubar.c:120 +#: ../src/menubar.c:121 msgid "Edit user preferences" msgstr "Edit user preferences" #. Tools menu -#: ../src/menubar.c:123 +#: ../src/menubar.c:124 +#, fuzzy +msgid "Satellite Editor" +msgstr "Satellite Info" + +#: ../src/menubar.c:125 +msgid "" +"Open the satellite editor where you can manually edit orbital elements and " +"other data" +msgstr "" + +#: ../src/menubar.c:127 msgid "Comm Window" msgstr "Comm Window" -#: ../src/menubar.c:124 +#: ../src/menubar.c:128 msgid "Predict windows between two observers" msgstr "Predict windows between two observers" -#: ../src/menubar.c:126 +#: ../src/menubar.c:130 msgid "Advanced Predict" msgstr "Advanced Predict" -#: ../src/menubar.c:127 +#: ../src/menubar.c:131 msgid "Open advanced pass predictor" msgstr "Open advanced pass predictor" #. Help menu -#: ../src/menubar.c:130 +#: ../src/menubar.c:134 msgid "Getting Started" msgstr "Getting Started" -#: ../src/menubar.c:131 +#: ../src/menubar.c:135 msgid "Show online user manual, Getting Started Section" msgstr "Show online user manual, Getting Started Section" -#: ../src/menubar.c:133 +#: ../src/menubar.c:137 msgid "User Manual" msgstr "User Manual" -#: ../src/menubar.c:134 +#: ../src/menubar.c:138 msgid "Show online user manual" msgstr "Show online user manual" -#: ../src/menubar.c:135 +#: ../src/menubar.c:139 msgid "_License" msgstr "_License" -#: ../src/menubar.c:136 +#: ../src/menubar.c:140 msgid "Show the Gpredict license" msgstr "Show the Gpredict license" -#: ../src/menubar.c:137 +#: ../src/menubar.c:141 msgid "_News" msgstr "_News" -#: ../src/menubar.c:138 +#: ../src/menubar.c:142 msgid "Show what's new in this release" msgstr "Show what's new in this release" -#: ../src/menubar.c:139 +#: ../src/menubar.c:143 msgid "_About Gpredict" msgstr "_About Gpredict" -#: ../src/menubar.c:140 +#: ../src/menubar.c:144 msgid "Show about dialog" msgstr "Show about dialog" -#: ../src/menubar.c:230 +#: ../src/menubar.c:234 #, c-format msgid "Failed to build menubar: %s" msgstr "Failed to build menubar: %s" -#: ../src/menubar.c:268 +#: ../src/menubar.c:272 #, c-format msgid "%s: Starting new module configurator..." msgstr "%s: Starting new module configurator..." -#: ../src/menubar.c:275 +#: ../src/menubar.c:279 #, c-format msgid "%s: New module name is %s." msgstr "%s: New module name is %s." -#: ../src/menubar.c:295 ../src/menubar.c:363 +#: ../src/menubar.c:299 ../src/menubar.c:367 #, c-format msgid "Could not open %s. Please examine the log messages for details." msgstr "Could not open %s. Please examine the log messages for details." -#: ../src/menubar.c:319 +#: ../src/menubar.c:323 #, c-format msgid "%s: New module config cancelled." msgstr "%s: New module config cancelled." -#: ../src/menubar.c:336 +#: ../src/menubar.c:340 #, c-format msgid "%s: Open existing module..." msgstr "%s: Open existing module..." -#: ../src/menubar.c:343 +#: ../src/menubar.c:347 #, c-format msgid "%s: Open module %s." msgstr "%s: Open module %s." -#: ../src/menubar.c:401 +#: ../src/menubar.c:405 #, c-format msgid "%s: Open module cancelled." msgstr "%s: Open module cancelled." #. create new dialog with progress indicator -#: ../src/menubar.c:456 ../src/menubar.c:626 ../src/sat-pref-general.c:61 +#: ../src/menubar.c:460 ../src/menubar.c:630 ../src/sat-pref-general.c:61 msgid "TLE Update" msgstr "TLE Update" -#: ../src/menubar.c:477 +#: ../src/menubar.c:481 msgid "<b>Updating TLE files from network</b>" msgstr "<b>Updating TLE files from network</b>" #. statistics -#: ../src/menubar.c:490 ../src/menubar.c:660 +#: ../src/menubar.c:494 ../src/menubar.c:664 msgid "" "Satellites updated:\t 0\n" "Satellites skipped:\t 0\n" @@ -2353,49 +2368,49 @@ "Satellites skipped:\t 0\n" "Missing Satellites:\t 0\n" -#: ../src/menubar.c:516 ../src/menubar.c:686 +#: ../src/menubar.c:520 ../src/menubar.c:690 msgid "Finished" msgstr "Finished" #. create file chooser -#: ../src/menubar.c:569 +#: ../src/menubar.c:573 msgid "Select directory" msgstr "Select directory" #. create label -#: ../src/menubar.c:575 +#: ../src/menubar.c:579 msgid "Select TLE directory:" msgstr "Select TLE directory:" #. create the dalog -#: ../src/menubar.c:584 +#: ../src/menubar.c:588 msgid "Update TLE from files" msgstr "Update TLE from files" -#: ../src/menubar.c:619 +#: ../src/menubar.c:623 #, c-format msgid "%s: Running TLE update from %s" msgstr "%s: Running TLE update from %s" -#: ../src/menubar.c:646 +#: ../src/menubar.c:650 msgid "<b>Updating TLE files from files</b>" msgstr "<b>Updating TLE files from files</b>" -#: ../src/menubar.c:714 ../src/menubar.c:738 ../src/menubar.c:759 +#: ../src/menubar.c:728 ../src/menubar.c:749 msgid "This function is still under development." msgstr "This function is still under development." -#: ../src/menubar.c:842 +#: ../src/menubar.c:832 #, c-format msgid "%s:%s: Scanning directory %s for modules." msgstr "%s:%s: Scanning directory %s for modules." -#: ../src/menubar.c:865 +#: ../src/menubar.c:855 #, c-format msgid "%s:%d: Failed to open module dir %s (%s)" msgstr "%s:%d: Failed to open module dir %s (%s)" -#: ../src/menubar.c:880 +#: ../src/menubar.c:870 msgid "" "You do not have any modules set up yet. Please use File->New in order to " "create a module." @@ -2403,21 +2418,21 @@ "You do not have any modules set up yet. Please use File->New in order to " "create a module." -#: ../src/menubar.c:898 +#: ../src/menubar.c:888 msgid "Module" msgstr "Module" #. create dialog -#: ../src/menubar.c:906 +#: ../src/menubar.c:896 msgid "Select a module" msgstr "Select a module" -#: ../src/menubar.c:933 +#: ../src/menubar.c:923 #, c-format msgid "%s:%s: Selected module is: %s" msgstr "%s:%s: Selected module is: %s" -#: ../src/menubar.c:938 +#: ../src/menubar.c:928 #, c-format msgid "%s:%s: No selection is list of modules." msgstr "%s:%s: No selection is list of modules." Modified: trunk/po/fr.po =================================================================== --- trunk/po/fr.po 2009-10-04 11:59:17 UTC (rev 474) +++ trunk/po/fr.po 2009-10-04 12:02:38 UTC (rev 475) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gpredict\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-01 17:41+0200\n" +"POT-Creation-Date: 2009-10-04 14:01+0200\n" "PO-Revision-Date: 2009-03-19 23:06+0200\n" "Last-Translator: Stéphane Fillod <fi...@us...>\n" "Language-Team: French <deb...@li...>\n" @@ -868,7 +868,7 @@ msgid "Satellite" msgstr "Satellite" -#: ../src/gtk-sat-list.c:54 ../src/gtk-sat-selector.c:238 +#: ../src/gtk-sat-list.c:54 ../src/gtk-sat-selector.c:247 #: ../src/gtk-sat-tree.c:222 ../src/mod-cfg.c:622 msgid "Catnum" msgstr "" @@ -1633,70 +1633,74 @@ msgid "<b>Manual Control</b>" msgstr "<b>Contrôle Manuel</b>" -#: ../src/gtk-sat-selector.c:197 +#: ../src/gtk-sat-selector.c:206 msgid "Select a satellite group or category to narrow your search." msgstr "" -#: ../src/gtk-sat-selector.c:229 +#: ../src/gtk-sat-selector.c:238 #, fuzzy msgid "Available Satellites" msgstr "<b>Sélection Satellites:</b>" -#: ../src/gtk-sat-selector.c:247 ../src/gtk-sat-tree.c:232 -#: ../src/mod-cfg.c:630 -msgid "Epoch" -msgstr "" +#: ../src/gtk-sat-selector.c:256 +#, fuzzy +msgid "Updated" +msgstr "Mise-à-jour TLE" #. Search -#: ../src/gtk-sat-selector.c:275 +#: ../src/gtk-sat-selector.c:286 msgid "Search" msgstr "" -#: ../src/gtk-sat-selector.c:279 +#: ../src/gtk-sat-selector.c:290 msgid "" "Start typing in this field to search for a satellite in the selected group." msgstr "" #. Group selector -#: ../src/gtk-sat-selector.c:289 +#: ../src/gtk-sat-selector.c:300 msgid "Group" msgstr "" -#: ../src/gtk-sat-selector.c:353 +#: ../src/gtk-sat-selector.c:364 #, fuzzy msgid "All satellites" msgstr "Satellite" -#: ../src/gtk-sat-selector.c:360 +#: ../src/gtk-sat-selector.c:371 #, c-format msgid "%s:%s: Failed to open satdata directory %s." msgstr "" -#: ../src/gtk-sat-selector.c:401 +#: ../src/gtk-sat-selector.c:412 #, c-format msgid "%s:%s: Read %d satellites into MAIN group." msgstr "" -#: ../src/gtk-sat-selector.c:448 +#: ../src/gtk-sat-selector.c:459 #, c-format msgid "%s:%s: Failed to open %s: %s" msgstr "" -#: ../src/gtk-sat-selector.c:485 ../src/mod-cfg.c:746 +#: ../src/gtk-sat-selector.c:496 ../src/mod-cfg.c:746 #, c-format msgid "%s:%s: Error reading satellite %d." msgstr "" -#: ../src/gtk-sat-selector.c:504 +#: ../src/gtk-sat-selector.c:515 #, fuzzy, c-format msgid "%s:%s: Read %d satellites from %s" msgstr "Lecture de données depuis %s" -#: ../src/gtk-sat-selector.c:509 +#: ../src/gtk-sat-selector.c:520 #, c-format msgid "%s:%s: Failed to read %s" msgstr "" +#: ../src/gtk-sat-tree.c:232 ../src/mod-cfg.c:630 +msgid "Epoch" +msgstr "" + #: ../src/gtk-sat-tree.c:245 msgid "Selected" msgstr "Sélectionné" @@ -2049,208 +2053,219 @@ msgid "%s:%d: Could not stat %s" msgstr "" -#: ../src/menubar.c:88 +#: ../src/menubar.c:89 msgid "_File" msgstr "_Fichier" -#: ../src/menubar.c:89 +#: ../src/menubar.c:90 msgid "_Edit" msgstr "_Edition" -#: ../src/menubar.c:90 +#: ../src/menubar.c:91 msgid "_Update TLE" msgstr "_Mise à jour TLE" -#: ../src/menubar.c:91 +#: ../src/menubar.c:92 msgid "_Tools" msgstr "_Outils" -#: ../src/menubar.c:92 +#: ../src/menubar.c:93 msgid "_Help" msgstr "_Aide" #. File menu -#: ../src/menubar.c:95 +#: ../src/menubar.c:96 msgid "_New module" msgstr "_Nouveau module" -#: ../src/menubar.c:96 +#: ../src/menubar.c:97 msgid "Create a new module" msgstr "Créer un nouveau module" -#: ../src/menubar.c:97 +#: ../src/menubar.c:98 msgid "_Open module" msgstr "_Ouvrir module" -#: ../src/menubar.c:98 +#: ../src/menubar.c:99 msgid "Open an existing module" msgstr "Ouvre un module existant" -#: ../src/menubar.c:100 +#: ../src/menubar.c:101 msgid "Open the message log browser" msgstr "" -#: ../src/menubar.c:101 +#: ../src/menubar.c:102 msgid "E_xit" msgstr "_Quitter" -#: ../src/menubar.c:102 +#: ../src/menubar.c:103 msgid "Exit the program" msgstr "Quitter le programme" #. Edit menu #. { "Tle", GTK_STOCK_REFRESH, N_("Update TLE"), NULL, #. N_("Update Keplerian elements"), NULL}, -#: ../src/menubar.c:107 +#: ../src/menubar.c:108 msgid "From _network" msgstr "Depuis le _réseau" -#: ../src/menubar.c:108 +#: ../src/menubar.c:109 msgid "Update Keplerian elements from a network server" msgstr "Mets à jour les éléments Képlériens depuis un serveur réseau" -#: ../src/menubar.c:110 +#: ../src/menubar.c:111 msgid "From l_ocal files" msgstr "Depuis des fichiers _locaux" -#: ../src/menubar.c:111 +#: ../src/menubar.c:112 msgid "Update Keplerian elements from local files" msgstr "Mets à jour les éléments Képlériens depuis des fichiers locaux" -#: ../src/menubar.c:113 +#: ../src/menubar.c:114 msgid "Using TLE _editor" msgstr "Utilisation de l'édit_eur TLE" -#: ../src/menubar.c:114 +#: ../src/menubar.c:115 msgid "Add or update Keplerian elements using the TLE editor" msgstr "" "Ajoute ou mets à jour les éléments Képlériens en utilisant l'éditeur TLE" -#: ../src/menubar.c:116 +#: ../src/menubar.c:117 msgid "_Transponders" msgstr "_Transpondeurs" -#: ../src/menubar.c:117 +#: ../src/menubar.c:118 msgid "Edit satellite transponder frequencies" msgstr "Edite les fréquences transpondeurs satellite" -#: ../src/menubar.c:119 +#: ../src/menubar.c:120 msgid "_Preferences" msgstr "_Préférences" -#: ../src/menubar.c:120 +#: ../src/menubar.c:121 msgid "Edit user preferences" msgstr "Edite les préférences utilisateur" #. Tools menu -#: ../src/menubar.c:123 +#: ../src/menubar.c:124 +#, fuzzy +msgid "Satellite Editor" +msgstr "Info Satellite" + +#: ../src/menubar.c:125 +msgid "" +"Open the satellite editor where you can manually edit orbital elements and " +"other data" +msgstr "" + +#: ../src/menubar.c:127 msgid "Comm Window" msgstr "Fenêtre Comm" -#: ../src/menubar.c:124 +#: ../src/menubar.c:128 msgid "Predict windows between two observers" msgstr "" -#: ../src/menubar.c:126 +#: ../src/menubar.c:130 msgid "Advanced Predict" msgstr "" -#: ../src/menubar.c:127 +#: ../src/menubar.c:131 msgid "Open advanced pass predictor" msgstr "" #. Help menu -#: ../src/menubar.c:130 +#: ../src/menubar.c:134 msgid "Getting Started" msgstr "" -#: ../src/menubar.c:131 +#: ../src/menubar.c:135 msgid "Show online user manual, Getting Started Section" msgstr "" -#: ../src/menubar.c:133 +#: ../src/menubar.c:137 msgid "User Manual" msgstr "Manuel Utilisateur" -#: ../src/menubar.c:134 +#: ../src/menubar.c:138 msgid "Show online user manual" msgstr "Montre le manuel utilisateur en ligne" -#: ../src/menubar.c:135 +#: ../src/menubar.c:139 msgid "_License" msgstr "_Licence" -#: ../src/menubar.c:136 +#: ../src/menubar.c:140 msgid "Show the Gpredict license" msgstr "Monre la licence Gpredict" -#: ../src/menubar.c:137 +#: ../src/menubar.c:141 msgid "_News" msgstr "_Nouvelles" -#: ../src/menubar.c:138 +#: ../src/menubar.c:142 msgid "Show what's new in this release" msgstr "Montre ce qu'il y a de neuf dans cette version" -#: ../src/menubar.c:139 +#: ../src/menubar.c:143 msgid "_About Gpredict" msgstr "_A propos de Gpredict" -#: ../src/menubar.c:140 +#: ../src/menubar.c:144 msgid "Show about dialog" msgstr "Montre le dialogue à propos" -#: ../src/menubar.c:230 +#: ../src/menubar.c:234 #, c-format msgid "Failed to build menubar: %s" msgstr "" -#: ../src/menubar.c:268 +#: ../src/menubar.c:272 #, c-format msgid "%s: Starting new module configurator..." msgstr "" -#: ../src/menubar.c:275 +#: ../src/menubar.c:279 #, c-format msgid "%s: New module name is %s." msgstr "" -#: ../src/menubar.c:295 ../src/menubar.c:363 +#: ../src/menubar.c:299 ../src/menubar.c:367 #, c-format msgid "Could not open %s. Please examine the log messages for details." msgstr "" -#: ../src/menubar.c:319 +#: ../src/menubar.c:323 #, c-format msgid "%s: New module config cancelled." msgstr "" -#: ../src/menubar.c:336 +#: ../src/menubar.c:340 #, c-format msgid "%s: Open existing module..." msgstr "" -#: ../src/menubar.c:343 +#: ../src/menubar.c:347 #, c-format msgid "%s: Open module %s." msgstr "" -#: ../src/menubar.c:401 +#: ../src/menubar.c:405 #, c-format msgid "%s: Open module cancelled." msgstr "" #. create new dialog with progress indicator -#: ../src/menubar.c:456 ../src/menubar.c:626 ../src/sat-pref-general.c:61 +#: ../src/menubar.c:460 ../src/menubar.c:630 ../src/sat-pref-general.c:61 msgid "TLE Update" msgstr "Mise-à-jour TLE" -#: ../src/menubar.c:477 +#: ../src/menubar.c:481 msgid "<b>Updating TLE files from network</b>" msgstr "<b>Mise à jour des fichiers TLE depuis le réseau</b>" #. statistics -#: ../src/menubar.c:490 ../src/menubar.c:660 +#: ../src/menubar.c:494 ../src/menubar.c:664 msgid "" "Satellites updated:\t 0\n" "Satellites skipped:\t 0\n" @@ -2260,69 +2275,69 @@ "Satellites sautés: \t 0\n" "Satellites manquants: \t 0\n" -#: ../src/menubar.c:516 ../src/menubar.c:686 +#: ../src/menubar.c:520 ../src/menubar.c:690 msgid "Finished" msgstr "Terminé" #. create file chooser -#: ../src/menubar.c:569 +#: ../src/menubar.c:573 msgid "Select directory" msgstr "Sélectionne répertoire" #. create label -#: ../src/menubar.c:575 +#: ../src/menubar.c:579 msgid "Select TLE directory:" msgstr "Sélection répertoire TLE" #. create the dalog -#: ../src/menubar.c:584 +#: ../src/menubar.c:588 msgid "Update TLE from files" msgstr "Mise-à-jour tLE à partir de fichiers " -#: ../src/menubar.c:619 +#: ../src/menubar.c:623 #, c-format msgid "%s: Running TLE update from %s" msgstr "" -#: ../src/menubar.c:646 +#: ../src/menubar.c:650 msgid "<b>Updating TLE files from files</b>" msgstr "<b>Mise à jour de fichiers TLE depuis à partir de fichiers</b>" -#: ../src/menubar.c:714 ../src/menubar.c:738 ../src/menubar.c:759 +#: ../src/menubar.c:728 ../src/menubar.c:749 msgid "This function is still under development." msgstr "" -#: ../src/menubar.c:842 +#: ../src/menubar.c:832 #, c-format msgid "%s:%s: Scanning directory %s for modules." msgstr "" -#: ../src/menubar.c:865 +#: ../src/menubar.c:855 #, c-format msgid "%s:%d: Failed to open module dir %s (%s)" msgstr "" -#: ../src/menubar.c:880 +#: ../src/menubar.c:870 msgid "" "You do not have any modules set up yet. Please use File->New in order to " "create a module." msgstr "" -#: ../src/menubar.c:898 +#: ../src/menubar.c:888 msgid "Module" msgstr "Module" #. create dialog -#: ../src/menubar.c:906 +#: ../src/menubar.c:896 msgid "Select a module" msgstr "" -#: ../src/menubar.c:933 +#: ../src/menubar.c:923 #, c-format msgid "%s:%s: Selected module is: %s" msgstr "" -#: ../src/menubar.c:938 +#: ../src/menubar.c:928 #, c-format msgid "%s:%s: No selection is list of modules." msgstr "" Modified: trunk/po/gpredict.pot =================================================================== --- trunk/po/gpredict.pot 2009-10-04 11:59:17 UTC (rev 474) +++ trunk/po/gpredict.pot 2009-10-04 12:02:38 UTC (rev 475) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-01 17:41+0200\n" +"POT-Creation-Date: 2009-10-04 14:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -860,7 +860,7 @@ msgid "Satellite" msgstr "" -#: ../src/gtk-sat-list.c:54 ../src/gtk-sat-selector.c:238 +#: ../src/gtk-sat-list.c:54 ../src/gtk-sat-selector.c:247 #: ../src/gtk-sat-tree.c:222 ../src/mod-cfg.c:622 msgid "Catnum" msgstr "" @@ -1625,68 +1625,71 @@ msgid "<b>Manual Control</b>" msgstr "" -#: ../src/gtk-sat-selector.c:197 +#: ../src/gtk-sat-selector.c:206 msgid "Select a satellite group or category to narrow your search." msgstr "" -#: ../src/gtk-sat-selector.c:229 +#: ../src/gtk-sat-selector.c:238 msgid "Available Satellites" msgstr "" -#: ../src/gtk-sat-selector.c:247 ../src/gtk-sat-tree.c:232 -#: ../src/mod-cfg.c:630 -msgid "Epoch" +#: ../src/gtk-sat-selector.c:256 +msgid "Updated" msgstr "" #. Search -#: ../src/gtk-sat-selector.c:275 +#: ../src/gtk-sat-selector.c:286 msgid "Search" msgstr "" -#: ../src/gtk-sat-selector.c:279 +#: ../src/gtk-sat-selector.c:290 msgid "" "Start typing in this field to search for a satellite in the selected group." msgstr "" #. Group selector -#: ../src/gtk-sat-selector.c:289 +#: ../src/gtk-sat-selector.c:300 msgid "Group" msgstr "" -#: ../src/gtk-sat-selector.c:353 +#: ../src/gtk-sat-selector.c:364 msgid "All satellites" msgstr "" -#: ../src/gtk-sat-selector.c:360 +#: ../src/gtk-sat-selector.c:371 #, c-format msgid "%s:%s: Failed to open satdata directory %s." msgstr "" -#: ../src/gtk-sat-selector.c:401 +#: ../src/gtk-sat-selector.c:412 #, c-format msgid "%s:%s: Read %d satellites into MAIN group." msgstr "" -#: ../src/gtk-sat-selector.c:448 +#: ../src/gtk-sat-selector.c:459 #, c-format msgid "%s:%s: Failed to open %s: %s" msgstr "" -#: ../src/gtk-sat-selector.c:485 ../src/mod-cfg.c:746 +#: ../src/gtk-sat-selector.c:496 ../src/mod-cfg.c:746 #, c-format msgid "%s:%s: Error reading satellite %d." msgstr "" -#: ../src/gtk-sat-selector.c:504 +#: ../src/gtk-sat-selector.c:515 #, c-format msgid "%s:%s: Read %d satellites from %s" msgstr "" -#: ../src/gtk-sat-selector.c:509 +#: ../src/gtk-sat-selector.c:520 #, c-format msgid "%s:%s: Failed to read %s" msgstr "" +#: ../src/gtk-sat-tree.c:232 ../src/mod-cfg.c:630 +msgid "Epoch" +msgstr "" + #: ../src/gtk-sat-tree.c:245 msgid "Selected" msgstr "" @@ -2037,276 +2040,286 @@ msgid "%s:%d: Could not stat %s" msgstr "" -#: ../src/menubar.c:88 +#: ../src/menubar.c:89 msgid "_File" msgstr "" -#: ../src/menubar.c:89 +#: ../src/menubar.c:90 msgid "_Edit" msgstr "" -#: ../src/menubar.c:90 +#: ../src/menubar.c:91 msgid "_Update TLE" msgstr "" -#: ../src/menubar.c:91 +#: ../src/menubar.c:92 msgid "_Tools" msgstr "" -#: ../src/menubar.c:92 +#: ../src/menubar.c:93 msgid "_Help" msgstr "" #. File menu -#: ../src/menubar.c:95 +#: ../src/menubar.c:96 msgid "_New module" msgstr "" -#: ../src/menubar.c:96 +#: ../src/menubar.c:97 msgid "Create a new module" msgstr "" -#: ../src/menubar.c:97 +#: ../src/menubar.c:98 msgid "_Open module" msgstr "" -#: ../src/menubar.c:98 +#: ../src/menubar.c:99 msgid "Open an existing module" msgstr "" -#: ../src/menubar.c:100 +#: ../src/menubar.c:101 msgid "Open the message log browser" msgstr "" -#: ../src/menubar.c:101 +#: ../src/menubar.c:102 msgid "E_xit" msgstr "" -#: ../src/menubar.c:102 +#: ../src/menubar.c:103 msgid "Exit the program" msgstr "" #. Edit menu #. { "Tle", GTK_STOCK_REFRESH, N_("Update TLE"), NULL, #. N_("Update Keplerian elements"), NULL}, -#: ../src/menubar.c:107 +#: ../src/menubar.c:108 msgid "From _network" msgstr "" -#: ../src/menubar.c:108 +#: ../src/menubar.c:109 msgid "Update Keplerian elements from a network server" msgstr "" -#: ../src/menubar.c:110 +#: ../src/menubar.c:111 msgid "From l_ocal files" msgstr "" -#: ../src/menubar.c:111 +#: ../src/menubar.c:112 msgid "Update Keplerian elements from local files" msgstr "" -#: ../src/menubar.c:113 +#: ../src/menubar.c:114 msgid "Using TLE _editor" msgstr "" -#: ../src/menubar.c:114 +#: ../src/menubar.c:115 msgid "Add or update Keplerian elements using the TLE editor" msgstr "" -#: ../src/menubar.c:116 +#: ../src/menubar.c:117 msgid "_Transponders" msgstr "" -#: ../src/menubar.c:117 +#: ../src/menubar.c:118 msgid "Edit satellite transponder frequencies" msgstr "" -#: ../src/menubar.c:119 +#: ../src/menubar.c:120 msgid "_Preferences" msgstr "" -#: ../src/menubar.c:120 +#: ../src/menubar.c:121 msgid "Edit user preferences" msgstr "" #. Tools menu -#: ../src/menubar.c:123 +#: ../src/menubar.c:124 +msgid "Satellite Editor" +msgstr "" + +#: ../src/menubar.c:125 +msgid "" +"Open the satellite editor where you can manually edit orbital elements and " +"other data" +msgstr "" + +#: ../src/menubar.c:127 msgid "Comm Window" msgstr "" -#: ../src/menubar.c:124 +#: ../src/menubar.c:128 msgid "Predict windows between two observers" msgstr "" -#: ../src/menubar.c:126 +#: ../src/menubar.c:130 msgid "Advanced Predict" msgstr "" -#: ../src/menubar.c:127 +#: ../src/menubar.c:131 msgid "Open advanced pass predictor" msgstr "" #. Help menu -#: ../src/menubar.c:130 +#: ../src/menubar.c:134 msgid "Getting Started" msgstr "" -#: ../src/menubar.c:131 +#: ../src/menubar.c:135 msgid "Show online user manual, Getting Started Section" msgstr "" -#: ../src/menubar.c:133 +#: ../src/menubar.c:137 msgid "User Manual" msgstr "" -#: ../src/menubar.c:134 +#: ../src/menubar.c:138 msgid "Show online user manual" msgstr "" -#: ../src/menubar.c:135 +#: ../src/menubar.c:139 msgid "_License" msgstr "" -#: ../src/menubar.c:136 +#: ../src/menubar.c:140 msgid "Show the Gpredict license" msgstr "" -#: ../src/menubar.c:137 +#: ../src/menubar.c:141 msgid "_News" msgstr "" -#: ../src/menubar.c:138 +#: ../src/menubar.c:142 msgid "Show what's new in this release" msgstr "" -#: ../src/menubar.c:139 +#: ../src/menubar.c:143 msgid "_About Gpredict" msgstr "" -#: ../src/menubar.c:140 +#: ../src/menubar.c:144 msgid "Show about dialog" msgstr "" -#: ../src/menubar.c:230 +#: ../src/menubar.c:234 #, c-format msgid "Failed to build menubar: %s" msgstr "" -#: ../src/menubar.c:268 +#: ../src/menubar.c:272 #, c-format msgid "%s: Starting new module configurator..." msgstr "" -#: ../src/menubar.c:275 +#: ../src/menubar.c:279 #, c-format msgid "%s: New module name is %s." msgstr "" -#: ../src/menubar.c:295 ../src/menubar.c:363 +#: ../src/menubar.c:299 ../src/menubar.c:367 #, c-format msgid "Could not open %s. Please examine the log messages for details." msgstr "" -#: ../src/menubar.c:319 +#: ../src/menubar.c:323 #, c-format msgid "%s: New module config cancelled." msgstr "" -#: ../src/menubar.c:336 +#: ../src/menubar.c:340 #, c-format msgid "%s: Open existing module..." msgstr "" -#: ../src/menubar.c:343 +#: ../src/menubar.c:347 #, c-format msgid "%s: Open module %s." msgstr "" -#: ../src/menubar.c:401 +#: ../src/menubar.c:405 #, c-format msgid "%s: Open module cancelled." msgstr "" #. create new dialog with progress indicator -#: ../src/menubar.c:456 ../src/menubar.c:626 ../src/sat-pref-general.c:61 +#: ../src/menubar.c:460 ../src/menubar.c:630 ../src/sat-pref-general.c:61 msgid "TLE Update" msgstr "" -#: ../src/menubar.c:477 +#: ../src/menubar.c:481 msgid "<b>Updating TLE files from network</b>" msgstr "" #. statistics -#: ../src/menubar.c:490 ../src/menubar.c:660 +#: ../src/menubar.c:494 ../src/menubar.c:664 msgid "" "Satellites updated:\t 0\n" "Satellites skipped:\t 0\n" "Missing Satellites:\t 0\n" msgstr "" -#: ../src/menubar.c:516 ../src/menubar.c:686 +#: ../src/menubar.c:520 ../src/menubar.c:690 msgid "Finished" msgstr "" #. create file chooser -#: ../src/menubar.c:569 +#: ../src/menubar.c:573 msgid "Select directory" msgstr "" #. create label -#: ../src/menubar.c:575 +#: ../src/menubar.c:579 msgid "Select TLE directory:" msgstr "" #. create the dalog -#: ../src/menubar.c:584 +#: ../src/menubar.c:588 msgid "Update TLE from files" msgstr "" -#: ../src/menubar.c:619 +#: ../src/menubar.c:623 #, c-format msgid "%s: Running TLE update from %s" msgstr "" -#: ../src/menubar.c:646 +#: ../src/menubar.c:650 msgid "<b>Updating TLE files from files</b>" msgstr "" -#: ../src/menubar.c:714 ../src/menubar.c:738 ../src/menubar.c:759 +#: ../src/menubar.c:728 ../src/menubar.c:749 msgid "This function is still under development." msgstr "" -#: ../src/menubar.c:842 +#: ../src/menubar.c:832 #, c-format msgid "%s:%s: Scanning directory %s for modules." msgstr "" -#: ../src/menubar.c:865 +#: ../src/menubar.c:855 #, c-format msgid "%s:%d: Failed to open module dir %s (%s)" msgstr "" -#: ../src/menubar.c:880 +#: ../src/menubar.c:870 msgid "" "You do not have any modules set up yet. Please use File->New in order to " "create a module." msgstr "" -#: ../src/menubar.c:898 +#: ../src/menubar.c:888 msgid "Module" msgstr "" #. create dialog -#: ../src/menubar.c:906 +#: ../src/menubar.c:896 msgid "Select a module" msgstr "" -#: ../src/menubar.c:933 +#: ../src/menubar.c:923 #, c-format msgid "%s:%s: Selected module is: %s" msgstr "" -#: ../src/menubar.c:938 +#: ../src/menubar.c:928 #, c-format msgid "%s:%s: No selection is list of modules." msgstr "" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-04 11:59:27
|
Revision: 474 http://gpredict.svn.sourceforge.net/gpredict/?rev=474&view=rev Author: csete Date: 2009-10-04 11:59:17 +0000 (Sun, 04 Oct 2009) Log Message: ----------- Updated. Modified Paths: -------------- trunk/configure.ac Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2009-10-04 11:01:54 UTC (rev 473) +++ trunk/configure.ac 2009-10-04 11:59:17 UTC (rev 474) @@ -2,7 +2,7 @@ AM_CONFIG_HEADER(build-config.h) -AM_INIT_AUTOMAKE(gpredict, 1.1svn) +AM_INIT_AUTOMAKE(gpredict, 1.1) AM_MAINTAINER_MODE AC_PROG_INTLTOOL([0.21]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-04 11:02:03
|
Revision: 473 http://gpredict.svn.sourceforge.net/gpredict/?rev=473&view=rev Author: csete Date: 2009-10-04 11:01:54 +0000 (Sun, 04 Oct 2009) Log Message: ----------- Fixed run time warning for missing menu item. Modified Paths: -------------- trunk/src/menubar.c Modified: trunk/src/menubar.c =================================================================== --- trunk/src/menubar.c 2009-10-04 10:42:46 UTC (rev 472) +++ trunk/src/menubar.c 2009-10-04 11:01:54 UTC (rev 473) @@ -238,11 +238,11 @@ } /* load custom icons */ - icon = icon_file_name ("gpredict-shuttle-small.png"); +/* icon = icon_file_name ("gpredict-shuttle-small.png"); image = gtk_image_new_from_file (icon); g_free (icon); menuitem = gtk_ui_manager_get_widget (uimgr, "/GpredictMenu/ToolsMenu/SatLab"); - gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menuitem), image); + gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menuitem), image);*/ /* now, finally, get the menubar */ menubar = gtk_ui_manager_get_widget (uimgr, "/GpredictMenu"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-04 10:42:58
|
Revision: 472 http://gpredict.svn.sourceforge.net/gpredict/?rev=472&view=rev Author: csete Date: 2009-10-04 10:42:46 +0000 (Sun, 04 Oct 2009) Log Message: ----------- Updated. Modified Paths: -------------- trunk/ChangeLog trunk/po/POTFILES.in trunk/src/menubar.c Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-10-03 14:38:31 UTC (rev 471) +++ trunk/ChangeLog 2009-10-04 10:42:46 UTC (rev 472) @@ -1,3 +1,9 @@ +2009-10-03 Alexandru Csete <oz9aec at gmail.com> + + * src/gtk-sat-selector-c: + Added proper cell rendering of Epoch field. + + 2009-09-27 Alexandru Csete <oz9aec at gmail.com> * src/tle-update.c: Modified: trunk/po/POTFILES.in =================================================================== --- trunk/po/POTFILES.in 2009-10-03 14:38:31 UTC (rev 471) +++ trunk/po/POTFILES.in 2009-10-04 10:42:46 UTC (rev 472) @@ -77,7 +77,6 @@ src/sat-pref-sky-at-glance.c src/sat-pref-tle.c src/sat-vis.c -src/satellite-editor.c src/save-pass.c src/sgpsdp/sgp4sdp4.c src/sgpsdp/sgp_in.c Modified: trunk/src/menubar.c =================================================================== --- trunk/src/menubar.c 2009-10-03 14:38:31 UTC (rev 471) +++ trunk/src/menubar.c 2009-10-04 10:42:46 UTC (rev 472) @@ -52,6 +52,7 @@ #include "compat.h" #include "menubar.h" #include "config-keys.h" +//#include "satellite-editor.h" #ifdef HAVE_CONFIG_H # include <build-config.h> #endif @@ -120,6 +121,9 @@ N_("Edit user preferences"), G_CALLBACK (menubar_pref_cb)}, /* Tools menu */ + { "SatLab", NULL, N_("Satellite Editor"), NULL, + N_("Open the satellite editor where you can manually edit orbital elements and other data"), + G_CALLBACK (menubar_tle_manual_cb)}, { "Window", NULL, N_("Comm Window"), NULL, N_("Predict windows between two observers"), G_CALLBACK (menubar_window_cb)}, @@ -159,18 +163,18 @@ " <menu action='TleMenu'>" " <menuitem action='Net'/>" " <menuitem action='Local'/>" -" <menuitem action='Man'/>" +/*" <menuitem action='Man'/>"*/ " </menu>" /* " <menuitem action='Freq'/>" */ " <separator/>" " <menuitem action='Pref'/>" " </menu>" -" <menu action='ToolsMenu'>" +/*" <menu action='ToolsMenu'>" +" <menuitem action='SatLab'/>" +" <separator/>" " <menuitem action='Window'/>" " <menuitem action='Predict'/>" -/* " <separator/>" */ -/* " <menuitem action='Lab'/>" */ -" </menu>" +" </menu>"*/ " <menu action='HelpMenu'>" /* " <menuitem action='GettingStarted'/>" */ /* " <menuitem action='Manual'/>" */ @@ -234,12 +238,12 @@ } /* load custom icons */ -/* icon = icon_file_name ("gpredict-shuttle-small.png"); + icon = icon_file_name ("gpredict-shuttle-small.png"); image = gtk_image_new_from_file (icon); g_free (icon); - menuitem = gtk_ui_manager_get_widget (uimgr, "/GpredictMenu/ToolsMenu/Rdv"); + menuitem = gtk_ui_manager_get_widget (uimgr, "/GpredictMenu/ToolsMenu/SatLab"); gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menuitem), image); -*/ + /* now, finally, get the menubar */ menubar = gtk_ui_manager_get_widget (uimgr, "/GpredictMenu"); @@ -704,21 +708,7 @@ static void menubar_tle_manual_cb (GtkWidget *widget, gpointer data) { - GtkWidget *dialog; - - - dialog = gtk_message_dialog_new (GTK_WINDOW (app), - GTK_DIALOG_DESTROY_WITH_PARENT, - GTK_MESSAGE_INFO, - GTK_BUTTONS_OK, - _("This function is still under development.")); - - /* Destroy the dialog when the user responds to it (e.g. clicks a button) */ - g_signal_connect_swapped (dialog, "response", - G_CALLBACK (gtk_widget_destroy), - dialog); - - gtk_widget_show_all (dialog); + //satellite_editor_run (); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-03 14:38:39
|
Revision: 471 http://gpredict.svn.sourceforge.net/gpredict/?rev=471&view=rev Author: csete Date: 2009-10-03 14:38:31 +0000 (Sat, 03 Oct 2009) Log Message: ----------- Added proper cell rendering of EPOCH field. Modified Paths: -------------- trunk/src/gtk-sat-selector.c Modified: trunk/src/gtk-sat-selector.c =================================================================== --- trunk/src/gtk-sat-selector.c 2009-10-03 12:11:52 UTC (rev 470) +++ trunk/src/gtk-sat-selector.c 2009-10-03 14:38:31 UTC (rev 471) @@ -37,6 +37,7 @@ #include "sat-log.h" #include "gtk-sat-data.h" #include "compat.h" +#include "sat-cfg.h" #include "gtk-sat-selector.h" @@ -62,6 +63,14 @@ GtkTreeIter *b, gpointer userdata); + +static void epoch_cell_data_function (GtkTreeViewColumn *col, + GtkCellRenderer *renderer, + GtkTreeModel *model, + GtkTreeIter *iter, + gpointer column); + + static GtkVBoxClass *parent_class = NULL; @@ -244,9 +253,11 @@ /* epoch */ renderer = gtk_cell_renderer_text_new (); - column = gtk_tree_view_column_new_with_attributes (_("Epoch"), renderer, + column = gtk_tree_view_column_new_with_attributes (_("Updated"), renderer, "text", GTK_SAT_SELECTOR_COL_EPOCH, NULL); + gtk_tree_view_column_set_cell_data_func (column, renderer, epoch_cell_data_function, + GUINT_TO_POINTER (GTK_SAT_SELECTOR_COL_EPOCH), NULL); gtk_tree_view_insert_column (GTK_TREE_VIEW (selector->tree), column, -1); if (!(flags & GTK_SAT_SELECTOR_FLAG_EPOCH)) gtk_tree_view_column_set_visible (column, FALSE); @@ -283,7 +294,7 @@ gtk_tree_view_set_search_entry (GTK_TREE_VIEW (GTK_SAT_SELECTOR (widget)->tree), GTK_ENTRY (GTK_SAT_SELECTOR (widget)->search)); gtk_table_attach (GTK_TABLE (table), GTK_SAT_SELECTOR (widget)->search, 1, 4, 0, 1, - GTK_FILL, GTK_FILL, 0, 0); + GTK_FILL, GTK_SHRINK, 0, 0); /* Group selector */ gtk_table_attach (GTK_TABLE (table), gtk_label_new (_("Group")), 0, 1, 1, 2, @@ -674,3 +685,52 @@ } + +/** \brief Cell renderer function for the Epoch field. */ +static void epoch_cell_data_function (GtkTreeViewColumn *col, + GtkCellRenderer *renderer, + GtkTreeModel *model, + GtkTreeIter *iter, + gpointer column) +{ + gdouble number; + gchar buff[TIME_FORMAT_MAX_LENGTH]; + gchar *fmtstr; + guint coli = GPOINTER_TO_UINT (column); + time_t t; + guint size; + + + gtk_tree_model_get (model, iter, coli, &number, -1); + + if (number == 0.0) { + g_object_set (renderer, + "text", "--- N/A ---", + NULL); + } + else { + + /* convert julian date to struct tm */ + t = (number - 2440587.5)*86400.; + + /* format the number */ + fmtstr = sat_cfg_get_str (SAT_CFG_STR_TIME_FORMAT); + + /* format either local time or UTC depending on check box */ + if (sat_cfg_get_bool (SAT_CFG_BOOL_USE_LOCAL_TIME)) + size = strftime (buff, TIME_FORMAT_MAX_LENGTH, fmtstr, localtime (&t)); + else + size = strftime (buff, TIME_FORMAT_MAX_LENGTH, fmtstr, gmtime (&t)); + + if (size == 0) + /* size > TIME_FORMAT_MAX_LENGTH */ + buff[TIME_FORMAT_MAX_LENGTH-1] = '\0'; + + g_object_set (renderer, + "text", buff, + NULL); + + g_free (fmtstr); + } + +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-03 12:12:00
|
Revision: 470 http://gpredict.svn.sourceforge.net/gpredict/?rev=470&view=rev Author: csete Date: 2009-10-03 12:11:52 +0000 (Sat, 03 Oct 2009) Log Message: ----------- Include new file in potfiles. Modified Paths: -------------- trunk/po/POTFILES.in Modified: trunk/po/POTFILES.in =================================================================== --- trunk/po/POTFILES.in 2009-10-03 12:10:18 UTC (rev 469) +++ trunk/po/POTFILES.in 2009-10-03 12:11:52 UTC (rev 470) @@ -77,6 +77,7 @@ src/sat-pref-sky-at-glance.c src/sat-pref-tle.c src/sat-vis.c +src/satellite-editor.c src/save-pass.c src/sgpsdp/sgp4sdp4.c src/sgpsdp/sgp_in.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-03 12:10:27
|
Revision: 469 http://gpredict.svn.sourceforge.net/gpredict/?rev=469&view=rev Author: csete Date: 2009-10-03 12:10:18 +0000 (Sat, 03 Oct 2009) Log Message: ----------- Hold release until satellite editor is ready. Modified Paths: -------------- trunk/configure.ac Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2009-10-01 19:46:30 UTC (rev 468) +++ trunk/configure.ac 2009-10-03 12:10:18 UTC (rev 469) @@ -2,7 +2,7 @@ AM_CONFIG_HEADER(build-config.h) -AM_INIT_AUTOMAKE(gpredict, 1.1) +AM_INIT_AUTOMAKE(gpredict, 1.1svn) AM_MAINTAINER_MODE AC_PROG_INTLTOOL([0.21]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-01 19:46:40
|
Revision: 468 http://gpredict.svn.sourceforge.net/gpredict/?rev=468&view=rev Author: csete Date: 2009-10-01 19:46:30 +0000 (Thu, 01 Oct 2009) Log Message: ----------- Updated. Modified Paths: -------------- trunk/NEWS trunk/TODO Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2009-10-01 18:22:57 UTC (rev 467) +++ trunk/NEWS 2009-10-01 19:46:30 UTC (rev 468) @@ -1,4 +1,4 @@ -Changes in version 1.1 (TBD) +Changes in version 1.1 (4 Oct 2009) - New satellite selector in the module configuration dialog that makes it easier to locate and select satellites. @@ -6,15 +6,13 @@ The old configuration is imported automatically and one can still use Gpredict 1.0 with the old configuration stored in $HOME/.gpredict2/ - Distribution now includes all satellites from CelesTrak. -* Added new Satellite Editor that allows adding/editing/deleting satellite - data in a convenient UI, including... - Added a slider control to the Time Controller. - Added config option to automatically show the sky tracks on the polar view. - Fixed bug 2116693: List view does not sort properly for all time formats. - Fixed bug 2836265: Time controls should wrap around their limits. - Fixed bug 2691499: Sky at glance crashes with empty module. - Include more maps from NASA Visible Earth: Blue Marble Next Generation. -* Binary packages for Windows, Mac OS X, Ubuntu and generic Linux. +- Binary packages for Windows, Mac OS X. Changes in version 1.0 beta 5 (24 May 2005) Modified: trunk/TODO =================================================================== --- trunk/TODO 2009-10-01 18:22:57 UTC (rev 467) +++ trunk/TODO 2009-10-01 19:46:30 UTC (rev 468) @@ -1,7 +1,8 @@ Future plans for gpredict development include: * Show day/night on satmap. -* TLE editor. +* Added new Satellite Editor that allows adding/editing/deleting satellite + data in a convenient UI, including... * Advanced pass predictor. * Predict communication windows between two ground stations. * Determine all orbit types. @@ -22,8 +23,7 @@ * Toggle the ground track on and off for all the satellites on the map. * New layout engine allowing any number of views per module. * SpaceView: New view show the satellites using a movable camera in space. -* SkyView: * The satellite map can show the range circle of the ground station according to the selected satellite. -x Define obstacles for ground stations. -x Feature request 1613758: Command Line Interface to Gpredict. +* Define obstacles for ground stations. +* Feature request 1613758: Command Line Interface to Gpredict. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2009-10-01 18:23:05
|
Revision: 467 http://gpredict.svn.sourceforge.net/gpredict/?rev=467&view=rev Author: csete Date: 2009-10-01 18:22:57 +0000 (Thu, 01 Oct 2009) Log Message: ----------- Updated NOAA 17 Modified Paths: -------------- trunk/data/trsp/27453.trsp Modified: trunk/data/trsp/27453.trsp =================================================================== --- trunk/data/trsp/27453.trsp 2009-10-01 18:19:58 UTC (rev 466) +++ trunk/data/trsp/27453.trsp 2009-10-01 18:22:57 UTC (rev 467) @@ -2,5 +2,5 @@ DOWN_LOW=137620000 [HRPT] -DOWN_LOW=1707000000 +DOWN_LOW=1698000000 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |