From 52df2e710478331f77a631750bd6c6390de5dbfb Mon Sep 17 00:00:00 2001 From: Nicolau Date: Mon, 26 Aug 2024 10:32:23 +0200 Subject: [PATCH] ephemeris description fixed --- pvlib/solarposition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/solarposition.py b/pvlib/solarposition.py index d01aa1f251..4b76204063 100644 --- a/pvlib/solarposition.py +++ b/pvlib/solarposition.py @@ -717,11 +717,11 @@ def ephemeris(time, latitude, longitude, pressure=101325, temperature=12): * apparent_elevation : apparent sun elevation accounting for atmospheric refraction. + This is the complement of the apparent zenith angle. * elevation : actual elevation (not accounting for refraction) of the sun in decimal degrees, 0 = on horizon. The complement of the zenith angle. * azimuth : Azimuth of the sun in decimal degrees East of North. - This is the complement of the apparent zenith angle. * apparent_zenith : apparent sun zenith accounting for atmospheric refraction. * zenith : Solar zenith angle