Skip to content

GORT 1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 06:09
· 32 commits to main since this release

πŸš€ New

  • 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.