From 65f7acd3d22e3efc7ee0cd9eaa5eca854bb0a27f Mon Sep 17 00:00:00 2001 From: "M. Teodoro" Date: Thu, 12 Dec 2024 10:16:17 -0500 Subject: [PATCH] Fix terminology in resample docs. --- docs/roman/resample/arguments.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/roman/resample/arguments.rst b/docs/roman/resample/arguments.rst index c0078739b..78bcf3b49 100644 --- a/docs/roman/resample/arguments.rst +++ b/docs/roman/resample/arguments.rst @@ -78,13 +78,13 @@ image. If `weight_type=ivm` (the default), the scaling value will be determined per-pixel using the inverse of the read noise (VAR_RNOISE) array stored in each input image. If the VAR_RNOISE array does - not exist, the variance is set to 1 for all pixels (equal weighting). + not exist, the weight is set to 1 for all pixels (equal weighting). If `weight_type=exptime`, the scaling value will be set equal to the exposure time found in the image header. If `weight_type=ivsky`, the scaling value will be determined per-pixel using the inverse of the sky variance (VAR_SKY) array calculated in the resample step for each input image. If the VAR_SKY array does - not exist, the variance is set to 1 for all pixels (equal weighting). + not exist, the weight is set to 1 for all pixels (equal weighting). ``--single`` (bool, default=False) If set to `True`, resample each input image into a separate output. If