Releases: sot/skare3
Releases · sot/skare3
ska3-flight 2026.1rc1
change all recipes that depend on matplotlib so they depend on matplo…
ska3-flight 2026.0rc10
update xija version
ska3-flight 2026.0rc9
fixup
ska3-flight 2026.0rc8
fix versions in ska3-perl
ska3-flight 2026.0rc7
update ska3-perl
ska3-flight 2026.0rc6
bump ska_numpy version for numpy 2 fix
ska3-aca 2025.15
increase package versions for ska3-aca
ska3-flight 2025.14
ska3-flight 2025.14
This release includes:
- chandra_time and cxotime: Changes to allow for quantity-string time delta as CxoTime initializer.
- chandra_limits: Fix incorrect handling of SPECTRA_MAX_COUNT limit value
- kadi: changes to ensure that the scheduled stop time for loads reflects interrupts by clipping the stop time to the RLTT of the interrupt load.
- xija: various enhancements to guifit
- updates to aspect processing packages
NOTE: an issue was found in RC2, so RC3 fixed it. The only difference between RC2 and RC3 is
- ska_helpers: 0.19.0 -> 0.20.0 (0.19.0 -> 0.20.0)
- PR 65 (Tom Aldcroft): Hide retry func kwarg values in logging
Interface Impacts:
- sot/kadi/pull/364 Changes the timing of the LOAD_EVENT SCHEDULED_STOP_TIME command for an interrupted load.
- sot/cxotime/pull/54 adds a way to initialize CxoTime
- sot/chandra_time/pull/60 adds a way to initialize DateTime
PR: #1604
ska3-matlab 2025.13
bump kadi
ska3-flight 2025.10
This release includes:
- aca_view: improved data dialog and command-line arguments to set start/stop times.
- chandra_aca. Add IMGSIZE to aca images retrieved using MAUDE
- chandra_limits: Provide guideline thermal limit history as data files on CXC website
- chandra_maneuver:
- Add function to return maneuver profile,
- Add a method to calculate the maneuver error due to stellar aberration
- cheta: Add support for stk ephemeris files (with support functions and computed msids)
- maude: Add functionality to get MAUDE recorded data endtime
- parse_cm: Parse timeline report and allow reading content from URL or noodle
- proseco: Consider Jupiter in selection
- sparkles:
- Reduce creep-away threshold to 3.0,
- run Jupiter checks.
Interface Impacts:
- aca_view: The behavior of --start and --stop are changed
- sparkles: Set creep-away criterion to man_angle_next < 3.0 deg (a change from 5.0 deg). Any calling code that would expect "creep-away" for the 3 to 5 degree case would need to be updated.
- maude: Adds a new "MAUDE" data source option, which returns full-resolution MAUDE telemetry. The input source for data_source.get_msids() is now case-insensitive.
- chandra_maneuver: Added new function
get_maneuver_profile. The duration function is gently discouraged in favor of the new one but there are no plans for deprecation or removal. - chandra_limits:
- Added new data products at https://cxc.cfa.harvard.edu/mta/ASPECT/chandra_limits/guidelines/
- Added five new
read_*functions to easily read the relevant data products. By default these read the data from the CXC web server and thus require internet connectivity. If available products are available locally (e.g. on HEAD) they can be read with a file path.
- chandra_aca: Added new column IMGSIZE to images returned via
aca_image.get_aca_imagesif source is maude.
PR: #1593
Full Changelog: 2025.8...2025.10