Template Class AssessSpatialKernelVisitor

Inheritance Relationships

Base Type

Class Documentation

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

Public Types

typedef std::shared_ptr<AssessSpatialKernelVisitor<PixelT>> Ptr

Public Functions

AssessSpatialKernelVisitor(std::shared_ptr<lsst::afw::math::LinearCombinationKernel> spatialKernel, lsst::afw::math::Kernel::SpatialFunctionPtr spatialBackground, lsst::daf::base::PropertySet const &ps)

Parameters
  • spatialKernel: Spatially varying kernel

  • spatialBackground: Spatially varying background

  • ps: PropertySet config

virtual ~AssessSpatialKernelVisitor()
void reset()
int getNGood()
int getNRejected()
int getNProcessed()
void processCandidate(lsst::afw::math::SpatialCellCandidate *candidate)