Skip to content

Commit

Permalink
Merge branch 'tickets/DM-29955'
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Oct 21, 2021
2 parents d9f96f2 + 07d58f3 commit 5bd0cb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/ip/diffim/modelPsfMatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ def run(self, exposure, referencePsfModel, kernelSum=1.0):

self.log.info("Psf-match science exposure to reference")
psfMatchedExposure = afwImage.ExposureF(exposure.getBBox(), exposure.getWcs())
psfMatchedExposure.info.id = exposure.info.id
psfMatchedExposure.setFilterLabel(exposure.getFilterLabel())
psfMatchedExposure.setPhotoCalib(exposure.getPhotoCalib())
psfMatchedExposure.getInfo().setVisitInfo(exposure.getInfo().getVisitInfo())
Expand Down

0 comments on commit 5bd0cb7

Please sign in to comment.