showCcd

lsst.afw.cameraGeom.utils.showCcd(ccd, imageSource=<lsst.afw.cameraGeom.utils.FakeImageDataSource object>, display=None, overlay=True, imageFactory=<class 'lsst.afw.image._image.ImageF'>, binSize=1, inCameraCoords=False)

Show a CCD on display.

Parameters:
ccdlsst.afw.cameraGeom.Detector

Detector to use in display.

imageSourceFakeImageDataSource or None

Source to get ccd images. Must have a getCcdImage() method.

displaylsst.afw.display.Display

image display to use.

overlaybool

Show amp bounding boxes on the displayed image?

imageFactorycallable like lsst.afw.image.Image

The image factory to use in generating the images.

binSizeint

Bin the image by this factor in both dimensions.

inCameraCoordsbool

Show the Detector in camera coordinates?