findAmp¶
- 
lsst.afw.cameraGeom.utils.findAmp(ccd, pixelPosition)¶ Find the Amp with the specified pixel position within the composite
Parameters: - ccd : 
lsst.afw.cameraGeom.Detector Detector to look in.
- pixelPosition : 
lsst.geom.Point2I The pixel position to find the amp for.
Returns: - `lsst.afw.table.AmpInfoCatalog`
 Amp record in which
pixelPositionfalls orNoneif no Amp found.
- ccd :