getCcdInCamBBoxList

lsst.afw.cameraGeom.utils.getCcdInCamBBoxList(ccdList, binSize, pixelSize_o, origin)

Get the bounding boxes of a list of Detectors within a camera sized pixel grid

Parameters:
ccdListlsst.afw.cameraGeom.Detector

List of Detector.

binSizeint

Bin the image by this factor in both dimensions.

pixelSize_ofloat

Size of the pixel in mm.

originint

Origin of the camera pixel grid in pixels.

Returns:
boxListlist [lsst.geom.Box2I]

A list of bounding boxes in camera pixel coordinates.