Some of the softwares such as SGP supports notification via email when auto guiding is failed. I think this feature is useful when you set up an automatic observation during the night. My way is much simple: just add a python script execution when auto guiding is failed. Then I can write my own script to notify me something went wrong.

Moreover, it will be nice if script execution can be added to other modules (focus, capture, alignment etc) when things go wrong. For an autonomous observation, anything goes wrong should be notified to the observer asap. This will help the observer to deal with the problem immediately without wasting the time.

For the script execution, I think it can be implemented in schedule module next to the "steps". For example, if guide module is activated and a script is applied, when auto guiding is failed, the script will be executed.

Any view on this feature?

Read More...