12 #ifndef LSST_IP_DIFFIM_BASISSLISTS_H 13 #define LSST_IP_DIFFIM_BASISSLISTS_H 20 #include "lsst/pex/policy/Policy.h" 21 #include "lsst/afw/math/Kernel.h" 53 lsst::pex::policy::Policy policy
70 std::vector<int>
const & orders,
110 lsst::afw::math::KernelList
const &kernelListIn
129 std::vector<double>
const& sigGauss,
130 std::vector<int>
const& degGauss
lsst::afw::math::KernelList renormalizeKernelList(lsst::afw::math::KernelList const &kernelListIn)
Renormalize a list of basis kernels.
Eigen::MatrixXd makeForwardDifferenceMatrix(int width, int height, std::vector< int > const &orders, float borderPenalty, bool fitForBackground)
Build a forward difference regularization matrix for Delta function kernels.
Eigen::MatrixXd makeRegularizationMatrix(lsst::pex::policy::Policy policy)
Build a regularization matrix for Delta function kernels.
Eigen::MatrixXd makeCentralDifferenceMatrix(int width, int height, int stencil, float borderPenalty, bool fitForBackground)
Build a central difference Laplacian regularization matrix for Delta function kernels.
lsst::afw::math::KernelList makeDeltaFunctionBasisList(int width, int height)
Build a set of Delta Function basis kernels.
lsst::afw::math::KernelList makeAlardLuptonBasisList(int halfWidth, int nGauss, std::vector< double > const &sigGauss, std::vector< int > const °Gauss)
Build a set of Alard/Lupton basis kernels.