v1.2.0
New Features
Background
has new methods for exposing the 1D spectrum of the background or
background-subtracted regions [#143]
Bug Fixes
- Improved errors/warnings when background region extends beyond bounds of image [#127]
- Fixed boxcar weighting bug that often resulted in peak pixels having weight
above 1 and erroneously triggered overlapping background errors [#125] - Fixed boxcar weighting to handle zero width and edge of image cases [#141]
What's Changed
- DOC: No need to automodapi the top-level package by @pllim in #135
- MNT: Remove dead code from APE 17 by @pllim in #136
- MNT: Remove version template by @pllim in #134
- logic to detect background regions extending beyond image limits by @kecnry in #127
- Found cause of background "overlap" error by @ojustino in #125
- Enable nitpicky mode for sphinx and get docs to build cleanly by @tepickering in #140
- basic quickstart examples for spectral extraction by @kecnry in #142
- Background.bkg_spectrum and sub_spectrum by @kecnry in #143
- Rewrite boxcar weights logic by @kecnry in #141
- Prepare changelog for release v1.2.0 by @ojustino in #145
Full Changelog: v1.1.0...v1.2.0