Skip to content

Commit

Permalink
Update astronomy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
clausqr authored Jun 24, 2019
1 parent bcf9088 commit be9212f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyorbital/astronomy.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _local_hour_angle(utc_time, longitude, right_ascension):
def get_alt_az(utc_time, lon, lat):
"""Return sun altitude and azimuth from *utc_time*, *lon*, and *lat*.
lon,lat in degrees
The angle returned is given in radians.
The returned angles are given in radians.
"""
lon = np.deg2rad(lon)
lat = np.deg2rad(lat)
Expand Down

0 comments on commit be9212f

Please sign in to comment.