summaryrefslogtreecommitdiff
path: root/tools/mmd/MmdSatellite.py
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-11 14:51:33 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-11 14:51:33 +0000
commitff465bb5c8734da941f2f96c85f7bc11c8aa0b03 (patch)
tree7e9fd7b6d91710364b2aae65f9a3e95ea7a67abf /tools/mmd/MmdSatellite.py
parent- fixed incorrect checking of longitude and latitude in Location () (diff)
- added timestamp of latest SSP in data base to debug info
git-svn-id: https://svn.spreadspace.org/mur.sat@128 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools/mmd/MmdSatellite.py')
-rw-r--r--tools/mmd/MmdSatellite.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/mmd/MmdSatellite.py b/tools/mmd/MmdSatellite.py
index 0bf4208..f10ca5f 100644
--- a/tools/mmd/MmdSatellite.py
+++ b/tools/mmd/MmdSatellite.py
@@ -148,6 +148,9 @@ class Satellite:
def _updateTrajectory (self):
self.db.satelliteDeleteObsoleteSSPs (time.strftime ('%s'))
+ def getLatestSSP (self):
+ return self.db.satelliteGetLatestSSP ()
+
if __name__ == "__main__":
satellite = Satellite ()
try: