diff options
-rw-r--r-- | src/solar_python.py | 6 |
1 files changed, 6 insertions, 0 deletions
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, |