24 #ifndef LSST_AFW_MATH_SHAPELETS_GaussHermiteConvolution 25 #define LSST_AFW_MATH_SHAPELETS_GaussHermiteConvolution 33 namespace lsst {
namespace shapelet {
35 class ShapeletFunction;
45 static int computeRowOrder(
int colOrder,
int psfOrder) {
return colOrder + psfOrder; }
90 #endif // !LSST_AFW_MATH_SHAPELETS_GaussHermiteConvolution int getRowOrder() const
Return the order of the post-convolution shapelet basis.
A parametrized matrix that performs a convolution in shapelet space.
ndarray::Array< double const, 2, 2 > evaluate(afw::geom::ellipses::Ellipse &ellipse) const
Evaluate a shapelet convolution matrix in the given array.
~GaussHermiteConvolution()
A base class for image defects.
An ellipse defined by an arbitrary BaseCore and a center point.
static int computeRowOrder(int colOrder, int psfOrder)
GaussHermiteConvolution & operator=(const GaussHermiteConvolution &)=delete
int getColOrder() const
Return the order of the to-be-convolved shapelet basis.
GaussHermiteConvolution(int colOrder, ShapeletFunction const &psf)
Construct a matrix that convolves a basis of the given order with the given shapelet function...
A 2-d function defined by an expansion onto a Gauss-Laguerre or Gauss-Hermite basis.