From 1d2b116c7e7ac35fb5d9e0e0e5bd21bdcbf8ff03 Mon Sep 17 00:00:00 2001 From: va7eex Date: Sat, 4 Feb 2017 21:00:17 -0800 Subject: [PATCH] Adding some comments. --- satpredict.py | 1 + 1 file changed, 1 insertion(+) diff --git a/satpredict.py b/satpredict.py index bb918dc..8224c1a 100644 --- a/satpredict.py +++ b/satpredict.py @@ -75,6 +75,7 @@ for sat, freq in frequencies.iteritems(): data[name]['duration_minutes'] = convert_time_short(data[name]['duration_seconds']) data[name]['elevation'] = p.peak()['elevation'] + #This actually means nothing, feel free to ignore it data[name]['direction'] = 'S' #Assume northbound if( int(p_nw.start) > int(p.start) and int(p.start) > int(p_se.start) ): #This is the direction the satellite is travelling TO, not from.