|
lsst.afw g712618294e+4813a5392e
|
A logarithmic complex ellipticity with magnitude \(|e| = \ln (a/b) \). More...
#include <ConformalShear.h>
Public Types | |
| enum | ParameterEnum { E1 = 0 , E2 = 1 } |
| using | Jacobian = Eigen::Matrix2d |
Public Member Functions | |
| ConformalShear (std::complex< double > const &complex) | |
| ConformalShear (double e1=0.0, double e2=0.0) | |
| ConformalShear (ConformalShear const &other) | |
| ConformalShear (ConformalShear &&other) | |
| ~ConformalShear ()=default | |
| ConformalShear (Distortion const &other) | |
| ConformalShear (ReducedShear const &other) | |
| ConformalShear & | operator= (ConformalShear const &other) |
| ConformalShear & | operator= (ConformalShear &&other) |
| ConformalShear & | operator= (Distortion const &other) |
| ConformalShear & | operator= (ReducedShear const &other) |
| Jacobian | dAssign (ConformalShear const &other) |
| Jacobian | dAssign (Distortion const &other) |
| Jacobian | dAssign (ReducedShear const &other) |
| double | getAxisRatio () const |
| void | normalize () |
| std::complex< double > & | getComplex () |
| std::complex< double > const & | getComplex () const |
| void | setComplex (std::complex< double > const &v) |
| double | getE1 () const |
| void | setE1 (double e1) |
| double | getE2 () const |
| void | setE2 (double e2) |
| double | getE () const |
| void | setE (double e) |
| double | getTheta () const |
Static Public Member Functions | |
| static std::string | getName () |
Protected Attributes | |
| std::complex< double > | _complex |
A logarithmic complex ellipticity with magnitude \(|e| = \ln (a/b) \).
For a more complete definition, see Bernstein and Jarvis (2002); this the same as their conformal shear \(\eta\) (eq. 2.3-2.6).
Definition at line 45 of file ConformalShear.h.
|
inherited |
Definition at line 47 of file EllipticityBase.h.
| Enumerator | |
|---|---|
| E1 | |
| E2 | |
Definition at line 49 of file EllipticityBase.h.
|
inlineexplicit |
Definition at line 47 of file ConformalShear.h.
|
inlineexplicit |
Definition at line 49 of file ConformalShear.h.
|
inline |
Definition at line 51 of file ConformalShear.h.
|
inline |
Definition at line 53 of file ConformalShear.h.
|
default |
|
inlineexplicit |
Definition at line 56 of file ConformalShear.h.
|
inlineexplicit |
Definition at line 58 of file ConformalShear.h.
|
inline |
Definition at line 71 of file ConformalShear.h.
| detail::EllipticityBase::Jacobian lsst::afw::geom::ellipses::ConformalShear::dAssign | ( | Distortion const & | other | ) |
Definition at line 62 of file ConformalShear.cc.
| detail::EllipticityBase::Jacobian lsst::afw::geom::ellipses::ConformalShear::dAssign | ( | ReducedShear const & | other | ) |
Definition at line 81 of file ConformalShear.cc.
| double lsst::afw::geom::ellipses::ConformalShear::getAxisRatio | ( | ) | const |
Definition at line 35 of file ConformalShear.cc.
|
inlineinherited |
Definition at line 51 of file EllipticityBase.h.
|
inlineinherited |
Definition at line 53 of file EllipticityBase.h.
|
inlineinherited |
Definition at line 75 of file EllipticityBase.h.
|
inlineinherited |
Definition at line 57 of file EllipticityBase.h.
|
inlineinherited |
Definition at line 66 of file EllipticityBase.h.
|
inlinestatic |
Definition at line 84 of file ConformalShear.h.
|
inlineinherited |
Definition at line 78 of file EllipticityBase.h.
|
inline |
Definition at line 82 of file ConformalShear.h.
|
inline |
Definition at line 65 of file ConformalShear.h.
|
inline |
Definition at line 60 of file ConformalShear.h.
| ConformalShear & lsst::afw::geom::ellipses::ConformalShear::operator= | ( | Distortion const & | other | ) |
Definition at line 40 of file ConformalShear.cc.
| ConformalShear & lsst::afw::geom::ellipses::ConformalShear::operator= | ( | ReducedShear const & | other | ) |
Definition at line 51 of file ConformalShear.cc.
|
inlineinherited |
Definition at line 55 of file EllipticityBase.h.
|
inlineinherited |
Definition at line 76 of file EllipticityBase.h.
|
inlineinherited |
Definition at line 58 of file EllipticityBase.h.
|
inlineinherited |
Definition at line 67 of file EllipticityBase.h.
|
protectedinherited |
Definition at line 91 of file EllipticityBase.h.