diff --git a/pyorbital/orbital.py b/pyorbital/orbital.py index 7f3c745..acc58c5 100644 --- a/pyorbital/orbital.py +++ b/pyorbital/orbital.py @@ -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.