Skip to content

Commit

Permalink
For #510, note that hadec() ignores refraction
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Jan 17, 2021
1 parent d0cc250 commit 650c5f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skyfield/positionlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ def hadec(self):
different than the declination returned by ``radec()`` if you
have loaded a :ref:`polar motion` file.
The coordinates are not adjusted for atmospheric refraction near
the horizon.
"""
R = framelib.itrs.rotation_at(self.t)
r = mxv(R, self.position.au)
Expand Down

0 comments on commit 650c5f2

Please sign in to comment.