Asseses the quality of a candidate given a spatial kernel and background model.
More...
template<typename
PixelT>
class lsst::ip::diffim::detail::AssessSpatialKernelVisitor< PixelT >
Asseses the quality of a candidate given a spatial kernel and background model.
Asseses the quality of a candidate given a spatial kernel and background model.
AssessSpatialKernelVisitor(std::shared_ptr< lsst::afw::math::LinearCombinationKernel > spatialKernel, lsst::afw::math::Kernel::SpatialFunctionPtr spatialBackground, lsst::daf::base::PropertySet const &ps)
- Note
- Evaluates the spatial kernel and spatial background at the location of each candidate, and computes the resulting difference image. Sets candidate as afwMath::SpatialCellCandidate::GOOD/BAD if requested by the PropertySet configuration.
Definition at line 26 of file AssessSpatialKernelVisitor.h.