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.
- ccd
- Returns:
lsst.afw.table.AmpInfoCatalogAmp record in which
pixelPositionfalls orNoneif no Amp found.