Autowarmth: suntime.lua minimal documentation update (#10405)

reviewable/pr10328/r1
zwim 12 months ago committed by GitHub
parent b4f453eb58
commit d718682502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,9 +1,8 @@
--[[--
-- Author: Martin Zwicknagl (zwim)
-- Date: 2021-10-29
-- The current source code of this file can be found on https://github.com/zwim/suntime.
--[[--
Module to calculate ephemeris and other times depending on the sun position.
Maximal errors from 2020-2050 (compared to https://midcdmz.nrel.gov/spa/) are:
@ -479,10 +478,10 @@ end
--[[--
Calculates the ephemeris and twilight times
@param exact_twilight If not nil, then exact twilight times will be calculated.
@param fast_twilight If not nil, then exact twilight times will be calculated.
@usage
SunTime:calculateTimes(exact_twilight)
SunTime:calculateTimes(fast_twilight)
Times are in hours or `nil` if not applicable.

Loading…
Cancel
Save