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.

Returns:
lsst.afw.table.AmpInfoCatalog

Amp record in which pixelPosition falls or None if no Amp found.