Skip to content

Commit

Permalink
Fix terminology in resample docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mairanteodoro committed Dec 17, 2024
1 parent d038d62 commit 65f7acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/roman/resample/arguments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65f7acd

Please sign in to comment.