Background¶
- 
class lsst.afw.math.Background¶
- Bases: - pybind11_builtins.pybind11_object- Methods Summary - getApproximate(self, actrl, undersampleStyle)- getAsUsedInterpStyle(self)- getAsUsedUndersampleStyle(self)- getBackgroundControl(self)- getImageF(*args, **kwargs)- Overloaded function. - Methods Documentation - 
getApproximate(self: lsst.afw.math.Background, actrl: lsst.afw.math.ApproximateControl, undersampleStyle: lsst.afw.math.UndersampleStyle = UndersampleStyle.THROW_EXCEPTION) → lsst.afw.math.ApproximateF¶
 - 
getAsUsedInterpStyle(self: lsst.afw.math.Background) → lsst.afw.math.Interpolate.Style¶
 - 
getAsUsedUndersampleStyle(self: lsst.afw.math.Background) → lsst.afw.math.UndersampleStyle¶
 - 
getBackgroundControl(self: lsst.afw.math.Background) → lsst.afw.math.BackgroundControl¶
 - 
getImageF(*args, **kwargs)¶
- Overloaded function. - getImageF(self: lsst.afw.math.Background, interpStyle: lsst.afw.math.Interpolate.Style, undersampleStyle: lsst.afw.math.UndersampleStyle = UndersampleStyle.THROW_EXCEPTION) -> lsst.afw.image.image.image.ImageF
- getImageF(self: lsst.afw.math.Background, interpStyle: str, undersampleStyle: str = ‘THROW_EXCEPTION’) -> lsst.afw.image.image.image.ImageF
- getImageF(self: lsst.afw.math.Background, bbox: lsst.geom.Box2I, interpStyle: lsst.afw.math.Interpolate.Style, undersampleStyle: lsst.afw.math.UndersampleStyle = UndersampleStyle.THROW_EXCEPTION) -> lsst.afw.image.image.image.ImageF
- getImageF(self: lsst.afw.math.Background, bbox: lsst.geom.Box2I, interpStyle: str, undersampleStyle: str = ‘THROW_EXCEPTION’) -> lsst.afw.image.image.image.ImageF
- getImageF(self: lsst.afw.math.Background) -> lsst.afw.image.image.image.ImageF
 
 
-