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.Box2I
orNone
Bounding box of the un-trimmed Detector, or
None
if there is not enough information to calculate raw BBox.
- bbox