lsst.pipe.drivers
14.0-10-gd86e9bf+1
|
Classes | |
class | SkyCorrectionConfig |
class | SkyCorrectionTask |
Functions | |
def | makeCameraImage (camera, exposures, filename=None, binning=8) |
Variables | |
bool | DEBUG = False |
int | BINNING = 8 |
isTrimmed | |
exposures | |
background | |
def lsst.pipe.drivers.skyCorrection.makeCameraImage | ( | camera, | |
exposures, | |||
filename = None , |
|||
binning = 8 |
|||
) |
Make and write an image of an entire focal plane Parameters ---------- camera : `lsst.afw.cameraGeom.Camera` Camera description. exposures : `dict` mapping detector ID to `lsst.afw.image.Exposure` CCD exposures, binned by `binning`. filename : `str`, optional Output filename. binning : `int` Binning size that has been applied to images.
Definition at line 21 of file skyCorrection.py.
lsst.pipe.drivers.skyCorrection.background |
Definition at line 47 of file skyCorrection.py.
int lsst.pipe.drivers.skyCorrection.BINNING = 8 |
Definition at line 18 of file skyCorrection.py.
bool lsst.pipe.drivers.skyCorrection.DEBUG = False |
Definition at line 17 of file skyCorrection.py.
lsst.pipe.drivers.skyCorrection.exposures |
Definition at line 46 of file skyCorrection.py.
lsst.pipe.drivers.skyCorrection.isTrimmed |
Definition at line 45 of file skyCorrection.py.