Commit 69b0c977 authored by Fang Yuedong's avatar Fang Yuedong
Browse files

pep8

parent 9e339148
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ class MockObject(object):
            # star = galsim.Convolve(psf, star)
            star = psf.withFlux(nphotons)

            if EXTRA == True:
            if EXTRA:
                stamp = star.drawImage(method='no_pixel', wcs=chip_wcs_local, offset=offset)
            else:
                stamp = star.drawImage(wcs=chip_wcs_local, offset=offset)