KernelSumVisitorF

class lsst.ip.diffim.KernelSumVisitorF

Bases: lsst.afw.math.CandidateVisitor

Attributes Summary

AGGREGATE

REJECT

Methods Summary

getNRejected(self)

getdkSumMax(self)

getkSumMean(self)

getkSumNpts(self)

getkSumStd(self)

processCandidate(self, candidate)

processKsumDistribution(self)

reset(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
reset(self: lsst.afw.math.CandidateVisitor)None
resetKernelSum(self: lsst.ip.diffim.KernelSumVisitorF)None
setMode(self: lsst.ip.diffim.KernelSumVisitorF, mode: lsst.ip.diffim.detail.kernelSumVisitor.KernelSumVisitorF.Mode)None