LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Namespaces | Functions
BasisLists.h File Reference

Subroutines associated with generating, normalising, and regularising Basis functions. More...

#include <memory>
#include <vector>
#include "Eigen/Core"
#include "lsst/daf/base/PropertySet.h"
#include "lsst/afw/math/Kernel.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...
 
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::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...
 
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...
 
lsst::afw::math::KernelList lsst::ip::diffim::renormalizeKernelList (lsst::afw::math::KernelList const &kernelListIn)
 Renormalize a list of basis kernels. More...
 
lsst::afw::math::KernelList lsst::ip::diffim::makeAlardLuptonBasisList (int halfWidth, int nGauss, std::vector< double > const &sigGauss, std::vector< int > const &degGauss)
 Build a set of Alard/Lupton basis kernels. More...
 

Detailed Description

Subroutines associated with generating, normalising, and regularising Basis functions.

Author
Andrew Becker, University of Washington

Definition in file BasisLists.h.