Skip to content

GORT 0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 19:21
· 66 commits to main since this release

πŸš€ New

  • #13 Adds a signal handler for SIGINT and SIGTERM. When GortObserver is running and an interrupt is received the signal handler will run the cleanup routine.
  • Added spectrograph_room light to enclosure.

✨ Improved

  • SpectrographSet.reset now accepts full=True which performs additional checks and opens/closes the shutter and hartmann doors as needed. reset with full=True is run automatically during the cleanup recipe.
  • The GORT websocket now uses the CLU model for lvmecp instead of asking the PLC to report its status on each call to WebsocketServer.enclosure_status().