showCcd¶
- 
lsst.afw.cameraGeom.utils.showCcd(ccd, imageSource=<lsst.afw.cameraGeom.utils.FakeImageDataSource object>, display=None, frame=None, overlay=True, imageFactory=<class 'lsst.afw.image.image.image.ImageF'>, binSize=1, inCameraCoords=False)¶
- Show a CCD on display. - Parameters: - ccd : lsst.afw.cameraGeom.Detector
- Detector to use in display. 
- imageSource : FakeImageDataSourceorNone
- Source to get ccd images. Must have a - getCcdImage()method.
- display : lsst.afw.display.Display
- image display to use. 
- frame : None
- frame ID on which to display. Deprecated in v12. 
- overlay : bool
- Show amp bounding boxes on the displayed image? 
- imageFactory : callable like lsst.afw.image.Image
- The image factory to use in generating the images. 
- binSize : int
- Bin the image by this factor in both dimensions. 
- inCameraCoords : bool
- Show the Detector in camera coordinates? 
 
- ccd :