KernelImagesForRegion¶
-
class
lsst.afw.math.KernelImagesForRegion¶ Bases:
pybind11_builtins.pybind11_objectAttributes Summary
BOTTOM_LEFTBOTTOM_RIGHTTOP_LEFTTOP_RIGHTMethods 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: 0>¶
-
BOTTOM_RIGHT= <Location.BOTTOM_RIGHT: 1>¶
-
TOP_LEFT= <Location.TOP_LEFT: 2>¶
-
TOP_RIGHT= <Location.TOP_RIGHT: 3>¶
Methods Documentation
-
computeNextRow(self: lsst.afw.math.detail.KernelImagesForRegion, arg0: lsst.afw.math.detail.RowOfKernelImagesForRegion) → bool¶
-
getBBox(self: lsst.afw.math.detail.KernelImagesForRegion) → lsst.geom.Box2I¶
-
getDoNormalize(self: lsst.afw.math.detail.KernelImagesForRegion) → bool¶
-
getImage(self: lsst.afw.math.detail.KernelImagesForRegion, arg0: lsst.afw.math.detail.KernelImagesForRegion.Location) → lsst.afw.image.image.ImageD¶
-
getKernel(self: lsst.afw.math.detail.KernelImagesForRegion) → lsst.afw.math.Kernel¶
-
static
getMinInterpolationSize() → int¶
-
getPixelIndex(self: lsst.afw.math.detail.KernelImagesForRegion, arg0: lsst.afw.math.detail.KernelImagesForRegion.Location) → lsst.geom.Point2I¶
-
getXY0(self: lsst.afw.math.detail.KernelImagesForRegion) → lsst.geom.Point2I¶
-