Skip to content

Commit

Permalink
Use correct method post-RFC-632
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLuptonTheGood committed Jan 17, 2020
1 parent b9a06e2 commit bc4f81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/afw/cameraGeom/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def overlayCcdBoxes(ccd, untrimmedCcdBbox=None, nQuarter=0,
untrimmedCcdBbox = ccd.getBBox()
else:
untrimmedCcdBbox = lsst.geom.Box2I()
for a in ccd.getAmpInfoCatalog():
for a in ccd.getAmplifiers():
bbox = a.getRawBBox()
untrimmedCcdBbox.include(bbox)

Expand Down

0 comments on commit bc4f81e

Please sign in to comment.