SpatialKernelSolution¶
- 
class lsst.ip.diffim.SpatialKernelSolution¶
- Bases: - lsst.ip.diffim.KernelSolution- Methods Summary - addConstraint(self, xCenter, yCenter, qMat, …)- getSolutionPair(self)- makeKernelImage(self, pos)- solve(self)- Methods Documentation - 
addConstraint(self: lsst.ip.diffim.kernelSolution.SpatialKernelSolution, xCenter: float, yCenter: float, qMat: numpy.ndarray[float64[m, n]], wVec: numpy.ndarray[float64[m, 1]]) → None¶
 - 
getSolutionPair(self: lsst.ip.diffim.kernelSolution.SpatialKernelSolution) → Tuple[lsst.afw.math.kernel.LinearCombinationKernel, lsst.afw.math.function.Function2D]¶
 - 
makeKernelImage(self: lsst.ip.diffim.kernelSolution.SpatialKernelSolution, pos: lsst.geom.coordinates.coordinates.Point2D) → lsst.afw.image.image.image.ImageD¶
 - 
solve(self: lsst.ip.diffim.kernelSolution.SpatialKernelSolution) → None¶
 
-