KernelImagesForRegion

class lsst.afw.math.KernelImagesForRegion

Bases: pybind11_builtins.pybind11_object

Attributes Summary

BOTTOM_LEFT
BOTTOM_RIGHT
TOP_LEFT
TOP_RIGHT

Methods Summary

computeNextRow(self, arg0)
getBBox(self)
getDoNormalize(self)
getImage(self, arg0)
getKernel(self)
getMinInterpolationSize()
getPixelIndex(self, arg0)
getXY0(self)

Attributes Documentation

BOTTOM_LEFT = Location.BOTTOM_LEFT
BOTTOM_RIGHT = Location.BOTTOM_RIGHT
TOP_LEFT = Location.TOP_LEFT
TOP_RIGHT = Location.TOP_RIGHT

Methods Documentation

computeNextRow(self: lsst.afw.math.detail.convolve.KernelImagesForRegion, arg0: lsst::afw::math::detail::RowOfKernelImagesForRegion) → bool
getBBox(self: lsst.afw.math.detail.convolve.KernelImagesForRegion) → lsst.geom.Box2I
getDoNormalize(self: lsst.afw.math.detail.convolve.KernelImagesForRegion) → bool
getImage(self: lsst.afw.math.detail.convolve.KernelImagesForRegion, arg0: lsst.afw.math.detail.convolve.KernelImagesForRegion.Location) → lsst.afw.image.image.image.ImageD
getKernel(self: lsst.afw.math.detail.convolve.KernelImagesForRegion) → lsst::afw::math::Kernel
getMinInterpolationSize() → int
getPixelIndex(self: lsst.afw.math.detail.convolve.KernelImagesForRegion, arg0: lsst.afw.math.detail.convolve.KernelImagesForRegion.Location) → lsst.geom.Point2I
getXY0(self: lsst.afw.math.detail.convolve.KernelImagesForRegion) → lsst.geom.Point2I