LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
background.py File Reference

Go to the source code of this file.

Classes

class  lsst.pipe.drivers.background.BackgroundConfig
 
class  lsst.pipe.drivers.background.SkyStatsConfig
 
class  lsst.pipe.drivers.background.SkyMeasurementConfig
 
class  lsst.pipe.drivers.background.SkyMeasurementTask
 
class  lsst.pipe.drivers.background.FocalPlaneBackgroundConfig
 
class  lsst.pipe.drivers.background.FocalPlaneBackground
 
class  lsst.pipe.drivers.background.MaskObjectsConfig
 
class  lsst.pipe.drivers.background.MaskObjectsTask
 

Namespaces

 lsst.pipe.drivers.background
 

Functions

def lsst.pipe.drivers.background.robustMean (array, rej=3.0)
 
def lsst.pipe.drivers.background.interpolate1D (method, xSample, ySample, xInterp)
 
def lsst.pipe.drivers.background.interpolateBadPixels (array, isBad, interpolationStyle)
 
def lsst.pipe.drivers.background.smoothArray (array, bad, sigma)