lsst.ip.diffim
20.0.0-7-gcda7bf1+731db6a9b1
|
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 | |
lsst | |
lsst::ip | |
lsst::ip::diffim | |
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) |
Declaration of BuildSingleKernelVisitor.
Implementation of BuildSingleKernelVisitor.
Definition in file BuildSingleKernelVisitor.h.