overlayCcdBoxes

lsst.afw.cameraGeom.utils.overlayCcdBoxes(ccd, untrimmedCcdBbox=None, nQuarter=0, isTrimmed=False, ccdOrigin=(0, 0), display=None, binSize=1)

Overlay bounding boxes on an image display.

Parameters:
ccdlsst.afw.cameraGeom.Detector

Detector to iterate for the amp bounding boxes.

untrimmedCcdBboxlsst.geom.Box2I or None

Bounding box of the un-trimmed Detector.

nQuarterint

number of 90 degree rotations to apply to the bounding boxes (used for rotated chips).

isTrimmedbool

Is the Detector image over which the boxes are layed trimmed?

ccdOrigintuple of float

Detector origin relative to the parent origin if in a larger pixel grid.

displaylsst.afw.display.Display

Image display to display on.

binSizeint

Bin the image by this factor in both dimensions.

Notes

The colours are: - Entire detector GREEN - All data for amp GREEN - HorizontalPrescan YELLOW - HorizontalOverscan RED - Data BLUE - VerticalOverscan MAGENTA - VerticalOverscan MAGENTA