getCameraImageBBox¶
- lsst.afw.cameraGeom.utils.getCameraImageBBox(camBbox, pixelSize, bufferSize)¶
- Get the bounding box of a camera sized image in pixels - Parameters:
- camBboxlsst.geom.Box2D
- Camera bounding box in focal plane coordinates (mm). 
- pixelSizefloat
- Size of a detector pixel in mm. 
- bufferSizeint
- Buffer around edge of image in pixels. 
 
- camBbox
- Returns:
- boxlsst.geom.Box2I
- The resulting bounding box. 
 
- box