LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
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
A parametrized matrix that performs a convolution in shapelet space.
GaussHermiteConvolution & operator=(const GaussHermiteConvolution &)=delete
int getColOrder() const
Return the order of the to-be-convolved shapelet basis.
A 2-d function defined by an expansion onto a Gauss-Laguerre or Gauss-Hermite basis.
GaussHermiteConvolution(int colOrder, ShapeletFunction const &psf)
Construct a matrix that convolves a basis of the given order with the given shapelet function.
int getRowOrder() const
Return the order of the post-convolution shapelet basis.
ndarray::Array< double const, 2, 2 > evaluate(afw::geom::ellipses::Ellipse &ellipse) const
Evaluate a shapelet convolution matrix in the given array.
A base class for image defects.
GaussHermiteConvolution(const GaussHermiteConvolution &)=delete
An ellipse defined by an arbitrary BaseCore and a center point.
GaussHermiteConvolution(GaussHermiteConvolution &&)=delete
~GaussHermiteConvolution()
static int computeRowOrder(int colOrder, int psfOrder)