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

2022.8 #901

Merged
merged 1 commit into from
Sep 20, 2022
Merged

2022.8 #901

merged 1 commit into from
Sep 20, 2022

Conversation

javierggt
Copy link
Contributor

@javierggt javierggt commented Aug 10, 2022

ska3-matlab 2022.8

This ska3-matlab release includes changes in ska3-flight 2022.6 and 2022.7:

  • acis_thermal_check changes approved in FSDS-36.
  • sparkles:
    • When adding a temperature delta for the dynamic background bonus, require that at least 3 stars are so-called "anchor stars" with no bonus applied
    • Move the bright count mag limit from 6.1 to 5.5, in agreement with the star selection move from 5.8 to 5.2.
    • modified guide-count calculation for dynamic background.
  • proseco
    • modified guide-count calculation for dynamic background.
  • maude package now allows STAT_ msids, which correspond to MAUDE's "Aggregate MSID Statistics".
  • cheta now can return Quat-valued computed MSIDs for quaternion MSID sets (AOATTQT#, AOATUPQ#, AOCMDQT#, AOTARQT#)
  • The web server functionality in the kadi was removed.
  • Fixes for RedHat 8.

Interface Impacts:

None

Testing:

The latest release candidates is 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-2022.8rc1 --override-channels \
  -c https://icxc.cfa.harvard.edu/aspect/ska3-conda/flight \
  -c https://icxc.cfa.harvard.edu/aspect/ska3-conda/test \
  ska3-matlab==2022.8rc1

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

Code changes

ska3-matlab changes (2022.5 -> 2022.8rc1)

New Packages

  • aimpoint_mon: 1.0.1

Updated Packages

  • acis_thermal_check: 4.2.0 -> 4.3.1 (4.2.0 -> 4.3.0 -> 4.3.1)
    • PR 50 (John ZuHone): Check and plot the ACIS FP safety planning limit, support the new ACIS FP model
    • PR 51 (John ZuHone): Update test answers post-xija 4.26.1
  • agasc: 4.12.0 -> 4.12.1 (4.12.0 -> 4.12.1)
    • PR 138 (Javier Gonzalez): Fix script help
  • jobwatch: 0.7.0 -> 0.9.0 (0.7.0 -> 0.8.0 -> 0.9.0)
    • PR 55 (jeanconn): Use new solar wind png instead of old gif
    • PR 56 (jeanconn): Remove astromon checking
  • kadi: 5.11.0 -> 6.0.1 (5.11.0 -> 6.0.0 -> 6.0.1)
    • PR 237 (taldcroft): Fix various doc issues
    • PR 240 (taldcroft): Better exception message in get_states for too-early start arg
    • PR 234 (taldcroft): Add instructions on creating .netrc
    • PR 231 (taldcroft): Web-free kadi
    • PR 241 (javierggt): add starcat_date argument to get_observations, get_starcats and get_s…
    • PR 243 (taldcroft): Add EventQuery to symbols exported from query.py by events/init.py
  • maude: 3.9.0 -> 3.10.0 (3.9.0 -> 3.10.0)
    • PR 15 (Jean Connelly): Allow STAT_ msids
  • mica: 4.29.0 -> 4.30.1 (4.29.0 -> 4.30.0 -> 4.30.1)
    • PR 273 (javierggt): Added vectorized versions of some archive.dark_cal functions
    • PR 274 (javierggt): Fix issue in vectorized get_dark_cal_id
  • parse_cm: 3.9.0 -> 3.9.1 (3.9.0 -> 3.9.1)
    • PR 38 (Tom Aldcroft): Fix flake8 issues
  • proseco: 5.6.0 -> 5.7.0 (5.6.0 -> 5.7.0)
    • PR 373 (taldcroft): Add man_angle_next kwarg / attribute
  • quaternion: 4.1.0 -> 4.1.1 (4.1.0 -> 4.1.1)
    • PR 40 (Tom Aldcroft): Improve normalize() function to handle bad input
  • ska.arc5gl: 3.2.0 -> 3.3.0 (3.2.0 -> 3.3.0)
    • PR 13 (Jean Connelly): Use arc5gl in ska3
  • ska.engarchive: 4.55.2 -> 4.56.0 (4.55.2 -> 4.55.3 -> 4.56.0)
    • PR 231 (taldcroft): Try fixing the sporadic derived params aliases failure
    • PR 233 (taldcroft): Add computed MSID to return Quat for quaternion MSID sets
    • PR 232 (taldcroft): Possibly fix derived param aliases test
  • ska.shell: 3.5.0 -> 3.5.1 (3.5.0 -> 3.5.1)
    • PR 26 (Javier Gonzalez): Fix for RedHat 8 (env vars that are functions)
  • ska.tdb: 3.6.0 -> 3.6.1 (3.6.0 -> 3.6.1)
    • PR 17 (Javier Gonzalez): convert docs to numpydoc
  • ska3-core: 2022.3 -> 2022.6
  • ska3-template: 2019.09.03 -> 2022.06.02
  • sparkles: 4.17.0 -> 4.19.0 (4.17.0 -> 4.18.0 -> 4.19.0)
    • PR 170 (Jean Connelly): Move yoshi into sparkles and add some OCAT convenience
    • PR 173 (Tom Aldcroft): Tweaks to sparkles / yoshi based on cycle 24 work
    • PR 174 (Tom Aldcroft): Require minimum number of anchor stars for dyn bgd bonus
    • PR 175 (Jean Connelly): Update guide bright count check
  • testr: 4.10.0 -> 4.11.0 (4.10.0 -> 4.11.0)
    • PR 44 (Jean Connelly): Add 185 subnet for on_head_network

Related Issues

Fixes #902

@jeanconn
Copy link
Contributor

It looks a little weird to make a test environment named "ska3-flightxxxx" with a ska3-matlab package but besides that this looks good.

@javierggt javierggt merged commit c973b71 into master Sep 20, 2022
@javierggt javierggt deleted the 2022.8-branch branch October 26, 2022 16:09
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 2022.8
2 participants