Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ska3-flight 2021.4
Summary:
The main changes in release 2021.4 are improvements to the AGASC supplement. It includes a new version of the AGASC supplement file, which includes a table of star magnitudes estimated by the ACA. The release includes the following:
agasc
module interface.Interface Impacts:
AGASC access
Code that uses the
agasc
Python package to access star data will use updated magnitude information from the AGASC supplement by default. This can be controlled by the AGASC_SUPPLEMENT_ENABLED environment variable, by use of theagasc.set_supplement_enabled()
method, or by explicit use of theuse_supplement
argument in the methods. See https://sot.github.io/agasc/api.html for theagasc
documentation as needed.Starcheck
The deprecated
make_stars
output has been removed from starcheck.ACA Load review checklist update to version 3.7
In parallel with this ska3-flight / starcheck promotion, we also bring a small ACA load review checklist update for approval. The checklist item change has been reviewed and approved by SSAWG
Remove ACA-044
(this is a link to the full diffs since last release, I haven't been able to find a git link just to the aca load review checklist, but to see just those changes, select "Files Changed" , select "6 changed files", and then select "starcheck/src/aca_load_review_cl.rst -Jean)
Testing:
The following tests were done using the supplement file to be promoted:
hopper
fixed by Fix get_backstop_cmds to work on Windows hopper#22. Thispackage is only used operationally in
starcheck
which does not run on Windows.Additional testing:
Test environment available on HEAD and GRETA Linux:
To install the latest test version:
Review
All operations critical or impacting PR's are independently and carefully reviewed. For other PR's the level of detail for review is calibrated to operations criticality. Some PR's that are confined to aspect-team-specific processing may have little to no independent review.
Deployment:
/proj/sot/ska/data/agasc
on HEAD and GRETA.Code changes
ska3-flight changes (2021.2 -> 2021.4rc5)
Updated Packages
ska3-core changes (2021.2 -> 2021.4rc5)
New Packages
%matplotlib widgets
Related Issues
Fixes #617
Fixes #618
Fixes #619
Fixes #620
Fixes #621
Fixes #623
Fixes #624
Fixes #625
Fixes #626
Fixes #627
Fixes #628
Fixes #629
Fixes #630
Fixes #631
Fixes #632
Fixes #633
Fixes #634
Fixes #635
Fixes #640
Fixes #641
Fixes #642
Fixes #643
Fixes #644
Fixes #645
Fixes #646