From caf7d3397d94c2f91cf4237a67ad7668be19749d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 26 Jul 2014 11:54:32 +0200 Subject: add SOLAR_APPARENT_RADIUS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/solar_python.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/solar_python.py b/src/solar_python.py index 67cd7d3..19694d5 100644 --- a/src/solar_python.py +++ b/src/solar_python.py @@ -18,6 +18,12 @@ from math import * import time +SOLAR_APPARENT_RADIUS = 32 / 60 +''' +:float Approximate apperant size of the Sun in degrees +''' + + SOLAR_ELEVATION_SUNSET_SUNRISE = 0.0 ''' :float The Sun's elevation at sunset and sunrise, -- cgit v1.2.3-70-g09d2