summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/mmd/MmdWidgets.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/mmd/MmdWidgets.py b/tools/mmd/MmdWidgets.py
index 51c346c..6c589ca 100644
--- a/tools/mmd/MmdWidgets.py
+++ b/tools/mmd/MmdWidgets.py
@@ -26,6 +26,11 @@ def dms2degdec (lonlat):
def computeTrajectory (longitude, latitude, elevation):
"""
test for static TLE to trajectory computation
+
+ Random remarks
+ - for now the problem is, that once longitude jumps from + to - (far in the east)
+ the curve is interrupted and a straight line is drawn ...
+ - we should detect these points and make multiple line objects (an array)
"""
line0 = "ARISSAT-1/RADIOSCAF-B"
line1 = "1 37772U 98067CK 11220.22334818 .00031592 00000-0 37647-3 0 118"