GetSchedule#
- tilepy.include.ObservationScheduler.GetSchedule(obspar, task_id=None)[source] [edit on github]#
Generates a tiling schedule and visibility plots for a single telescope.
This top level function takes the observation parameters, computes the optimal tiling and creates a dedicated output folder containing the scheduled pointings and optional plots.
- Parameters:
obspar (ObservationParameters) – The set of parameters needed to launch the tiling scheduler.
- Return type:
None
Notes
If the localization area at the confidence level specified by the user (
percentageMOC) is larger than the configured maximum (locCut), no schedule is generated.Examples
>>> GetSchedule(obspar)