Skip to content

Commit

Permalink
Update src/stcal/resample/resample.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ned Molter <[email protected]>
  • Loading branch information
mcara and emolter authored Dec 13, 2024
1 parent 527242d commit dd3a1ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stcal/resample/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -1231,8 +1231,8 @@ def _resample_one_variance_array(self, name, model, iscale,
ymax=None):
"""Resample one variance image from an input model.
The error image is passed to drizzle instead of the variance, to
better match kernel overlap and user weights to the data, in the
The error image is passed to drizzle instead of the variance in order to
better match kernel overlap and user weights to the data during the
pixel averaging process. The drizzled error image is squared before
returning.
"""
Expand Down

0 comments on commit dd3a1ed

Please sign in to comment.