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-matlab 2025.4
This PR includes:
CXOTIME_NOW
) to artificcialy set the "current" time inCxoTime
.Interface Impacts:
cheta.fetch
.State
column in a local scenario command events file was being ignored. Now it behaves like the google sheet and (if that column is present), events are filtered accordingly. I.e. onlyPredictive
andDefinitive
are allowed.event_filter
kwarg toget_cmds
,get_states
,get_continuity
,get_observations
,get_starcats
,get_starcats_as_table
functions.safe_suns
: Obsid associated with safe sun event might change (depends on particular timing).normal_suns
: Normal suns now strictly match AOPCADMD == "NSUN" with no event fuzzing.scs107s
: SCS107 strictly based on RW momentum bias disabled. This is more accurate.eclipses
: Many spurious short eclipse events (< 100 s) removed.Testing:
The latest release candidates will be installed in
/proj/sot/ska3/matlab/test
on GRETA,and all release candidates will be available for testing from the usual channels:
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-matlab 2025.4 will be promoted to flight conda channel and installed on GRETA Linux after approval from FOT team.
Code changes
ska3-core changes (2025.2 -> 2025.4rc1)
New Packages
ska3-core-latest changes (2025.1 -> 2025.4rc1)
New Packages
ska3-matlab changes (2025.2 -> 2025.4rc1)
Updated Packages
CXOTIME_NOW
environment variable as current time if set__new__
Related Issues
#1515