Skip to content

Commit 071480b

Browse files
committed
DOC: Edit docstring for check
1 parent 52a64df commit 071480b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galsim/hsm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def EstimateShear(gal_image, PSF_image, weight=None, badpix=None, sky_var=0.0,
667667
``False``, then information about failures will be silently stored in
668668
the output ShapeData object. [default: True]
669669
670-
check: Check if the object_image, weight are in the correct format and valid.
670+
check: Check if the object_image, weight and badpix are in the correct format and valid.
671671
[default: True]
672672
673673
hsmparams: The hsmparams keyword can be used to change the settings used by
@@ -800,7 +800,7 @@ def FindAdaptiveMom(object_image, weight=None, badpix=None, guess_sig=5.0, preci
800800
``GalSimHSMError`` exception if shear estimation fails. If set to
801801
``False``, then information about failures will be silently stored in
802802
the output ShapeData object. [default: True]
803-
check: Check if the object_image, weight are in the correct format and valid.
803+
check: Check if the object_image, weight and badpix are in the correct format and valid.
804804
[default: True]
805805
round_moments: Use a circular weight function instead of elliptical.
806806
[default: False]

0 commit comments

Comments
 (0)