BackgroundMI¶
- 
class lsst.afw.math.BackgroundMI¶
- Bases: - lsst.afw.math.Background- Methods Summary - getApproximate(self, actrl, undersampleStyle)- getAsUsedInterpStyle(self)- getAsUsedUndersampleStyle(self)- getBackgroundControl(self)- getImageBBox(self)- getImageF(*args, **kwargs)- Overloaded function. - getPixel(*args, **kwargs)- Overloaded function. - getStatsImage(self)- Methods Documentation - 
getApproximate(self: lsst.afw.math.background.background.Background, actrl: lsst.afw.math.approximate.ApproximateControl, undersampleStyle: lsst.afw.math.background.background.UndersampleStyle=UndersampleStyle.THROW_EXCEPTION) → lsst.afw.math.approximate.ApproximateF¶
 - 
getAsUsedInterpStyle(self: lsst.afw.math.background.background.Background) → lsst.afw.math.interpolate.Interpolate.Style¶
 - 
getAsUsedUndersampleStyle(self: lsst.afw.math.background.background.Background) → lsst.afw.math.background.background.UndersampleStyle¶
 - 
getBackgroundControl(self: lsst.afw.math.background.background.Background) → lsst.afw.math.background.background.BackgroundControl¶
 - 
getImageBBox(self: lsst.afw.math.background.background.BackgroundMI) → lsst.geom.Box2I¶
 - 
getImageF(*args, **kwargs)¶
- Overloaded function. - getImageF(self: lsst.afw.math.background.background.Background, interpStyle: lsst.afw.math.interpolate.Interpolate.Style, undersampleStyle: lsst.afw.math.background.background.UndersampleStyle=UndersampleStyle.THROW_EXCEPTION) -> lsst.afw.image.image.image.ImageF
- getImageF(self: lsst.afw.math.background.background.Background, interpStyle: str, undersampleStyle: str=’THROW_EXCEPTION’) -> lsst.afw.image.image.image.ImageF
- getImageF(self: lsst.afw.math.background.background.Background, bbox: lsst.geom.Box2I, interpStyle: lsst.afw.math.interpolate.Interpolate.Style, undersampleStyle: lsst.afw.math.background.background.UndersampleStyle=UndersampleStyle.THROW_EXCEPTION) -> lsst.afw.image.image.image.ImageF
- getImageF(self: lsst.afw.math.background.background.Background, bbox: lsst.geom.Box2I, interpStyle: str, undersampleStyle: str=’THROW_EXCEPTION’) -> lsst.afw.image.image.image.ImageF
- getImageF(self: lsst.afw.math.background.background.Background) -> lsst.afw.image.image.image.ImageF
 
 - 
getPixel(*args, **kwargs)¶
- Overloaded function. - getPixel(self: lsst.afw.math.background.background.BackgroundMI, arg0: lsst.afw.math.interpolate.Interpolate.Style, arg1: int, arg2: int) -> float
- getPixel(self: lsst.afw.math.background.background.BackgroundMI, arg0: int, arg1: int) -> float
 - Deprecated since version Use: - getImageFinstead. To be removed after 20.0.0.
 - 
getStatsImage(self: lsst.afw.math.background.background.BackgroundMI) → lsst.afw.image.maskedImage.maskedImage.MaskedImageF¶
 
-