astronomy-laboratory / pyoof

pyoof is a Python package which performs out-of-focus (OOF) holography on astronomical beam maps for single-dish radio telescopes.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Source catalog and potential use #4

Open tcassanelli opened 1 year ago

tcassanelli commented 1 year ago

Given a list of sources, site location, and time of the year; select one to three good sources to perform OOF holography. Not entirely sure whether this should be within the code itself, since it is an extra step not related to OOF holography. This could be a simple script (within the scripts/ directory) which from a site location, time of the year and potential list of sources returns the best set of potential OOF holography sources. Perhaps we could base this in entirely in astropy or astroplan?