Hello everyone.
I’m a french space science enthusiast learning python for months (years?) with generative AI. It happens that we have a project at my local club to use a 8” f4 refractor in remote exclusively for photometry (long term AGN survey, SN, exoplanets, some variable stars…) with an educational purpose in mind. So after a few little tools made with Python just for fun, I started a “big thing” : making a software that provide me with the best targets for the night, chosen in a custom made database.
The software calculate the astronomical night and moon phase and illumination, and run a scoring algorithm to sort all the potential targets regarding a set of constraints : magnitude, elongation from the moon, heigh in the sky, etc. The scoring algorithm take count of the mag of the target correlating it with the distance of the moon depending of its illumination. i.e., it provides more luminous targets if the moon is too bright, and exclude the faintests ones and the closests one.
The software then generate a list of potential targets for that night and you can choose wich one you want to insert in your observational planning, and the hours of observation.With the help of Fabian I managed to use the Astro-COLIBRI API to be able to incorporate the latests trensients alerts in the observation planning.
A right click on a target plot the visibility for the night and an option is set to plot the visibility of all the planning. This window is real-time updated when modification is done in the planning.
Here is where I am now with this software I called VariSky Planner. Next steps will be the incorporation of exoplanets transits, configuration of observation blocs (number of frames and exposure time for each filters, using an exptime calculator I’m currently working on, and a filter mag transformator to get Johnson-Cousins mag from SDSS and vice-versa) and finally the exportation of sequence to send it directly to EKOS (and maybe NINA).
If someone is interested to take a look at the code, just let me know. I will be very happy to have advices !
The core of the planner is the database : you can make one containing all your prefered variable sources or the ones you want to follow and run planner this way. For now, the db I use is filled with 600ish sources of all types, from AGN to RR Lyrae, as the first goal of this software is for educationnal purposes with my clubmates.
Thanks for reading.
Best regards.
G.



