BackgroundMI

class lsst.afw.math.BackgroundMI

Bases: Background

Methods Summary

getApproximate(self, actrl, undersampleStyle)

getAsUsedInterpStyle(self)

getAsUsedUndersampleStyle(self)

getBackgroundControl(self)

getImageBBox(self)

getImageF(*args, **kwargs)

Overloaded function.

getStatsImage(self)

Methods Documentation

getApproximate(self: lsst.afw.math.Background, actrl: lsst.afw.math.ApproximateControl, undersampleStyle: lsst.afw.math.UndersampleStyle = <UndersampleStyle.THROW_EXCEPTION: 0>) 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
getImageBBox(self: lsst.afw.math.BackgroundMI) lsst.geom.Box2I
getImageF(*args, **kwargs)

Overloaded function.

  1. getImageF(self: lsst.afw.math.Background, interpStyle: lsst.afw.math.Interpolate.Style, undersampleStyle: lsst.afw.math.UndersampleStyle = <UndersampleStyle.THROW_EXCEPTION: 0>) -> lsst.afw.image._image.ImageF

  2. getImageF(self: lsst.afw.math.Background, interpStyle: str, undersampleStyle: str = ‘THROW_EXCEPTION’) -> lsst.afw.image._image.ImageF

  3. getImageF(self: lsst.afw.math.Background, bbox: lsst.geom.Box2I, interpStyle: lsst.afw.math.Interpolate.Style, undersampleStyle: lsst.afw.math.UndersampleStyle = <UndersampleStyle.THROW_EXCEPTION: 0>) -> lsst.afw.image._image.ImageF

  4. getImageF(self: lsst.afw.math.Background, bbox: lsst.geom.Box2I, interpStyle: str, undersampleStyle: str = ‘THROW_EXCEPTION’) -> lsst.afw.image._image.ImageF

  5. getImageF(self: lsst.afw.math.Background) -> lsst.afw.image._image.ImageF

getStatsImage(self: lsst.afw.math.BackgroundMI) lsst.afw.image._maskedImage.MaskedImageF