Skip to content

Commit

Permalink
Fix typo in ApertureStats sum_err description
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Sep 19, 2024
1 parent 3064f3e commit 19d00eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions photutils/aperture/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -1266,9 +1266,10 @@ def sum_err(self):
.. math:: \Delta F = \sqrt{\sum_{i \in A}
\sigma_{\mathrm{tot}, i}^2}
where :math:`\Delta F` is the `sum`, :math:`\sigma_{\mathrm{tot,
i}}` are the pixel-wise total errors (``error``), and :math:`A`
are the unmasked pixels in the aperture.
where :math:`\Delta F` is the `sum_err`,
:math:`\sigma_{\mathrm{tot, i}}` are the pixel-wise total errors
(``error``), and :math:`A` are the unmasked pixels in the
aperture.
Pixel values that are masked in the input ``data``, including
any non-finite pixel values (NaN and inf) that are automatically
Expand Down

0 comments on commit 19d00eb

Please sign in to comment.