Skip to content

Release 2022.3

Compare
Choose a tag to compare
@javierggt javierggt released this 07 Apr 19:03

This release includes:

  • ACIS load review tools
  • cxotime:
    • Add new functions date2secs and secs2date for fast conversions even for scalar values
  • kadi:
    • Add support for commands archive v2 (beta release). This was previously discussed, with additional details to be briefed at a DAWG session.
  • maude:
    • Add support for P016
    • Add support for binary blob queries
    • Add support for allpoints, hr (high rate), nearest, icalc, ircts params
  • parse_cm:
    • Add a module that translates a DOT or FOT request to backstop commands
  • cheta (aka Ska.engarchive):
    • Fix bug pickling MSIDset
    • Allow CALC_ as an alias for DP_ for better interoperability with MAUDE (e.g. querying CALC_PITCH_FSS works for both CXC and MAUDE backends.
  • Ska.Sun:
    • Add function to compute off-nominal roll range for a given pitch (or pitches) using a high-resolution sampled version of the roll table.

Interface Impacts:

No API breaking interface impacts are expected. Known interface changes are:

  • kadi:
    • For the default v1 commands archive, the output of get_cmds now includes a new time column corresponding to the date in CXC seconds.
  • sparkles:
    • Non-public function sparkles.roll_optimize.allowed_rolldev has been removed.
    • Plot of star catalog for roll options now includes the star mag for potential candidate stars.
  • xija_gui_fit:
    • Numerous changes/improvements to the GUI interface including new functionality (see PR 116).

More info: PR 812