PGWinFoV_NObs#
- tilepy.include.TilingDetermination.PGWinFoV_NObs(skymap, nameEvent, ObservationTime0, PointingFile, obsparameters, dirName)[source] [edit on github]#
Compute an observation schedule for multiple telescopes/observatories based on a 2D method.
This mid-level function is called by
GetSchedule(seetilepy.include.ObservationScheduler.GetSchedule()) and produces a suggested schedule of pointings for each observatory, given the input sky map, pointings already performed, and observation parameters.- Parameters:
skymap (SkyMap) – The object storing sky maps.
nameEvent (str) – The name of the event.
ObservationTime0 (str) – The desired start time for scheduling.
PointingFile (str) – Path to the text file containing pointings already performed before scheduling.
obsparameters (list of ObservationParameters) – Parameters for each observatory needed to launch the tiling scheduler.
dirName (str) – Path to the output directory where the schedules and plots will be saved.
- Returns:
SuggestedPointings (astropy.table.Table) – Table of suggested pointings for all observatories.
obsparameters (list of ObservationParameters) – (Possibly updated) list of parameters for each observatory.