Skip to content

Commit 8d17cd6

Browse files
committed
Add reference to psa
1 parent 59cd23b commit 8d17cd6

File tree

1 file changed

+2
-3
lines changed
  • src/solposx/solarposition

1 file changed

+2
-3
lines changed

src/solposx/solarposition/psa.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ def psa(times, latitude, longitude, coefficients=2020):
2222
"""
2323
Calculate solar position using the PSA algorithm.
2424
25-
The algorithm was developed at Plataforma Solar de Almería (PSA).
26-
[1]_ and has a stated accuracy of 0.0083 degrees for the period 1999 to
27-
2015.
25+
The algorithm was developed at Plataforma Solar de Almería (PSA)
26+
[1]_ (2001) and [2]_ (2020).
2827
2928
This algorithm can use two sets of coefficients: TODO
3029
2001 - tuned to the range XX, with accuracy YY

0 commit comments

Comments
 (0)