BackgroundControl

class lsst.afw.math.BackgroundControl

Bases: pybind11_builtins.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.background.background.BackgroundControl) → lsst.afw.math.approximate.ApproximateControl
getInterpStyle(self: lsst.afw.math.background.background.BackgroundControl) → lsst.afw.math.interpolate.Interpolate.Style
getNxSample(self: lsst.afw.math.background.background.BackgroundControl) → int
getNySample(self: lsst.afw.math.background.background.BackgroundControl) → int
getStatisticsControl(self: lsst.afw.math.background.background.BackgroundControl) → lsst.afw.math.statistics.StatisticsControl
getStatisticsProperty(self: lsst.afw.math.background.background.BackgroundControl) → lsst.afw.math.statistics.Property
getUndersampleStyle(self: lsst.afw.math.background.background.BackgroundControl) → lsst.afw.math.background.background.UndersampleStyle
setApproximateControl(self: lsst.afw.math.background.background.BackgroundControl, arg0: lsst.afw.math.approximate.ApproximateControl) → None
setInterpStyle(*args, **kwargs)

Overloaded function.

  1. setInterpStyle(self: lsst.afw.math.background.background.BackgroundControl, arg0: lsst.afw.math.interpolate.Interpolate.Style) -> None
  2. setInterpStyle(self: lsst.afw.math.background.background.BackgroundControl, arg0: str) -> None
setNxSample(self: lsst.afw.math.background.background.BackgroundControl, arg0: int) → None
setNySample(self: lsst.afw.math.background.background.BackgroundControl, arg0: int) → None
setStatisticsProperty(*args, **kwargs)

Overloaded function.

  1. setStatisticsProperty(self: lsst.afw.math.background.background.BackgroundControl, arg0: lsst.afw.math.statistics.Property) -> None
  2. setStatisticsProperty(self: lsst.afw.math.background.background.BackgroundControl, arg0: str) -> None
setUndersampleStyle(*args, **kwargs)

Overloaded function.

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