|
lsst::afw::math::KernelList | lsst::ip::diffim::makeDeltaFunctionBasisList (int width, int height) |
| Build a set of Delta Function basis kernels.
|
|
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.
|
|
Eigen::MatrixXd | lsst::ip::diffim::makeRegularizationMatrix (lsst::daf::base::PropertySet const &ps) |
| Build a regularization matrix for Delta function kernels.
|
|
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.
|
|
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.
|
|
lsst::afw::math::KernelList | lsst::ip::diffim::renormalizeKernelList (lsst::afw::math::KernelList const &kernelListIn) |
| Renormalize a list of basis kernels.
|
|
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.
|
|
Implementation of image subtraction functions declared in BasisLists.h.
- Author
- Andrew Becker, University of Washington
Definition in file BasisLists.cc.