From 85424473854ec9ee1c0bb5dec2cb0b0f4e781d14 Mon Sep 17 00:00:00 2001 From: Simon Proud Date: Wed, 3 Jul 2024 18:00:41 +0200 Subject: [PATCH] Update `get_next_passes` docstring --- pyorbital/orbital.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyorbital/orbital.py b/pyorbital/orbital.py index 7f3c745d..acc58c54 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.