Skip to content

GORT 0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 01:22
· 53 commits to main since this release

πŸš€ New

  • Tile standard coordinates can now be defined as a list of Gaia DR3 source IDs. If the standard coordinates is a single integer, it will be assumed to be a source ID and the coordinates will be retrieved from the database.
  • Added code for telescope pointing models.

✨ Improved

  • Break out of `Gort.observe()`` on keyboard interrupt
  • Added utilities_room light to enclosure.
  • Update astropy to 6.0.0 and avoid it requiring to download orientation data from the internet.

πŸ”§ Fixed

  • Fixed exposure loop not restarting after a keyboard interrupt.