SiberianTiger News Sifter News Reporter Donator Joined Feb 13, 2008 Messages 5,398 Reaction score 8 Points 0 Location Khimki Website tigerofsiberia.livejournal.com Nov 25, 2009 #1 Do you know a satellite tracking program that has open source? I would like to study a valid TLE processing code.
Do you know a satellite tracking program that has open source? I would like to study a valid TLE processing code.
D DaveS Addon Developer Addon Developer Donator Beta Tester Joined Feb 4, 2008 Messages 9,753 Reaction score 1,024 Points 203 Nov 25, 2009 #2 Maybe you could use this? [ame="http://www.orbithangar.com/searchid.php?ID=2617"]Scenario Editor TLE[/ame]
Maybe you could use this? [ame="http://www.orbithangar.com/searchid.php?ID=2617"]Scenario Editor TLE[/ame]
orb New member News Reporter Joined Oct 30, 2009 Messages 14,019 Reaction score 4 Points 0 Nov 25, 2009 #3 There is also open source Satellites plugin for Stellarium that can process TLE data. You can browse/view sources here: http://stellarium.svn.sourceforge.net/viewvc/stellarium/trunk/extmodules/Satellites/src/
There is also open source Satellites plugin for Stellarium that can process TLE data. You can browse/view sources here: http://stellarium.svn.sourceforge.net/viewvc/stellarium/trunk/extmodules/Satellites/src/
SiberianTiger News Sifter News Reporter Donator Joined Feb 13, 2008 Messages 5,398 Reaction score 8 Points 0 Location Khimki Website tigerofsiberia.livejournal.com Nov 26, 2009 #4 Thank you a lot! This helps.
jrriss New member Joined Mar 1, 2009 Messages 19 Reaction score 0 Points 1 Nov 26, 2009 #5 Gpredict http://groundstation.sourceforge.net/gpredict/
SiberianTiger News Sifter News Reporter Donator Joined Feb 13, 2008 Messages 5,398 Reaction score 8 Points 0 Location Khimki Website tigerofsiberia.livejournal.com Nov 26, 2009 #6 jrriss said: Gpredict http://groundstation.sourceforge.net/gpredict/ Click to expand... This is cool too, thank you.
jrriss said: Gpredict http://groundstation.sourceforge.net/gpredict/ Click to expand... This is cool too, thank you.
tblaxland O-F Administrator Administrator Addon Developer Webmaster Joined Jan 1, 2008 Messages 7,325 Reaction score 31 Points 123 Location Sydney, Australia Nov 27, 2009 #7 There is more... An SGP C library that has implementations of SGP, SGP4, SDP4, SGP8 and SDP8. This page also has a download for SGP4 code which is apprently more up to date than the link above, but it does not include the other models.
There is more... An SGP C library that has implementations of SGP, SGP4, SDP4, SGP8 and SDP8. This page also has a download for SGP4 code which is apprently more up to date than the link above, but it does not include the other models.
A Ajaja Active member Joined Apr 20, 2008 Messages 240 Reaction score 127 Points 43 Nov 27, 2009 #8 SPICE library can work with two-line element set too. getelm_c() - to parse, ev2lin_()- to propagate the state.
SPICE library can work with two-line element set too. getelm_c() - to parse, ev2lin_()- to propagate the state.