LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
KernelSumVisitor.h File Reference

Declaration of KernelSumVisitor. More...

#include <memory>
#include "lsst/afw/math.h"
#include "lsst/afw/image.h"
#include "lsst/daf/base/PropertySet.h"

Go to the source code of this file.

Classes

class  lsst::ip::diffim::detail::KernelSumVisitor< PixelT >
 A class to accumulate kernel sums across SpatialCells. More...
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::ip
 
 lsst::ip::diffim
 
 lsst::ip::diffim::detail
 

Functions

template<typename PixelT >
std::shared_ptr< KernelSumVisitor< PixelT > > lsst::ip::diffim::detail::makeKernelSumVisitor (lsst::daf::base::PropertySet const &ps)
 

Detailed Description

Declaration of KernelSumVisitor.

Implementation of KernelSumVisitor.

Author
Andrew Becker, University of Washington

Definition in file KernelSumVisitor.h.