BackgroundControl

class lsst.afw.math.BackgroundControl

Bases: pybind11_object

Methods Summary

getApproximateControl(self)

getInterpStyle(self)

getNxSample(self)

getNySample(self)

getStatisticsControl(self)

getStatisticsProperty(self)

getUndersampleStyle(self)

setApproximateControl(self, arg0)

setInterpStyle(*args, **kwargs)

Overloaded function.

setNxSample(self, arg0)

setNySample(self, arg0)

setStatisticsProperty(*args, **kwargs)

Overloaded function.

setUndersampleStyle(*args, **kwargs)

Overloaded function.

Methods Documentation

getApproximateControl(self: lsst.afw.math.BackgroundControl) lsst.afw.math.ApproximateControl
getInterpStyle(self: lsst.afw.math.BackgroundControl) lsst.afw.math.Interpolate.Style
getNxSample(self: lsst.afw.math.BackgroundControl) int
getNySample(self: lsst.afw.math.BackgroundControl) int
getStatisticsControl(self: lsst.afw.math.BackgroundControl) lsst.afw.math.StatisticsControl
getStatisticsProperty(self: lsst.afw.math.BackgroundControl) lsst.afw.math.Property
getUndersampleStyle(self: lsst.afw.math.BackgroundControl) lsst.afw.math.UndersampleStyle
setApproximateControl(self: lsst.afw.math.BackgroundControl, arg0: lsst.afw.math.ApproximateControl) None
setInterpStyle(*args, **kwargs)

Overloaded function.

  1. setInterpStyle(self: lsst.afw.math.BackgroundControl, arg0: lsst.afw.math.Interpolate.Style) -> None

  2. setInterpStyle(self: lsst.afw.math.BackgroundControl, arg0: str) -> None

setNxSample(self: lsst.afw.math.BackgroundControl, arg0: int) None
setNySample(self: lsst.afw.math.BackgroundControl, arg0: int) None
setStatisticsProperty(*args, **kwargs)

Overloaded function.

  1. setStatisticsProperty(self: lsst.afw.math.BackgroundControl, arg0: lsst.afw.math.Property) -> None

  2. setStatisticsProperty(self: lsst.afw.math.BackgroundControl, arg0: str) -> None

setUndersampleStyle(*args, **kwargs)

Overloaded function.

  1. setUndersampleStyle(self: lsst.afw.math.BackgroundControl, arg0: lsst.afw.math.UndersampleStyle) -> None

  2. setUndersampleStyle(self: lsst.afw.math.BackgroundControl, arg0: str) -> None