PGalinFoV#
- tilepy.include.TilingDetermination.PGalinFoV(skymap, nameEvent, galFile, obspar, dirName)[source] [edit on github]#
Compute an observation schedule based on a 3D (galaxy-weighted) method.
This mid-level function is called by
tilepy.include.observationschedule.GetSchedule()and produces a suggested schedule of pointings for the given observatory, using either the target galaxy strategy or the integrated galaxy probability strategy, depending on user input and the telescope field of view.- Parameters:
skymap (SkyMap) – The object storing sky maps.
nameEvent (str) – The name of the event.
galFile (str) – Path to the galaxy catalog.
obspar (ObservationParameters) – Telescope configuration parameters used in the scheduling.
dirName (str) – Path to the output directory where the schedules and plots will be saved.
- Returns:
SuggestedPointings (astropy.table.Table) – Table of suggested pointings (with time, coordinates, probability, etc.).
tGals0 (astropy.table.Table) – Filtered and ranked list of galaxies for scheduling.