lsst.ip.diffim  20.0.0-1-g596936a+6
Namespaces | Macros | Functions
BuildSingleKernelVisitor.cc File Reference
#include <memory>
#include "Eigen/Core"
#include "lsst/afw/math.h"
#include "lsst/afw/image.h"
#include "lsst/log/Log.h"
#include "lsst/pex/exceptions/Runtime.h"
#include "lsst/daf/base/PropertySet.h"
#include "lsst/ip/diffim/ImageSubtract.h"
#include "lsst/ip/diffim/KernelCandidate.h"
#include "lsst/ip/diffim/BuildSingleKernelVisitor.h"

Go to the source code of this file.

Namespaces

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

Macros

#define DEBUG_MATRIX   0
 

Functions

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

Macro Definition Documentation

◆ DEBUG_MATRIX

#define DEBUG_MATRIX   0

Definition at line 26 of file BuildSingleKernelVisitor.cc.