yerkesobservatory / atlas

A web interface for remote operation of telescopes
GNU General Public License v3.0
0 stars 2 forks source link

weather_ok inefficient #52

Open rprechelt opened 6 years ago

rprechelt commented 6 years ago

telescope.weather_ok calls get_cloud, get_dew, get_moon, get_rain, and get_sun, despite most of that information available in ONE call to tx taux. This should be rewritten with a better regular expression or another method.