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