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 2024.12
This PR includes:
get_last_backorbit_date
function to return the last available backorbit (SSR-dump) data for a list of MSIDs. This is useful to avoid accidentally getting realtime data that may have gaps or corruptions.Interface Impacts:
get_aca_images
changed.get_aca_images
now allows fetching data over time ranges larger than 3 hoursget_last_backorbit_date
get_aca_images
are unmasked, except images.Testing:
skare3 dashboard and test result password at https://icxc.cfa.harvard.edu/aspect/skare3_dash_cred.txt
The latest release candidates will be installed in
/proj/sot/ska3/test
on HEAD, and all release candidates will be available for testing from the usual channels:If this release includes an update to ska3-perl, the install process for Aspect will include that. Note: ska3-perl is generally not needed for non-Aspect users.
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
ska3-flight 2024.12 will be promoted to flight conda channel and installed on HEAD and GRETA Linux upon approval of FSDS Jira ticket.
Code changes
ska3-flight changes (2024.11 -> 2024.12rc1)
Updated Packages
get_aca_images()
returns MaskedColumns only for data with masked values (except IMG)Related Issues
Fixes #1437
Fixes #1438
Fixes #1439
Fixes #1440
Fixes #1441
Fixes #1442
Fixes #1443
Fixes #1444
Fixes #1445
Fixes #1446
Fixes #1447
Fixes #1448
Fixes #1449