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
- dtype of return value in
- 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
- add recipes for acq_stat_reports and guide_stat_reports by @javierggt in #1391
- Update ruff-base.toml to discourage using assert in code except for tests by @taldcroft in #1426
- Add comment to ruff-base.toml by @taldcroft in #1434
- Add recipe for fotmp package by @jeanconn in #1435
- 2024.10 by @javierggt in #1423
- 2024.11 by @javierggt in #1427
- add aperoll by @javierggt in #1418
PR: 1450
Full Changelog: 2024.11...2024.12