Skip to content

Releases: sdss/lvmscp

lvmscp 0.6.12

18 Nov 17:54
Compare
Choose a tag to compare

✨ Improved

  • Bump archon to 0.11.5.

lvmscp 0.6.11

05 Nov 17:52
Compare
Choose a tag to compare

✨ Improved

  • Use iers.conf.auto_download = True. If there is no internet connection the iers_degraded_accuracy = "ignore" should not make it fail.

lvmscp 0.6.10

14 Sep 16:38
Compare
Choose a tag to compare

✨ Improved

  • Updated archon to 0.11.2 with a fix for wait-for-idle.

lvmscp 0.6.9

31 Aug 19:32
Compare
Choose a tag to compare

✨ Improved

  • Added V_LVMSCP header keyword with lvmscp version.
  • Added SKYENAME and SKYWNAME to header model.
  • Added POSCIPA, POSKYEPA, and POSKYWPA to header model.

lvmscp 0.6.8

24 Aug 18:54
Compare
Choose a tag to compare

✨ Improved

  • Added default header keywords for guider and standards.

lvmscp 0.6.7

20 Aug 20:26
Compare
Choose a tag to compare

✨ Improved

  • Added local mean sidereal time header keyword LMST. Note that the value is computed without updated IERS-B tables so it may be slightly off.

lvmscp 0.6.6

14 Aug 17:11
Compare
Choose a tag to compare

✨ Improved

  • Added tile pointing keywords.
  • Updated archon to 0.11.1.

lvmscp 0.6.5

11 Aug 13:58
Compare
Choose a tag to compare

✨ Improved

  • #23 ln2fill abort now creates a lockfile in /data/ln2fill.lock that, if present, prevents new purges or fills. It can be removed with ln2fill clear.
  • #23 By default the pressure of the cryostats is checked before a purge or fill. If any camera is above the threshold the purge/fill is aborted.
  • Custom configuration is now merged with the default, internal configuration.
  • Clean-up how header keywords are compiled and how defaults are set.

lvmscp 0.6.4

27 Jul 16:07
Compare
Choose a tag to compare

🔧 Fixed

  • Emit timed status messages as internal and without registering them in the log.

lvmscp 0.6.3

26 Jul 19:25
Compare
Choose a tag to compare

🚨 Removed

  • Deleted legacy lab code to write log data and Google Sheets

✨ Improved

  • The actor now emits its status on a timer with delay configurable as status_delay. With this cerebro is not required to ask for the status directly.