Skip to content

Releases: sot/chandra_aca

Release 4.48.0

09 Dec 18:32
10aaa76
Compare
Choose a tag to compare

What's Changed

  • Use CxoTime.linspace on get_aca_images for > 3hour range by @jeanconn in #181
  • Migrate maude_decom to CxoTime by @taldcroft in #183
  • get_aca_images() returns MaskedColumns only for data with masked values (except IMG) by @taldcroft in #182
  • Add some routines to get background subtracted images by @jeanconn in #174
  • Ruff by @jeanconn in #184

Full Changelog: 4.47.0...4.48.0

Includes the following merges:

  • PR #184: Ruff
  • PR #174: Add some routines to get background subtracted images
  • PR #181: Use CxoTime.linspace on get_aca_images for > 3hour range

Release 4.47.0

30 Oct 20:23
e20dc05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.46.0...4.47.0

Release 4.46.0

07 Oct 18:13
577cb2d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.45.1...4.46.0

Includes the following merges:

  • PR #172: Add routine for modern dark scaling
  • PR #170: Use proseco acq candidate mask for ACA plot (bad_acq_stars)

Release 4.45.1

13 Feb 20:21
6312f8b
Compare
Choose a tag to compare

What's Changed

  • Fix indexing issues by @taldcroft in #169
  • [Speedy]: fix ellipsis in ACAImage and squash warning about integer arrays by @javierggt in #167

Full Changelog: 4.45.0...4.45.1

Includes the following merges:

  • PR #169: Fix indexing issues

Release 4.45.0

09 Jan 22:05
c8d6a7b
Compare
Choose a tag to compare

Includes the following merges:

  • PR #164: Add new functions to get Earth boresight angles and Earth block intervals
  • PR #159: Make maude_decom.get_aca_images robust agains missing/repeated frames
  • PR #163: Allow None input to convert_time_format_spk
  • PR #162: Improve accuracy and speed of planet functions

Release 4.44.0

27 Nov 15:35
6c6c8fa
Compare
Choose a tag to compare

Includes the following merges:

  • PR #161: Add tolerance args to clip_and_warn

Release 4.43.0

20 Nov 19:52
e25f0fc
Compare
Choose a tag to compare

Includes the following merges:

  • PR #138: Performance improvements for planets
  • PR #160: Support fid drift times before 2012:001
  • PR #157: Add fid offset support to drift
  • PR #158: Update docstring in drift.py

Release 4.42.0

18 Sep 18:17
b726383
Compare
Choose a tag to compare

Includes the following merges:

  • PR #156: Convert docstrings to numpydocs format and add dark_model API docs

Release 4.41.0

12 Jul 00:03
f09c50c
Compare
Choose a tag to compare

Includes the following merges:

  • PR #150: Use chandra_models_cache for caching not lru_cache
  • PR #151: Add function to get default acq prob model info

Release 4.40.0

05 Jun 16:35
51e9070
Compare
Choose a tag to compare

Includes the following merges:

  • PR #148: Prevent crash when IMGTYPE==3 when using blobs
  • PR #149: Allow for glob specification of acq prob model + documentation overhaul