Skip to content

Commit

Permalink
Updated the change log to reflect new mask_treatment options and ch…
Browse files Browse the repository at this point in the history
…anges to BoxcarExtract handling.
  • Loading branch information
hpparvi committed Jan 29, 2025
1 parent 8d48457 commit 9713654
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,16 @@ Other changes

New Features
^^^^^^^^^^^^

- Added the ``mask_treatment`` parameter to Background, Trace, and Boxcar Extract
operations to handle non-finite data and boolean masks. Choice of ``filter``,
``omit``, or ``zero-fill``. [#216]
operations to handle non-finite data and boolean masks. Available options are
``filter``, ``omit``, or ``zero-fill``, with ``exclude`` additionally available
for BoxcarExtract. [#216]

- Modified BoxcarExtract to ignore non-finite pixels when ``mask_treatment`` is set
to ``exclude``; otherwise, non-finite values are propagated. Boxcar extraction is
now carried out as a weighed sum over the window. When no non-finite values are
present, the extracted spectra remain unchanged from the previous behaviour.

API Changes
^^^^^^^^^^^
Expand Down

0 comments on commit 9713654

Please sign in to comment.