[Gpredict-svn] SF.net SVN: gpredict:[248] trunk/data
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2009-04-12 14:22:11
|
Revision: 248 http://gpredict.svn.sourceforge.net/gpredict/?rev=248&view=rev Author: csete Date: 2009-04-12 13:33:37 +0000 (Sun, 12 Apr 2009) Log Message: ----------- Added transponders for weather sats. Modified Paths: -------------- trunk/data/Makefile.am Added Paths: ----------- trunk/data/24786.trsp trunk/data/25338.trsp trunk/data/26352.trsp trunk/data/26536.trsp trunk/data/26871.trsp trunk/data/27453.trsp trunk/data/28654.trsp Added: trunk/data/24786.trsp =================================================================== --- trunk/data/24786.trsp (rev 0) +++ trunk/data/24786.trsp 2009-04-12 13:33:37 UTC (rev 248) @@ -0,0 +1,6 @@ +[LRIT] +DOWN_LOW=1691000000 + +[GVAR PDUS] +DOWN_LOW=1685700000 + Added: trunk/data/25338.trsp =================================================================== --- trunk/data/25338.trsp (rev 0) +++ trunk/data/25338.trsp 2009-04-12 13:33:37 UTC (rev 248) @@ -0,0 +1,6 @@ +[APT] +DOWN_LOW=137500000 + +[HRPT] +DOWN_LOW=1702500000 + Added: trunk/data/26352.trsp =================================================================== --- trunk/data/26352.trsp (rev 0) +++ trunk/data/26352.trsp 2009-04-12 13:33:37 UTC (rev 248) @@ -0,0 +1,6 @@ +[LRIT] +DOWN_LOW=1691000000 + +[GVAR PDUS] +DOWN_LOW=1685700000 + Added: trunk/data/26536.trsp =================================================================== --- trunk/data/26536.trsp (rev 0) +++ trunk/data/26536.trsp 2009-04-12 13:33:37 UTC (rev 248) @@ -0,0 +1,3 @@ +[HRPT] +DOWN_LOW=1702500000 + Added: trunk/data/26871.trsp =================================================================== --- trunk/data/26871.trsp (rev 0) +++ trunk/data/26871.trsp 2009-04-12 13:33:37 UTC (rev 248) @@ -0,0 +1,6 @@ +[LRIT] +DOWN_LOW=1691000000 + +[GVAR PDUS] +DOWN_LOW=1685700000 + Added: trunk/data/27453.trsp =================================================================== --- trunk/data/27453.trsp (rev 0) +++ trunk/data/27453.trsp 2009-04-12 13:33:37 UTC (rev 248) @@ -0,0 +1,6 @@ +[APT] +DOWN_LOW=137620000 + +[HRPT] +DOWN_LOW=1707000000 + Added: trunk/data/28654.trsp =================================================================== --- trunk/data/28654.trsp (rev 0) +++ trunk/data/28654.trsp 2009-04-12 13:33:37 UTC (rev 248) @@ -0,0 +1,6 @@ +[APT] +DOWN_LOW=137100000 + +[HRPT] +DOWN_LOW=1698000000 + Modified: trunk/data/Makefile.am =================================================================== --- trunk/data/Makefile.am 2009-04-12 13:20:01 UTC (rev 247) +++ trunk/data/Makefile.am 2009-04-12 13:33:37 UTC (rev 248) @@ -7,7 +7,9 @@ gps-ops.tle iridium.tle military.tle \ radar.tle science.tle weather.tle \ 7530.trsp 22825.trsp 24278.trsp 25544.trsp \ - 27607.trsp 27848.trsp 28375.trsp 28650.trsp + 27607.trsp 27848.trsp 28375.trsp 28650.trsp \ + 24786.trsp 25338.trsp 26352.trsp 26536.trsp \ + 26871.trsp 27453.trsp 28654.trsp EXTRA_DIST = $(gpredict_dat_DATA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |