lsst.ip.diffim g36da64cc00+9f8467ad07
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
BuildSingleKernelVisitor.h File Reference

Declaration of BuildSingleKernelVisitor. More...

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

Go to the source code of this file.

Classes

class  lsst::ip::diffim::detail::BuildSingleKernelVisitor< PixelT >
 Builds the convolution kernel for a given candidate. More...
 

Namespaces

namespace  lsst
 
namespace  lsst::ip
 
namespace  lsst::ip::diffim
 
namespace  lsst::ip::diffim::detail
 

Functions

template<typename PixelT >
std::shared_ptr< BuildSingleKernelVisitor< PixelT > > lsst::ip::diffim::detail::makeBuildSingleKernelVisitor (lsst::afw::math::KernelList const &basisList, lsst::daf::base::PropertySet const &ps)
 
template<typename PixelT >
std::shared_ptr< BuildSingleKernelVisitor< PixelT > > lsst::ip::diffim::detail::makeBuildSingleKernelVisitor (lsst::afw::math::KernelList const &basisList, lsst::daf::base::PropertySet const &ps, Eigen::MatrixXd const &hMat)
 

Detailed Description

Declaration of BuildSingleKernelVisitor.

Implementation of BuildSingleKernelVisitor.

Author
Andrew Becker, University of Washington

Definition in file BuildSingleKernelVisitor.h.