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. 
 
- ccd
- Returns:
- bboxlsst.geom.Box2IorNone
- Bounding box of the un-trimmed Detector, or - Noneif there is not enough information to calculate raw BBox.
 
- bbox