BackgroundControl¶
- 
class 
lsst.afw.math.BackgroundControl(*args, **kwargs)¶ Bases:
pybind11_builtins.pybind11_objectMethods 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¶ Deprecated since version Replaced: by passing style to
Background.getImageF. To be removed after 20.0.0.
- 
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.
- setInterpStyle(self: lsst.afw.math.background.background.BackgroundControl, arg0: lsst.afw.math.interpolate.Interpolate.Style) -> None
 - setInterpStyle(self: lsst.afw.math.background.background.BackgroundControl, arg0: str) -> None
 
Deprecated since version Replaced: by passing style to
Background.getImageF. To be removed after 20.0.0.
- 
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.
- setStatisticsProperty(self: lsst.afw.math.background.background.BackgroundControl, arg0: lsst.afw.math.statistics.Property) -> None
 - setStatisticsProperty(self: lsst.afw.math.background.background.BackgroundControl, arg0: str) -> None
 
- 
setUndersampleStyle(*args, **kwargs)¶ Overloaded function.
- setUndersampleStyle(self: lsst.afw.math.background.background.BackgroundControl, arg0: lsst.afw.math.background.background.UndersampleStyle) -> None
 - setUndersampleStyle(self: lsst.afw.math.background.background.BackgroundControl, arg0: str) -> None
 
-