diff options
Diffstat (limited to 'doc/info')
-rw-r--r-- | doc/info/solar-python.texinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/info/solar-python.texinfo b/doc/info/solar-python.texinfo index 96a3ac7..4a4ceda 100644 --- a/doc/info/solar-python.texinfo +++ b/doc/info/solar-python.texinfo @@ -131,6 +131,11 @@ astronomical twilight, measured in degrees @item SOLAR_ELEVATION_RANGE_AMATEUR_ASTRONOMICAL_TWILIGHT = (-15.0, -32 / 60) The Sun's lowest and highest elevation during amateur astronomical twilight, measured in degrees + +@item SOLAR_ELEVATION_RANGE_GOLDEN_HOUR = (10.0, 12.0) +The Sun's lowest and highest elevation during +the golden hour (magic hour), measured in degrees. +These elevations are approximate. @end table |