Skip to content

Release 2024.12

Latest
Compare
Choose a tag to compare
@javierggt javierggt released this 16 Dec 12:21

ska3-flight 2024.12

  • acisfp_check: Update to allow for HRC dependence in the ACIS FP model.
  • chandra_aca: Add some routines to get background subtracted images (relevant only for ACA).
  • maude: Add 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:

  • chandra_aca:
    • dtype of return value in get_aca_images changed.
    • get_aca_images now allows fetching data over time ranges larger than 3 hours
  • maude: Adds a new function get_last_backorbit_date
  • mica: columns in return value of get_aca_images are unmasked, except images.

What's Changed

PR: 1450

Full Changelog: 2024.11...2024.12