Releases: sdss/lvmscp
Releases · sdss/lvmscp
lvmscp 0.6.12
✨ Improved
- Bump
archon
to 0.11.5.
lvmscp 0.6.11
✨ Improved
- Use
iers.conf.auto_download = True
. If there is no internet connection theiers_degraded_accuracy = "ignore"
should not make it fail.
lvmscp 0.6.10
✨ Improved
- Updated
archon
to 0.11.2 with a fix forwait-for-idle
.
lvmscp 0.6.9
✨ Improved
- Added
V_LVMSCP
header keyword withlvmscp
version. - Added
SKYENAME
andSKYWNAME
to header model. - Added
POSCIPA
,POSKYEPA
, andPOSKYWPA
to header model.
lvmscp 0.6.8
✨ Improved
- Added default header keywords for guider and standards.
lvmscp 0.6.7
✨ Improved
- Added local mean sidereal time header keyword
LMST
. Note that the value is computed without updatedIERS-B
tables so it may be slightly off.
lvmscp 0.6.6
✨ Improved
- Added tile pointing keywords.
- Updated
archon
to 0.11.1.
lvmscp 0.6.5
✨ Improved
- #23
ln2fill abort
now creates a lockfile in/data/ln2fill.lock
that, if present, prevents new purges or fills. It can be removed withln2fill 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
🔧 Fixed
- Emit timed status messages as internal and without registering them in the log.
lvmscp 0.6.3
🚨 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 thiscerebro
is not required to ask for the status directly.