#include <GaussHermiteProjection.h>
|
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. More...
|
|
Eigen::MatrixXd | compute (afw::geom::LinearTransform const &inputTransform, int inputOrder, afw::geom::LinearTransform const &outputTransform, int outputOrder) const |
| Compute a matrix that projects from one shapelet basis "grid transform" to another. More...
|
|
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. More...
|
|
int | getMaxOrder () const |
|
| GaussHermiteProjection (int maxOrder) |
|
Definition at line 33 of file GaussHermiteProjection.h.
◆ GaussHermiteProjection()
lsst::shapelet::GaussHermiteProjection::GaussHermiteProjection |
( |
int |
maxOrder | ) |
|
|
inlineexplicit |
◆ compute() [1/3]
Eigen::MatrixXd lsst::shapelet::GaussHermiteProjection::compute |
( |
afw::geom::ellipses::Quadrupole const & |
inputEllipse, |
|
|
int |
inputOrder, |
|
|
afw::geom::ellipses::Quadrupole const & |
outputEllipse, |
|
|
int |
outputOrder |
|
) |
| const |
|
inline |
Compute a matrix that projects from one shapelet basis ellipse to another.
Definition at line 37 of file GaussHermiteProjection.h.
◆ compute() [2/3]
Eigen::MatrixXd lsst::shapelet::GaussHermiteProjection::compute |
( |
afw::geom::LinearTransform const & |
inputTransform, |
|
|
int |
inputOrder, |
|
|
afw::geom::LinearTransform const & |
outputTransform, |
|
|
int |
outputOrder |
|
) |
| const |
|
inline |
Compute a matrix that projects from one shapelet basis "grid transform" to another.
Definition at line 48 of file GaussHermiteProjection.h.
◆ compute() [3/3]
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.
◆ getMaxOrder()
int lsst::shapelet::GaussHermiteProjection::getMaxOrder |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: