Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2023.5 #1130

Merged
merged 5 commits into from
Aug 14, 2023
Merged

2023.5 #1130

merged 5 commits into from
Aug 14, 2023

Conversation

javierggt
Copy link
Contributor

@javierggt javierggt commented Jul 12, 2023

ska3-matlab2023.5

This PR includes small incremental changes to Ska python packages, including changes to test, ACA regular processing, and small performance improvements. Most changes are not relevant on the matlab side, but these might be worth mentioning:

  • cxotime: Add generic fast format converters for better performance
  • starcheck:
    • Calculate maneuver times and angle from cmds, replace maneuver summary file
    • Ignore mag clipping chandra_aca warnings
    • Update for expanded high-IR zone
    • Use dyn_bgd_n_faint = 2
    • Use ccd_temp instead of t_ccd from dark cal data

Interface Impacts:

None.

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:

conda create -n ska3-matlab-2023.5rc5 --override-channels \
  -c https://icxc.cfa.harvard.edu/aspect/ska3-conda/flight \
  -c https://icxc.cfa.harvard.edu/aspect/ska3-conda/test \
  ska3-matlab==2023.5rc5

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 2023.5 will be promoted to flight conda channel and installed on GRETA Linux after approval from FOT team.

Code changes

ska3-matlab changes (2023.4 -> 2023.5rc5)

Updated Packages

  • acdc: 4.10.0 -> 4.10.1 (4.10.0 -> 4.10.1)
    • PR 73 (Tom Aldcroft): Improve error message for not enough quads
  • backstop_history: 3.1.1 -> 3.2.1 (3.1.1 -> 3.2.1)
    • PR 25 (None): Incorporation of new RTS files for new Long Term ECS SI modes
  • chandra_aca: 4.40.0 -> 4.41.0 (4.40.0 -> 4.41.0)
    • PR 151 (Tom Aldcroft): Add function to get default acq prob model info
    • PR 150 (Tom Aldcroft): Use chandra_models_cache for caching not lru_cache
  • chandra_time: 4.1.1 -> 4.1.2 (4.1.1 -> 4.1.2)
    • PR 58 (Tom Aldcroft): Use chandra_time modules for Chandra.Time
  • cxotime: 3.5.0 -> 3.6.0 (3.5.0 -> 3.6.0)
    • PR 38 (Javier Gonzalez): Fix test on Windows
    • PR 33 (Tom Aldcroft): Add generic fast format converters for better performance
  • kadi: 7.4.0 -> 7.4.1 (7.4.0 -> 7.4.1)
    • PR 286 (Javier Gonzalez): fix test on windows
    • PR 288 (Jean Connelly): Compare regression test quaternions with delta-quat tolerance check
    • PR 287 (Tom Aldcroft): Improve error message for stale local commands archive
  • mica: 4.32.0 -> 4.33.0 (4.32.0 -> 4.33.0)
    • PR 283 (Jean Connelly): Update CDA code and tests for DS10.12
  • proseco: 5.8.1 -> 5.9.0 (5.8.1 -> 5.9.0)
    • PR 381 (Jean Connelly): Pin chandra_models version to 3.48 for all tests
    • PR 382 (Tom Aldcroft): Add acq prob model info dict as a new pickled attribute
  • ska_helpers: 0.9.1 -> 0.10.3 (0.9.1 -> 0.10.0 -> 0.10.2 -> 0.10.3)
    • PR 35 (Tom Aldcroft): Add git_helpers.py w/ function for safe directory handling
    • PR 36 (Tom Aldcroft): Chandra models caching and a generic LRUDict class (evict least recently used entries)
    • PR 37 (Jean Connelly): Add the repo dir to safe config if used directly
    • PR 38 (Tom Aldcroft): Remove the check on repo tip being at the latest tag
    • PR 39 (Javier Gonzalez): clear git_helpers.make_git_repo_safe cache in test
    • PR 41 (Jean Connelly): Remove auto git repo safe handling
  • ska_matplotlib: 4.0.0 -> 4.0.1 (4.0.0 -> 4.0.1)
    • PR 28 (Jean Connelly): Add a note to cxctime2plotdate about CxoTime
  • ska_shell: 4.0.0 -> 4.0.1 (4.0.0 -> 4.0.1)
    • PR 28 (Jean Connelly): Rename test setup() setup_method()
  • ska_sun: 3.10.0 -> 3.10.1 (3.10.0 -> 3.10.1)
    • PR 32 (Tom Aldcroft): Allow repeated pitch vals and make unit tests work after chandra_models updates
  • skare3_tools: 1.0.9 -> 1.0.10 (1.0.9 -> 1.0.10)
    • PR 95 (Javier Gonzalez): Remove use of --tags option to git
    • PR 94 (Javier Gonzalez): Fixes and improvements in Ska dashboard
  • sparkles: 4.22.1 -> 4.22.2 (4.22.1 -> 4.22.2)
    • PR 194 (Jean Connelly): Pin chandra_models version to 3.48 for tests
  • starcheck: 14.0.3 -> 14.1.0 (14.0.3 -> 14.1.0)
    • PR 408 (Jean Connelly): Calculate maneuver times and angle from cmds, replace maneuver summary file
    • PR 416 (Jean Connelly): Ignore mag clipping chandra_aca warnings
    • PR 413 (Jean Connelly): Update for expanded high-IR zone
    • PR 418 (Jean Connelly): Add a unit test for dyn bgd hotpix imposter calc
    • PR 412 (Jean Connelly): Use dyn_bgd_n_faint = 2
    • PR 419 (Jean Connelly): Use ccd_temp instead of t_ccd from dark cal data

Related Issues

Fixes #1131

@javierggt javierggt merged commit 61073a4 into master Aug 14, 2023
@jeanconn jeanconn deleted the 2023.5-branch branch August 15, 2023 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release ska3-matlab 2023.5
2 participants