GetSchedule#

tilepy.include.ObservationScheduler.GetSchedule(obspar)[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 90% localization area is larger than the configured maximum (locCut90), no schedule is generated.

Examples

>>> GetSchedule(obspar)