KernelSumVisitorF#

class lsst.ip.diffim.KernelSumVisitorF#

Bases: CandidateVisitor

Attributes Summary

Methods Summary

getNRejected(self)

getdkSumMax(self)

getkSumMean(self)

getkSumNpts(self)

getkSumStd(self)

processCandidate(self, candidate)

processKsumDistribution(self)

resetKernelSum(self)

setMode(self, mode)

Attributes Documentation

AGGREGATE = <Mode.AGGREGATE: 0>#
REJECT = <Mode.REJECT: 1>#

Methods Documentation

getNRejected(self: lsst.ip.diffim.KernelSumVisitorF) int#
getdkSumMax(self: lsst.ip.diffim.KernelSumVisitorF) float#
getkSumMean(self: lsst.ip.diffim.KernelSumVisitorF) float#
getkSumNpts(self: lsst.ip.diffim.KernelSumVisitorF) int#
getkSumStd(self: lsst.ip.diffim.KernelSumVisitorF) float#
processCandidate(self: lsst.ip.diffim.KernelSumVisitorF, candidate: lsst.afw.math.SpatialCellCandidate) None#
processKsumDistribution(self: lsst.ip.diffim.KernelSumVisitorF) None#
resetKernelSum(self: lsst.ip.diffim.KernelSumVisitorF) None#
setMode(self: lsst.ip.diffim.KernelSumVisitorF, mode: lsst.ip.diffim.KernelSumVisitorF.Mode) None#