lsst.pipe.drivers  14.0-13-g1010e0d+2
Classes | Functions | Variables
lsst.pipe.drivers.skyCorrection Namespace Reference

Classes

class  SkyCorrectionConfig
 
class  SkyCorrectionTask
 

Functions

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

Variables

bool DEBUG = False
 
int BINNING = 8
 
 isTrimmed
 
 exposures
 
 background
 

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 : `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.

Variable Documentation

◆ background

lsst.pipe.drivers.skyCorrection.background

Definition at line 47 of file skyCorrection.py.

◆ BINNING

int lsst.pipe.drivers.skyCorrection.BINNING = 8

Definition at line 18 of file skyCorrection.py.

◆ DEBUG

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

Definition at line 17 of file skyCorrection.py.

◆ exposures

lsst.pipe.drivers.skyCorrection.exposures

Definition at line 46 of file skyCorrection.py.

◆ isTrimmed

lsst.pipe.drivers.skyCorrection.isTrimmed

Definition at line 45 of file skyCorrection.py.