libgs.scheduler

date:Sun Aug 6 17:36:19 2017
author:Kjetil Wormnes

This module implements the libgs Scheduler, which makes it possible to line up a number of different satellite passes, each with different communication plans.

Use libgs_ops.scheduling to create the schedules.

Note

In addition to the below, this module also exposes everything from libgs_ops.scheduling, for ease of import.

Classes

Scheduler(gs, schedule[, track_full_pass, …]) Implements the libgs scheduler.