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:
- ccd
lsst.afw.cameraGeom.Detector
Detector to use in display.
- imageSource
FakeImageDataSource
orNone
Source to get ccd images. Must have a
getCcdImage()
method.- display
lsst.afw.display.Display
image display to use.
- overlay
bool
Show amp bounding boxes on the displayed image?
- imageFactorycallable 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