From 0d93691a5017d784b6492f26f3e281b75ea33574 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 6 Jul 2016 14:46:22 +0200 Subject: Correct golden hour (used bad source) 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/solar_python.py b/src/solar_python.py index 80dae4a..e39327f 100644 --- a/src/solar_python.py +++ b/src/solar_python.py @@ -88,7 +88,7 @@ SOLAR_ELEVATION_RANGE_AMATEUR_ASTRONOMICAL_TWILIGHT = (-18.0, -15.0) amateur astronomical twilight, measured in degrees ''' -SOLAR_ELEVATION_RANGE_GOLDEN_HOUR = (10.0, 12.0) +SOLAR_ELEVATION_RANGE_GOLDEN_HOUR = (-4.0, 6.0) ''' :(float, float) The Sun's lowest and highest elevation during the golden "hour" (also known as magic hour), -- cgit v1.2.3-70-g09d2