showAmp¶
- 
lsst.afw.cameraGeom.utils.showAmp(amp, imageSource=<lsst.afw.cameraGeom.utils.FakeImageDataSource object>, display=None, overlay=True, imageFactory=<class 'lsst.afw.image.image.image.ImageU'>)¶
- Show an amp in an image display. - Parameters: - amp : lsst.afw.tables.AmpInfoRecord
- Amp record to use in display. 
- imageSource : FakeImageDataSourceor None
- Source for getting the amp image. Must have a - getAmpImage()method.
- display : lsst.afw.display.Display
- Image display to use. 
- overlay : bool
- Overlay bounding boxes? 
- imageFactory : callable like lsst.afw.image.Image
- Type of image to display (only used if ampImage is None). 
 
- amp :