LSST Applications g044012fb7c+ee7a5e62c1,g04a91732dc+96122fea34,g07dc498a13+195d1f135d,g1409bbee79+195d1f135d,g1a7e361dbc+195d1f135d,g1fd858c14a+101fe427f6,g2179890f76+9195725283,g35bb328faa+0eb18584fe,g3bd4b5ce2c+db74eb3723,g3fa7bbdb64+d4f98599f0,g4e0f332c67+976ceb6bc8,g53246c7159+0eb18584fe,g5477a8d5ce+51234355ef,g60b5630c4e+04a6235574,g78460c75b0+85633614c8,g786e29fd12+02b9b86fc9,g8852436030+a25ee90c77,g89139ef638+195d1f135d,g8b49a6ea8e+04a6235574,g9125e01d80+0eb18584fe,g9583089f3b+04a6235574,g974caa22f6+0eb18584fe,g97db14605f+c13fe7e4df,g989de1cb63+195d1f135d,g9f33ca652e+c3b6555694,gaaedd4e678+195d1f135d,gabe3b4be73+543c3c03c9,gb1101e3267+0bf035e985,gb1e08c0788+5d6a742180,gb58c049af0+492386d360,gc99c83e5f0+a513197d39,gcf25f946ba+a25ee90c77,gd0fa69b896+2193efa898,gd6cbbdb0b4+3fef02d88a,gde0f65d7ad+3291889499,ge278dab8ac+ae64226a64,geab183fbe5+04a6235574,gfba249425e+0eb18584fe,w.2025.06
LSST Data Management Base Package
|
A class to evaluate HERMITE shapelet-related quantities. More...
#include <GaussHermiteEvaluator.h>
Public Member Functions | |
int | getOrder () const |
void | fillEvaluation (Array1d const &target, double x, double y, Array1d const &dx=Array1d(), Array1d const &dy=Array1d()) const |
Fill a vector whose dot product with a HERMITE coefficient vector evaluates a simple unscaled shapelet expansion at the given point. | |
void | fillEvaluation (Array1d const &target, geom::Point2D const &point, Array1d const &dx=Array1d(), Array1d const &dy=Array1d()) const |
Fill a vector whose dot product with a HERMITE coefficient vector evaluates a simple unscaled shapelet expansion at the given point. | |
void | fillEvaluation (Array1d const &target, geom::Extent2D const &point, Array1d const &dx=Array1d(), Array1d const &dy=Array1d()) const |
Fill a vector whose dot product with a HERMITE coefficient vector evaluates a simple unscaled shapelet expansion at the given point. | |
void | fillIntegration (Array1d const &target, int xMoment=0, int yMoment=0) const |
Fill a vector whose dot product with a HERMITE coefficient vector integrates a simple unscaled shapelet expansion. | |
double | sumEvaluation (ndarray::Array< double const, 1 > const &coeff, double x, double y, double *dx=0, double *dy=0) const |
Evaluate a simple unscaled shapelet expansion at the given point. | |
double | sumEvaluation (ndarray::Array< double const, 1 > const &coeff, geom::Point2D const &point, double *dx=0, double *dy=0) const |
Evaluate a simple unscaled shapelet expansion at the given point. | |
double | sumEvaluation (ndarray::Array< double const, 1 > const &coeff, geom::Extent2D const &point, double *dx=0, double *dy=0) const |
Evaluate a simple unscaled shapelet expansion at the given point. | |
double | sumIntegration (ndarray::Array< double const, 1 > const &coeff, int xMoment=0, int yMoment=0) const |
Integrate a simple unscaled shapelet expansion. | |
GaussHermiteEvaluator (int order) | |
Static Public Member Functions | |
static Eigen::MatrixXd | computeInnerProductMatrix (int rowOrder, int colOrder, double a, double b) |
Fill a matrix with the function inner products of two HERMITE shapelet basis functions with different scales. | |
A class to evaluate HERMITE shapelet-related quantities.
Definition at line 84 of file GaussHermiteEvaluator.h.
|
explicit |
|
static |
Fill a matrix with the function inner products of two HERMITE shapelet basis functions with different scales.
\( M_{\mathbf{i},\mathbf{j}} = \int d^2 \mathbf{x} \psi_\mathbf{i}(a\mathbf{x})\phi_\mathbf{j}(b\mathbf{x}) \)
void lsst::shapelet::GaussHermiteEvaluator::fillEvaluation | ( | Array1d const & | target, |
double | x, | ||
double | y, | ||
Array1d const & | dx = Array1d(), | ||
Array1d const & | dy = Array1d() ) const |
Fill a vector whose dot product with a HERMITE coefficient vector evaluates a simple unscaled shapelet expansion at the given point.
|
inline |
Fill a vector whose dot product with a HERMITE coefficient vector evaluates a simple unscaled shapelet expansion at the given point.
Definition at line 127 of file GaussHermiteEvaluator.h.
|
inline |
Fill a vector whose dot product with a HERMITE coefficient vector evaluates a simple unscaled shapelet expansion at the given point.
Definition at line 115 of file GaussHermiteEvaluator.h.
void lsst::shapelet::GaussHermiteEvaluator::fillIntegration | ( | Array1d const & | target, |
int | xMoment = 0, | ||
int | yMoment = 0 ) const |
Fill a vector whose dot product with a HERMITE coefficient vector integrates a simple unscaled shapelet expansion.
|
inline |
Definition at line 99 of file GaussHermiteEvaluator.h.
double lsst::shapelet::GaussHermiteEvaluator::sumEvaluation | ( | ndarray::Array< double const, 1 > const & | coeff, |
double | x, | ||
double | y, | ||
double * | dx = 0, | ||
double * | dy = 0 ) const |
Evaluate a simple unscaled shapelet expansion at the given point.
|
inline |
Evaluate a simple unscaled shapelet expansion at the given point.
Definition at line 162 of file GaussHermiteEvaluator.h.
|
inline |
Evaluate a simple unscaled shapelet expansion at the given point.
Definition at line 152 of file GaussHermiteEvaluator.h.
double lsst::shapelet::GaussHermiteEvaluator::sumIntegration | ( | ndarray::Array< double const, 1 > const & | coeff, |
int | xMoment = 0, | ||
int | yMoment = 0 ) const |
Integrate a simple unscaled shapelet expansion.