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: - ccdList : 
lsst.afw.cameraGeom.Detector List of Detector.
- binSize : 
int Bin the image by this factor in both dimensions.
- pixelSize_o : 
float Size of the pixel in mm.
- origin : 
int Origin of the camera pixel grid in pixels.
Returns: - boxList : 
listoflsst.geom.Box2I A list of bounding boxes in camera pixel coordinates.
- ccdList :