Release 2022.13
ska3-flight ska3-flight-latest ska3-core
This release includes:
acis_thermal_check
changes to:- fix the definition of "old criteria" for determining whether ACIS observations can go to -109 C (PR 55)
- add predictive data for
1dhatbon
tocea_check
to prevent crashes (PR 56), - update the
acis_thermal_check
documentation to include more information about how to run models outside of load review (PR 57), - fix a bug with running in validation-only mode and adds tests for that mode (PR 58).
acis_thermal_check
includes check_cea.py.
check_cea.py is a new load review tool to evaluate the HRC CEA temperatures. It is based on ACIS load review tools such as check_dpa.py, and makes use of the HRC CEA thermal model.agasc
: changes to reduce peak memory use.chandra_aca
: Use ACA drift model from chandra_models JSON filecxotime
: Add method and command line scriptcxotime
to convert time formats. See sot/cxotime#30 for examples of this handy new option from the command line.kadi
:- Add a new commanded states validation module to replace the legacy Python 2 script. This new validation uses MAUDE data and generates interactive web plots, making the app suitable for validation of changes to the Chandra Command Events sheet.
- Add
type
field to Dump event class and include both ground-commanded (type="GRND"
) and autonomous (type="AUTO"
) unloads.
maude
: Allow caching requests to the MAUDE server.starcheck
:- Add 16 arcsec dither in y and z to "standard" set.
- Replace Inline::Python with a light Python function server.
- Allow using MAUDE for thermal model source data.
The following packages were renamed. The previous names are still valid and link to the renamed packages:
- Chandra.Time -> chandra_time
- Ska.engarchive -> cheta
- Ska.Sun -> ska_sun
Interface Impacts:
The tables in $SKA/data/kadi/events3.db
include a new field.
Merge info: PR #976