diff options
author | Mattias Andrée <maandree@kth.se> | 2016-06-23 19:44:20 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-06-23 19:44:20 +0200 |
commit | 8968f4fe3faacf4f36493a78197e3a2dd138720a (patch) | |
tree | 38d038dc6b833c7ae8d195515d64defc98821088 /doc/info/solar-python.texinfo | |
parent | Fix definition of neutrical/astronomical twilight and add amateur astronomical twilight/dusk/dawn (diff) | |
download | solar-python-8968f4fe3faacf4f36493a78197e3a2dd138720a.tar.gz solar-python-8968f4fe3faacf4f36493a78197e3a2dd138720a.tar.bz2 solar-python-8968f4fe3faacf4f36493a78197e3a2dd138720a.tar.xz |
Update documentation
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | doc/info/solar-python.texinfo | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/info/solar-python.texinfo b/doc/info/solar-python.texinfo index 624e244..be6765e 100644 --- a/doc/info/solar-python.texinfo +++ b/doc/info/solar-python.texinfo @@ -104,6 +104,10 @@ dawn, measured in degrees The Sun's elevation at astronomical dusk and astronomical dawn, measured in degrees +@item SOLAR_ELEVATION_AMATEUR_ASTRONOMICAL_DUSK_DAWN = -15.0 +The Sun's elevation at amateur astronomical dusk and +amateur astronomical dawn, measured in degrees + @item SOLAR_ELEVATION_RANGE_TWILIGHT = (-18.0, 0.0) The Sun's lowest and highest elevation during all periods of twilight, measured in degrees @@ -112,13 +116,17 @@ periods of twilight, measured in degrees The Sun's lowest and highest elevation during civil twilight, measured in degrees -@item SOLAR_ELEVATION_RANGE_NAUTICAL_TWILIGHT = (-12.0, -6.0) +@item SOLAR_ELEVATION_RANGE_NAUTICAL_TWILIGHT = (-12.0, -0.0) The Sun's lowest and highest elevation during nautical twilight, measured in degrees -@item SOLAR_ELEVATION_RANGE_ASTRONOMICAL_TWILIGHT = (-18.0, -12.0) +@item SOLAR_ELEVATION_RANGE_ASTRONOMICAL_TWILIGHT = (-18.0, -0.0) The Sun's lowest and highest elevation during astronomical twilight, measured in degrees + +@item SOLAR_ELEVATION_RANGE_AMATEUR_ASTRONOMICAL_TWILIGHT = (-15.0, -18.0) +The Sun's lowest and highest elevation during +amateur astronomical twilight, measured in degrees @end table |