diff --git a/skyfield/positionlib.py b/skyfield/positionlib.py index aa78cfaf1..1e0e24c03 100644 --- a/skyfield/positionlib.py +++ b/skyfield/positionlib.py @@ -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)