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