calcRawCcdBBox#

lsst.afw.cameraGeom.utils.calcRawCcdBBox(ccd)#

Calculate the raw ccd bounding box.

Parameters#

ccdlsst.afw.cameraGeom.Detector

Detector for which to calculate the un-trimmed bounding box.

Returns#

bboxlsst.geom.Box2I or None

Bounding box of the un-trimmed Detector, or None if there is not enough information to calculate raw BBox.