1
0
Fork 0

Merge branch 'pr/fix_predict_docstring' into 'master'

scheduling/predict_available_observation_windows: Fix docstring (trivial)

See merge request librespacefoundation/satnogs/satnogs-network!812
merge-requests/812/merge
Fabian P. Schmidt 2019-12-02 10:13:49 +00:00
commit cd4c554397
1 changed files with 0 additions and 1 deletions

View File

@ -210,7 +210,6 @@ def predict_available_observation_windows(station, min_horizon, overlapped, tle,
:param overlapped: Calculate and return overlapped observations fully, truncated or not at all
:type overlapped: integer values: 0 (no return), 1(truncated overlaps), 2(full overlaps)
:param tle: Satellite current TLE
:param tle: Satellite current TLE
:type tle: Tle django.db.model.Model
:param start: Start datetime of scheduling period
:type start: datetime string in '%Y-%m-%d %H:%M'