12 #ifndef LSST_IP_DIFFIM_BASISSETS_H
13 #define LSST_IP_DIFFIM_BASISSETS_H
15 #include "boost/shared_ptr.hpp"
69 std::vector<int>
const& orders,
128 std::vector<double>
const& sigGauss,
129 std::vector<int>
const& degGauss
lsst::afw::math::KernelList renormalizeKernelList(lsst::afw::math::KernelList const &kernelListIn)
Rescale an input set of kernels.
Declare the Kernel class and subclasses.
a container for holding hierarchical configuration data in memory.
boost::shared_ptr< Eigen::MatrixXd > makeCentralDifferenceMatrix(int width, int height, int stencil, float borderPenalty, bool fitForBackground)
Generate regularization matrix for delta function kernels.
boost::shared_ptr< Eigen::MatrixXd > makeRegularizationMatrix(lsst::pex::policy::Policy policy)
Build a regularization matrix for Delta function kernels.
lsst::afw::math::KernelList makeDeltaFunctionBasisList(int width, int height)
Generate a basis set of delta function Kernels.
std::vector< boost::shared_ptr< Kernel > > KernelList
boost::shared_ptr< Eigen::MatrixXd > makeForwardDifferenceMatrix(int width, int height, std::vector< int > const &orders, float borderPenalty, bool fitForBackground)
Generate regularization matrix for delta function kernels.
lsst::afw::math::KernelList makeAlardLuptonBasisList(int halfWidth, int nGauss, std::vector< double > const &sigGauss, std::vector< int > const °Gauss)
Generate an Alard-Lupton basis set of Kernels.