Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
isullivan committed Nov 27, 2024
1 parent 73d7633 commit 30b7e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/ip/diffim/subtractImages.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ def runConvolveTemplate(self, template, science, selectSources):
self.templatePsfSize, self.sciencePsfSize)[0].getWidth()
sigmaToFwhm = 2*np.log(2*np.sqrt(2))
candidateList = self.makeKernel.makeCandidateList(template, science, kernelSize,
candidateList=None,
sigma=self.sciencePsfSize/sigmaToFwhm)
kernelSources = self.makeKernel.selectKernelSources(template, science,
candidateList=candidateList,
Expand Down

0 comments on commit 30b7e12

Please sign in to comment.