Skip to content

Commit

Permalink
Update pyorbital/orbital.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Hoese <[email protected]>
  • Loading branch information
adybbroe and djhoese authored Jul 22, 2024
1 parent f68b9c4 commit 397cdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyorbital/orbital.py
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ def _get_tz_unaware_utctime(utc_time):
def kep2xyz(kep):
"""Keppler to cartesian coordinates conversion.
(Not sure what 'kep' acttually refers to, just guessing! FIXME!)
(Not sure what 'kep' actually refers to, just guessing! FIXME!)
"""
sinT = np.sin(kep['theta'])
cosT = np.cos(kep['theta'])
Expand Down

0 comments on commit 397cdc6

Please sign in to comment.