Skip to content

Commit

Permalink
Update get_next_passes docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrp84 committed Jul 3, 2024
1 parent 5b4f336 commit 8542447
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 @@ -339,7 +339,7 @@ def get_next_passes(self, utc_time, length, lon, lat, alt, tol=0.001, horizon=0)
:length: Number of hours to find passes (int)
:lon: Longitude of observer position on ground (float)
:lat: Latitude of observer position on ground (float)
:alt: Altitude above sea-level (geoid) of observer position on ground (float)
:alt: Altitude above sea-level (geoid) in km of observer position on ground (float)
:tol: precision of the result in seconds
:horizon: the elevation of horizon to compute risetime and falltime.
Expand Down

0 comments on commit 8542447

Please sign in to comment.