lsst.pipe.drivers  20.0.0-1-g5b95a8c+b48e6880af
Classes | Functions | Variables
lsst.pipe.drivers.skyCorrection Namespace Reference

Classes

class  SkyCorrectionConfig
 
class  SkyCorrectionConnections
 
class  SkyCorrectionTask
 

Functions

def makeCameraImage (camera, exposures, filename=None, binning=8)
 

Variables

bool DEBUG = False
 

Function Documentation

◆ makeCameraImage()

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 : `list` of `tuple` of `int` and `lsst.afw.image.Exposure`
    List of detector ID and CCD exposures (binned by `binning`).
filename : `str`, optional
    Output filename.
binning : `int`
    Binning size that has been applied to images.

Definition at line 39 of file skyCorrection.py.

Variable Documentation

◆ DEBUG

bool lsst.pipe.drivers.skyCorrection.DEBUG = False

Definition at line 36 of file skyCorrection.py.