lsst.ip.diffim
22.0.1-17-ge5a99e88+3d2c1afe2e
|
#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 &) |
#define DEBUG_MATRIX 0 |
Definition at line 25 of file BuildSingleKernelVisitor.cc.