BuildSingleKernelVisitorF¶
-
class
lsst.ip.diffim.
BuildSingleKernelVisitorF
¶ Bases:
lsst.afw.math.CandidateVisitor
Methods Summary
getNProcessed
(self)getNRejected
(self)processCandidate
(self, candidate)reset
(self)setSkipBuilt
(self, skip)Methods Documentation
-
getNProcessed
(self: lsst.ip.diffim.detail.buildSingleKernelVisitor.BuildSingleKernelVisitorF) → int¶
-
getNRejected
(self: lsst.ip.diffim.detail.buildSingleKernelVisitor.BuildSingleKernelVisitorF) → int¶
-
processCandidate
(self: lsst.ip.diffim.detail.buildSingleKernelVisitor.BuildSingleKernelVisitorF, candidate: lsst.afw.math.spatialCell.spatialCell.SpatialCellCandidate) → None¶
-
reset
(self: lsst.ip.diffim.detail.buildSingleKernelVisitor.BuildSingleKernelVisitorF) → None¶
-
setSkipBuilt
(self: lsst.ip.diffim.detail.buildSingleKernelVisitor.BuildSingleKernelVisitorF, skip: bool) → None¶
-