LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Implementation of image subtraction functions declared in BasisLists.h. More...
#include <cmath>
#include <limits>
#include "boost/timer.hpp"
#include "lsst/pex/exceptions/Exception.h"
#include "lsst/daf/base/PropertySet.h"
#include "lsst/afw/image.h"
#include "lsst/afw/math.h"
#include "lsst/geom.h"
#include "lsst/log/Log.h"
#include "lsst/ip/diffim/BasisLists.h"
Go to the source code of this file.
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::ip | |
lsst::ip::diffim | |
Functions | |
lsst::afw::math::KernelList | lsst::ip::diffim::makeDeltaFunctionBasisList (int width, int height) |
Build a set of Delta Function basis kernels. More... | |
lsst::afw::math::KernelList | lsst::ip::diffim::makeAlardLuptonBasisList (int halfWidth, int nGauss, std::vector< double > const &sigGauss, std::vector< int > const °Gauss) |
Build a set of Alard/Lupton basis kernels. More... | |
Eigen::MatrixXd | lsst::ip::diffim::makeRegularizationMatrix (lsst::daf::base::PropertySet const &ps) |
Build a regularization matrix for Delta function kernels. More... | |
Eigen::MatrixXd | lsst::ip::diffim::makeCentralDifferenceMatrix (int width, int height, int stencil, float borderPenalty, bool fitForBackground) |
Build a central difference Laplacian regularization matrix for Delta function kernels. More... | |
Eigen::MatrixXd | lsst::ip::diffim::makeForwardDifferenceMatrix (int width, int height, std::vector< int > const &orders, float borderPenalty, bool fitForBackground) |
Build a forward difference regularization matrix for Delta function kernels. More... | |
lsst::afw::math::KernelList | lsst::ip::diffim::renormalizeKernelList (lsst::afw::math::KernelList const &kernelListIn) |
Renormalize a list of basis kernels. More... | |
Eigen::MatrixXd | lsst::ip::diffim::makeFiniteDifferenceRegularizationDeprecated (unsigned int width, unsigned int height, unsigned int order, unsigned int boundary_style, unsigned int difference_style, bool printB) |
Generate regularization matrix for delta function kernels. More... | |
Implementation of image subtraction functions declared in BasisLists.h.
Definition in file BasisLists.cc.