getCameraImageBBox

lsst.afw.cameraGeom.utils.getCameraImageBBox(camBbox, pixelSize, bufferSize)

Get the bounding box of a camera sized image in pixels

Parameters:
camBbox : lsst.geom.Box2D

Camera bounding box in focal plane coordinates (mm).

pixelSize : float

Size of a detector pixel in mm.

bufferSize : int

Buffer around edge of image in pixels.

Returns:
box : lsst.geom.Box2I

The resulting bounding box.