Skip to content

Commit

Permalink
Typo found by Mikofski
Browse files Browse the repository at this point in the history
Reported at: pvlib#1725 (comment)

Confirmed via "Slope-Aware Backtracking for Single-Axis Trackers", paragraph after Eq. 1

Co-Authored-By: Mark Mikofski <[email protected]>
  • Loading branch information
echedey-ls and mikofski committed Nov 9, 2023
1 parent 085d017 commit 79b5f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvlib/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def singleaxis(apparent_zenith, apparent_azimuth,
+ z*cos_axis_tilt)

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

0 comments on commit 79b5f4f

Please sign in to comment.