SpatialKernelSolution#

class lsst.ip.diffim.SpatialKernelSolution#

Bases: KernelSolution

Methods Summary

addConstraint(self, xCenter, yCenter, qMat, wVec)

getSolutionPair(self)

makeKernelImage(self, pos)

solve(self)

Methods Documentation

addConstraint(self: lsst.ip.diffim.SpatialKernelSolution, xCenter: SupportsFloat, yCenter: SupportsFloat, qMat: Annotated[numpy.typing.ArrayLike, numpy.float64, '[m, n]'], wVec: Annotated[numpy.typing.ArrayLike, numpy.float64, '[m, 1]']) None#
getSolutionPair(self: lsst.ip.diffim.SpatialKernelSolution) tuple[lsst.afw.math.LinearCombinationKernel, lsst.afw.math.Function2D]#
makeKernelImage(self: lsst.ip.diffim.SpatialKernelSolution, pos: lsst.geom.Point2D) lsst.afw.image._image.ImageD#
solve(self: lsst.ip.diffim.SpatialKernelSolution) None#