Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Jan 12, 2025
1 parent 419b833 commit 9ebe310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specreduce/background.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Background(_ImageParser):
The method for handling masked or non-finite data. Choice of ``filter``,
``omit``, or ``zero-fill``. If `filter` is chosen, masked and non-finite
data will not contribute to the background statistic that is calculated
in each column along ``disp_axis``. If `omit` is chosen, columns along
in each column along ``disp_axis``. If ``omit`` is chosen, columns along
disp_axis with any masked/non-finite data values will be fully masked
(i.e, 2D mask is collapsed to 1D and applied). If ``zero-fill`` is chosen,
masked/non-finite data will be replaced with 0.0 in the input image,
Expand Down
2 changes: 1 addition & 1 deletion specreduce/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class BoxcarExtract(SpecreduceOperation):
mask_treatment
The method for handling masked or non-finite data. Choice of ``filter``,
``omit``, or ``zero-fill``. If `filter` is chosen, the mask is ignored
and the non-finite data will passed to the extraction as is. If `omit`
and the non-finite data will passed to the extraction as is. If ``omit``
is chosen, columns along disp_axis with any masked or non-finite data
values will be fully masked (i.e, 2D mask is collapsed to 1D and applied).
If ``zero-fill`` is chosen, masked and non-finite data will be replaced
Expand Down

0 comments on commit 9ebe310

Please sign in to comment.