LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Namespaces | Functions
BasisLists.h File Reference

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

#include "boost/shared_ptr.hpp"
#include "Eigen/Core"
#include "lsst/pex/policy/Policy.h"
#include "lsst/afw/math/Kernel.h"

Go to the source code of this file.

Namespaces

 lsst
 Estimate image backgrounds.
 
 lsst::ip
 
 lsst::ip::diffim
 

Functions

lsst::afw::math::KernelList lsst::ip::diffim::makeDeltaFunctionBasisList (int width, int height)
 Generate a basis set of delta function Kernels. More...
 
boost::shared_ptr
< Eigen::MatrixXd > 
lsst::ip::diffim::makeRegularizationMatrix (lsst::pex::policy::Policy policy)
 Build a regularization matrix for Delta function kernels. More...
 
boost::shared_ptr
< Eigen::MatrixXd > 
lsst::ip::diffim::makeForwardDifferenceMatrix (int width, int height, std::vector< int > const &orders, float borderPenalty, bool fitForBackground)
 Generate regularization matrix for delta function kernels. More...
 
boost::shared_ptr
< Eigen::MatrixXd > 
lsst::ip::diffim::makeCentralDifferenceMatrix (int width, int height, int stencil, float borderPenalty, bool fitForBackground)
 Generate regularization matrix for delta function kernels. More...
 
lsst::afw::math::KernelList lsst::ip::diffim::renormalizeKernelList (lsst::afw::math::KernelList const &kernelListIn)
 Rescale an input set of kernels. More...
 
lsst::afw::math::KernelList lsst::ip::diffim::makeAlardLuptonBasisList (int halfWidth, int nGauss, std::vector< double > const &sigGauss, std::vector< int > const &degGauss)
 Generate an Alard-Lupton basis set of Kernels. More...
 

Detailed Description

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

Author
Andrew Becker, University of Washington

Definition in file BasisLists.h.