calcRawCcdBBox¶
- lsst.afw.cameraGeom.utils.calcRawCcdBBox(ccd)¶
Calculate the raw ccd bounding box.
- Parameters:
- ccd
lsst.afw.cameraGeom.Detector Detector for which to calculate the un-trimmed bounding box.
- ccd
- Returns:
- bbox
lsst.geom.Box2IorNone Bounding box of the un-trimmed Detector, or
Noneif there is not enough information to calculate raw BBox.
- bbox