Skip to content

Scheduler error handling for starting astrometry

Errors during starting astrometry are not handled appropriately currently. If for example the target FITS file does not exist, the scheduler does not abort, it loops infinitely long during alignment.

With this change, errors from plate solving are recognized by the scheduler and lead to stopping the scheduler.

Merge request reports