From 7a5a606b94c6f699a54707e22c9d154ab87e8cc4 Mon Sep 17 00:00:00 2001 From: Jogi Hofmüller Date: Tue, 9 Aug 2011 21:01:08 +0000 Subject: - added comment on howto fix the eas/west connecting line to computeTrajectory git-svn-id: https://svn.spreadspace.org/mur.sat@110 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- tools/mmd/MmdWidgets.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools') 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" -- cgit v1.2.3