|
lsst.ip.diffim
17.0.1-7-gfe850ae+4
|
#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/pex/policy/Policy.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::pex::policy::Policy const &) |
| template std::shared_ptr< BuildSingleKernelVisitor< PixelT > > | lsst::ip::diffim::detail::makeBuildSingleKernelVisitor< PixelT > (lsst::afw::math::KernelList const &, lsst::pex::policy::Policy const &, Eigen::MatrixXd const &) |
| #define DEBUG_MATRIX 0 |
Definition at line 25 of file BuildSingleKernelVisitor.cc.
1.8.13