Skip to content

Commit 8b57461

Browse files
echedey-lsmikofski
andcommitted
Typo found by Mikofski
Reported at: pvlib#1725 (comment) Confirmed via "Slope-Aware Backtracking for Single-Axis Trackers", paragraph after Eq. 1 Co-Authored-By: Mark Mikofski <bwana.marko@yahoo.com>
1 parent f7897b2 commit 8b57461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/tracking.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def singleaxis(apparent_zenith, apparent_azimuth,
159159
+ z*cos_axis_tilt)
160160

161161
# The ideal tracking angle wid is the rotation to place the sun position
162-
# vector (xp, yp, zp) in the (y, z) plane, which is normal to the panel and
162+
# vector (xp, yp, zp) in the (x, z) plane, which is normal to the panel and
163163
# contains the axis of rotation. wid = 0 indicates that the panel is
164164
# horizontal. Here, our convention is that a clockwise rotation is
165165
# positive, to view rotation angles in the same frame of reference as

0 commit comments

Comments
 (0)