LinearCombinationKernel#
- class lsst.afw.math.LinearCombinationKernel#
Bases:
KernelMethods Summary
checkKernelList(self, arg0)clone(self)getKernelList(self)getKernelParameters(self)getKernelSumList(self)getNBasisKernels(self)isDeltaFunctionBasis(self)isPersistable(self)refactor(self)resized(self, width, height)toString(self[, prefix])Methods Documentation
- checkKernelList(self: lsst.afw.math.LinearCombinationKernel, arg0: collections.abc.Sequence[lsst.afw.math.Kernel]) None#
- getKernelList(self: lsst.afw.math.LinearCombinationKernel) list[lsst.afw.math.Kernel]#
- getKernelParameters(self: lsst.afw.math.LinearCombinationKernel) list[float]#
- getKernelSumList(self: lsst.afw.math.LinearCombinationKernel) list[float]#
- getNBasisKernels(self: lsst.afw.math.LinearCombinationKernel) int#
- isDeltaFunctionBasis(self: lsst.afw.math.LinearCombinationKernel) bool#
- isPersistable(self: lsst.afw.math.LinearCombinationKernel) bool#
- refactor(self: lsst.afw.math.LinearCombinationKernel) lsst.afw.math.Kernel#
- resized(self: lsst.afw.math.LinearCombinationKernel, width: SupportsInt, height: SupportsInt) lsst.afw.math.Kernel#
- toString(self: lsst.afw.math.LinearCombinationKernel, prefix: str = '') str#