Skip to content

GORT 1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 20:22
· 115 commits to main since this release

πŸš€ New

  • #34 Adds a safety module to the Overwatcher that will monitor the alerts independently and close the dome at a very low level if the main task fails to do it after 5 minutes.

✨ Improved

  • #35 Refactor dither observing to allow finer control of when to reacquire a tile and when to keep observing and adjust the science telescope dither position.
  • #36 Modity the evening twilight recipe to continue cycling the standards mask and taking flats until the exposure time reaches 100s.
  • GORT will fail to initialise if the Overwatcher is running. This can be overridden by passing override_overwatcher=True to the Gort constructor or --override-overwatcher in the CLI.
  • Rearranged the Overwatcher helpers and make the pre- and post-observing scripts recipes.
  • Added a framework for run daily tasks and a pre-observing task.
  • Add option to disable the overwatcher to the shutdown recipe.