Skip to content

Commit

Permalink
Change to using trimmed amp box
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKrughoff committed Feb 28, 2017
1 parent 2737c82 commit 24148ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/obs/subaru/isr.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def runDataRef(self, sensorRef):
self.biasCorrection(ccdExposure, biasExposure)
if self.config.doVariance:
for amp in ccd:
ampExposure = ccdExposure.Factory(ccdExposure, amp.getRawDataBBox(), afwImage.PARENT)
ampExposure = ccdExposure.Factory(ccdExposure, amp.getBBox(), afwImage.PARENT)
self.updateVariance(ampExposure, amp)
if self.doLinearize(ccd):
# immediate=True required for functors and linearizers are functors; see ticket DM-6515
Expand Down

0 comments on commit 24148ab

Please sign in to comment.