From 6b3646c86d770935b9188d091d19ec1ef71d3d07 Mon Sep 17 00:00:00 2001 From: Takehiro Yoshioka <62694609+tk-yoshi@users.noreply.github.com> Date: Fri, 30 Sep 2022 18:47:46 +0900 Subject: [PATCH] Fix typo in balrog.py --- balrog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balrog.py b/balrog.py index b545b8b..60aac96 100755 --- a/balrog.py +++ b/balrog.py @@ -206,7 +206,7 @@ def WriteImages(BalrogSetup, image, weight, nosim=False, setup=None): galsim.fits.writeMulti(image_list=[image], file_name=imageout) else: galsim.fits.write(image=image, file_name=imageout) - if not BalrogSeutp.noweightread: + if not BalrogSetup.noweightread: if (BalrogSetup.nonosim) or (nosim): if BalrogSetup.subsample: galsim.fits.write(image=weight, file_name=weightout)