Source of images for makeImageFromCamera
Definition at line 217 of file visualizeVisit.py.
◆ __init__()
def lsst.pipe.tasks.visualizeVisit.ImageSource.__init__ |
( |
|
self, |
|
|
|
exposures |
|
) |
| |
◆ getCcdImage()
def lsst.pipe.tasks.visualizeVisit.ImageSource.getCcdImage |
( |
|
self, |
|
|
|
detector, |
|
|
|
imageFactory, |
|
|
|
binSize |
|
) |
| |
Provide image of CCD to makeImageFromCamera
Parameters
----------
detector : `int`
Detector ID to get image data for.
imageFactory : `lsst.afw.image.Image`
Type of image to construct.
binSize : `int`
Binsize to use to recompute dimensions.
Returns
-------
image : `lsst.afw.image.Image`
Appropriately rotated, binned, and transformed
image to be mosaicked.
detector : `lsst.afw.cameraGeom.Detector`
Camera detector that the returned image data
belongs to.
Definition at line 225 of file visualizeVisit.py.
◆ background
lsst.pipe.tasks.visualizeVisit.ImageSource.background |
◆ exposures
lsst.pipe.tasks.visualizeVisit.ImageSource.exposures |
◆ isTrimmed
lsst.pipe.tasks.visualizeVisit.ImageSource.isTrimmed |
The documentation for this class was generated from the following file: