|
lsst.shapelet gc794cbe0cf+cb1993dea9
|
#include <GaussHermiteProjection.h>
Public Member Functions | |
| Eigen::MatrixXd | compute (afw::geom::ellipses::Quadrupole const &inputEllipse, int inputOrder, afw::geom::ellipses::Quadrupole const &outputEllipse, int outputOrder) const |
| Compute a matrix that projects from one shapelet basis ellipse to another. | |
| Eigen::MatrixXd | compute (geom::LinearTransform const &inputTransform, int inputOrder, geom::LinearTransform const &outputTransform, int outputOrder) const |
| Compute a matrix that projects from one shapelet basis "grid transform" to another. | |
| Eigen::MatrixXd | compute (Eigen::Matrix2d const &inputTransform, int inputOrder, Eigen::Matrix2d const &outputTransform, int outputOrder) const |
| Compute a matrix that projects from one shapelet basis "grid transform" to another. | |
| int | getMaxOrder () const |
| GaussHermiteProjection (int maxOrder) | |
Definition at line 34 of file GaussHermiteProjection.h.
|
inlineexplicit |
Definition at line 67 of file GaussHermiteProjection.h.
|
inline |
Compute a matrix that projects from one shapelet basis ellipse to another.
Definition at line 38 of file GaussHermiteProjection.h.
| Eigen::MatrixXd lsst::shapelet::GaussHermiteProjection::compute | ( | Eigen::Matrix2d const & | inputTransform, |
| int | inputOrder, | ||
| Eigen::Matrix2d const & | outputTransform, | ||
| int | outputOrder ) const |
Compute a matrix that projects from one shapelet basis "grid transform" to another.
|
inline |
Compute a matrix that projects from one shapelet basis "grid transform" to another.
Definition at line 49 of file GaussHermiteProjection.h.
|
inline |
Definition at line 65 of file GaussHermiteProjection.h.