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.AmpInfoCatalog
Amp record in which
pixelPosition
falls orNone
if no Amp found.