Release 2022.9
ska3-flight
This release includes
- backstop_history: Changes approved in FSDS 46.
- kadi: Commands-v2 will now be the default.
- ska.engarchive: Change MSIDset.filter_bad() to apply to individual MSIDs by default
- proseco:
- Adjust acq selection to limit search hits to < 50
- Change default OR guide and acq image size to 8x8 pixels
- aca_view: Changes/improvements to work in real-time
- astromon: new python re-implementation of older perl package for absolute astrometry.
- It also includes a number of minor changes and improvements. For details, see below.
Interface Impacts
The switch to kadi commands-v2 includes API changes that have been widely discussed in informational forums. In particular, getting commands may try using network resources by default. The commands archive files in $SKA/data will be updated to a new version upon this release.
There was a change in the default behavior when filtering bad values in cheta.fetch.MSIDset.filter_bad() (and in Msidset()): Previously, filter_bad attempted to combine the "bad" value mask of MSIDs in the set that have the same type. Now the default is to set the masks for each MSID separately.
More info: PR #919