Skip to content

Commit

Permalink
Fix filterLabel typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isullivan committed Feb 28, 2022
1 parent 04f06ee commit ede0eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ip/diffim/dcrModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def buildMatchedExposure(self, exposure=None,
templateExposure = afwImage.ExposureF(bbox, self.wcs)
templateExposure.setMaskedImage(maskedImage[bbox])
templateExposure.setPsf(self.psf)
templateExposure.setFilterLabel(self.filterLabel)
templateExposure.setFilterLabel(self.filter)
if self.photoCalib is None:
raise RuntimeError("No PhotoCalib set for the DcrModel. "
"If the DcrModel was created from a masked image"
Expand Down

0 comments on commit ede0eca

Please sign in to comment.