Template Class KernelSumVisitor

Inheritance Relationships

Base Type

Class Documentation

template<typename PixelT>
class KernelSumVisitor : public lsst::afw::math::CandidateVisitor

Public Types

enum Mode

Values:

AGGREGATE = 0
REJECT = 1
typedef std::shared_ptr<KernelSumVisitor<PixelT>> Ptr

Public Functions

KernelSumVisitor(lsst::daf::base::PropertySet const &ps)
virtual ~KernelSumVisitor()
void setMode(Mode mode)
int getNRejected()
double getkSumMean()
double getkSumStd()
double getdkSumMax()
int getkSumNpts()
void resetKernelSum()
void processCandidate(lsst::afw::math::SpatialCellCandidate *candidate)
void processKsumDistribution()