PGWinFoV#

tilepy.include.TilingDetermination.PGWinFoV(skymap, nameEvent, obspar, dirName)[source] [edit on github]#

Mid-level function that is called by GetSchedule to compute a observation schedule based on a 2D method.

Parameters:
  • skymap (SkyMap) – The object containing the sky maps.

  • nameEvent (str) – The name of the event.

  • obspar (ObservationParameters) – Observation parameters, including: - obsTime (datetime): Desired time for scheduling to start. - pointingsFile (str): Path to file with previous pointings. - … (other parameters as needed) Class containing the telescope configuration parameters.

  • dirName (str) – Output directory for schedules and plots.

Returns:

  • SuggestedPointings (astropy.table.Table) – Table of scheduled pointings.

  • ObservationTime0 (str) – the desired time for scheduling to start.