StaticKernelSolutionF¶
-
class
lsst.ip.diffim.StaticKernelSolutionF¶ Bases:
lsst.ip.diffim.KernelSolutionMethods Summary
build(self, templateImage, scienceImage, …)getBackground(self)getKernel(self)getKsum(self)getSolutionPair(self)makeKernelImage(self)solve(self)Methods Documentation
-
build(self: lsst.ip.diffim.kernelSolution.StaticKernelSolutionF, templateImage: lsst.afw.image.image.image.ImageF, scienceImage: lsst.afw.image.image.image.ImageF, varianceEstimate: lsst.afw.image.image.image.ImageF) → None¶
-
getBackground(self: lsst.ip.diffim.kernelSolution.StaticKernelSolutionF) → float¶
-
getKernel(self: lsst.ip.diffim.kernelSolution.StaticKernelSolutionF) → lsst.afw.math.kernel.Kernel¶
-
getKsum(self: lsst.ip.diffim.kernelSolution.StaticKernelSolutionF) → float¶
-
getSolutionPair(self: lsst.ip.diffim.kernelSolution.StaticKernelSolutionF) → Tuple[lsst.afw.math.kernel.Kernel, float]¶
-
makeKernelImage(self: lsst.ip.diffim.kernelSolution.StaticKernelSolutionF) → lsst.afw.image.image.image.ImageD¶
-
solve(self: lsst.ip.diffim.kernelSolution.StaticKernelSolutionF) → None¶
-