You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overwatcher now reports error events via notifications. If the error happens while a tile is being observed, a comment in the night log is added.
β¨ Improved
Roll over the GORT log when the SJD changes.
Improve the logic handling how the Overwatcher observer decides when to open or close the dome near evening or morning twilight.
Run a clean-up first in pre-observing in case the spectrographs are not in a good state.
Run some pre-observing checks before calling each GortObserver.observe_tile() in the ObserverOverwatcher. Currently only checks if the spectrographs have an error state and resets them.
Handle SPECTROGRAPH_NOT_IDLE errors in the troubleshooter.
Disable the Overwatcher and cancel observations if the dome fails to move.
Add retries for safe enclosure operations.
π§ Fixed
Fixed a bug that would prevent a new SJD to trigger an update of the ephemeris and calibrations.
Fix a bug that would leave the Overwatcher in cancelling mode if start_observing failed.