BuildSingleKernelVisitorF

class lsst.ip.diffim.BuildSingleKernelVisitorF

Bases: CandidateVisitor

Attributes Summary

coreRadius

nProcessed

nRejected

propertySet

skipBuilt

useCoreStats

useRegularization

Methods Summary

getNProcessed(self)

getNRejected(self)

processCandidate(self, candidate)

reset(self)

setSkipBuilt(self, skip)

Attributes Documentation

coreRadius
nProcessed
nRejected
propertySet
skipBuilt
useCoreStats
useRegularization

Methods Documentation

getNProcessed(self: lsst.ip.diffim.BuildSingleKernelVisitorF) int
getNRejected(self: lsst.ip.diffim.BuildSingleKernelVisitorF) int
processCandidate(self: lsst.ip.diffim.BuildSingleKernelVisitorF, candidate: lsst.afw.math.SpatialCellCandidate) None
reset(self: lsst.ip.diffim.BuildSingleKernelVisitorF) None
setSkipBuilt(self: lsst.ip.diffim.BuildSingleKernelVisitorF, skip: bool) None