[Gpredict-svn] SF.net SVN: gpredict:[245] trunk/data
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2009-04-12 12:35:39
|
Revision: 245
http://gpredict.svn.sourceforge.net/gpredict/?rev=245&view=rev
Author: csete
Date: 2009-04-12 12:35:38 +0000 (Sun, 12 Apr 2009)
Log Message:
-----------
Include some transponder data in distribution.
Modified Paths:
--------------
trunk/data/Makefile.am
Added Paths:
-----------
trunk/data/28650.trsp
trunk/data/7530.trsp
Added: trunk/data/28650.trsp
===================================================================
--- trunk/data/28650.trsp (rev 0)
+++ trunk/data/28650.trsp 2009-04-12 12:35:38 UTC (rev 245)
@@ -0,0 +1,20 @@
+[Dutch Beacon CW]
+DOWN_LOW=145860000
+
+[Indian Beacon]
+DOWN_LOW=145936000
+
+[Dutch U/V Lin]
+UP_LOW=435225000
+UP_HIGH=435275000
+DOWN_LOW=145875000
+DOWN_HIGH=145925000
+INVERT=true
+
+[Indian U/V Lin]
+UP_LOW=435220000
+UP_HIGH=435280000
+DOWN_LOW=145870000
+DOWN_HIGH=145930000
+INVERT=false
+
Added: trunk/data/7530.trsp
===================================================================
--- trunk/data/7530.trsp (rev 0)
+++ trunk/data/7530.trsp 2009-04-12 12:35:38 UTC (rev 245)
@@ -0,0 +1,20 @@
+[Mode U/V Beacon]
+DOWN_LOW=145977500
+
+[Mode U Beacon]
+DOWN_LOW=435100000
+
+[Mode V/A (A) Lin]
+UP_LOW=145850000
+UP_HIGH=145950000
+DOWN_LOW=29400000
+DOWN_HIGH=29500000
+INVERT=false
+
+[Mode U/V (B) Lin]
+UP_LOW=432125000
+UP_HIGH=432175000
+DOWN_LOW=145925000
+DOWN_HIGH=145975000
+INVERT=true
+
Modified: trunk/data/Makefile.am
===================================================================
--- trunk/data/Makefile.am 2009-04-12 12:19:45 UTC (rev 244)
+++ trunk/data/Makefile.am 2009-04-12 12:35:38 UTC (rev 245)
@@ -2,10 +2,11 @@
gpredict_datdir = $(pkgdatadir)/data
gpredict_dat_DATA = \
- locations.dat sample.qth Amateur.mod \
- amateur.tle cubesat.tle galileo.tle geo.tle \
- gps-ops.tle iridium.tle military.tle \
- radar.tle science.tle weather.tle
+ locations.dat sample.qth Amateur.mod \
+ amateur.tle cubesat.tle galileo.tle geo.tle \
+ gps-ops.tle iridium.tle military.tle \
+ radar.tle science.tle weather.tle \
+ 7530.trsp 28650.trsp
EXTRA_DIST = $(gpredict_dat_DATA)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|