Skip to content

Commit

Permalink
Use native stepk for FITS image input
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Sep 8, 2021
1 parent f5c082b commit e1c0ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/tasks/insertFakes.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ def _generateGSObjectsFromImages(self, exposure, fakeCat):
f"Unknown fits_alignment type {self.config.fits_alignment}"
)

obj = galsim.InterpolatedImage(im)
obj = galsim.InterpolatedImage(im, calculate_stepk=False)
obj = obj.withFlux(flux)
yield skyCoord, obj

Expand Down

0 comments on commit e1c0ffb

Please sign in to comment.