From 19d00eb125e7a8565ebd9bc675c2095085fcad06 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Thu, 19 Sep 2024 17:57:15 -0400 Subject: [PATCH] Fix typo in ApertureStats sum_err description --- photutils/aperture/stats.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/photutils/aperture/stats.py b/photutils/aperture/stats.py index 85b781344..55ce0b187 100644 --- a/photutils/aperture/stats.py +++ b/photutils/aperture/stats.py @@ -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