Releases: acisops/acis_thermal_check
Releases · acisops/acis_thermal_check
Doc updates, fix validation-only runs, add predictive data for 1dahtbon to cea_check
What's Changed
- Minor doc updates by @jzuhone in #57
- Fix validation-only runs by @jzuhone in #58
- Add predictive data for 1dahtbon to cea_check by @jzuhone in #56
Full Changelog: 4.4.1...4.5.0
Includes the following merges:
- PR #56: Add predictive data for 1dahtbon to cea_check
- PR #58: Fix validation-only runs
- PR #57: Minor doc updates
Includes the following merges:
Fix for the use of old hot ACIS criteria
What's Changed
Full Changelog: 4.4.0...4.4.1
Expanded hot ACIS category, CEA model check tool
What's Changed
- Enabling the checking of expanded categories of observations that can go to -109 C by @jzuhone in #53
- Tool for HRC CEA by @jzuhone in #54
Full Changelog: 4.3.1...4.4.0
Update answers post-xija 4.26.1
What's Changed
Full Changelog: 4.3.0...4.3.1
Includes the following merges:
- PR #51: Update test answers post-xija 4.26.1
Check and plot the ACIS FP safety planning limit, support the new ACIS FP model
What's Changed
Full Changelog: 4.2.0...4.3.0
Includes the following merges:
- PR #50: Check and plot the ACIS FP safety planning limit, support the new ACIS FP model
Support 2-CCD "hot ACIS" observations
What's Changed
- Let 2-CCD (S3+FI) observations with less than 300 counts in the sequence go to -109 C by @jzuhone in #49
Full Changelog: 4.1.2...4.2.0
Don't do the OCAT check for vehicle loads
What's Changed
- Don't check the OCAT for "hot" ACIS observations if there are no observations (vehicle loads) by @jzuhone in #48
Full Changelog: 4.1.1...4.1.2
Includes the following merges:
- PR #48: Don't check the OCAT for "hot" ACIS observations if there are no observations (vehicle loads)
Fix prediction plot appearance
Use JSON limits, refactor PredictPlots, prevent matplotlib warnings
What's Changed
- Use limits from the JSON file, refactor prediction plots by @jzuhone in #45
- Prevent matplotlib warning by @javierggt in #46
Full Changelog: 4.0.0...4.1.0
Includes the following merges:
Move all of the scripts into this package, support eclipses
What's Changed
This release moves all of the individual thermal model tools which depend on acis_thermal_check
, such as dea_check
, acisfp_check
, etc., which currently reside in their own packages and github repositories.
This release also makes the other changes:
- Use
get_xija_model_spec
to get the model specification file - Use
pathlib
instead ofos.path
- Print "hot" ACIS-S observations to the thermal model webpage
- Change name of
SQLStateBuilder
toKadiStateBuilder
(no functional changes) - Minor changes to support the above as needed
- Support eclipses for model predictions using kadi states
Full Changelog: 3.7.2...4.0.0
Includes the following merges:
- PR #44: Move all of the temperature model scripts into the main package