LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
25 #ifndef LSST_AFW_GEOM_ELLIPSES_Separable_h_INCLUDED
26 #define LSST_AFW_GEOM_ELLIPSES_Separable_h_INCLUDED
49 template <
typename Ellipticity_,
typename Radius_>
57 double const getE1()
const {
return _ellipticity.getE1(); }
58 void setE1(
double e1) { _ellipticity.setE1(e1); }
60 double const getE2()
const {
return _ellipticity.getE2(); }
61 void setE2(
double e2) { _ellipticity.setE2(e2); }
133 void _assignToAxes(
double&
a,
double&
b,
double& theta)
const override;
139 Jacobian
_dAssignToAxes(
double&
a,
double&
b,
double& theta)
const override;
153 #endif // !LSST_AFW_GEOM_ELLIPSES_Separable_h_INCLUDED
double const getE1() const
std::shared_ptr< Separable > clone() const
Deep copy the ellipse core.
Ellipticity & getEllipticity()
void _assignFromAxes(double a, double b, double theta) override
Separable(BaseCore::Convolution const &convolution)
Converting copy constructor.
void writeParameters(double *iter) const override
double const getE2() const
Separable(BaseCore::Transformer const &transformer)
Converting copy constructor.
Ellipticity const & getEllipticity() const
void _assignFromQuadrupole(double ixx, double iyy, double ixy) override
Jacobian _dAssignFromAxes(double a, double b, double theta) override
void _assignToAxes(double &a, double &b, double &theta) const override
void setRadius(Radius const &radius)
std::shared_ptr< BaseCore > _clone() const override
Radius const & getRadius() const
std::string getName() const override
Return a string that identifies this parametrization.
A base class for parametrizations of the "core" of an ellipse - the ellipticity and size.
An ellipse core with a complex ellipticity and radius parameterization.
ItemVariant const * other
Eigen::Vector3d ParameterVector
Parameter vector type.
Separable & operator=(BaseCore const &other)
Converting assignment.
Separable & operator=(Separable const &other)
Standard assignment.
void readParameters(double const *iter) override
~Separable() override=default
A base class for image defects.
void apply(BaseCore &result) const
Separable(Separable const &other)
Copy constructor.
Jacobian _dAssignFromQuadrupole(double ixx, double iyy, double ixy) override
void _assignToQuadrupole(double &ixx, double &iyy, double &ixy) const override
Separable(double e1=0.0, double e2=0.0, double radius=Radius(), bool normalize=true)
Construct from parameter values.
Jacobian _dAssignToQuadrupole(double &ixx, double &iyy, double &ixy) const override
Separable(BaseCore const &other)
Converting copy constructor.
BaseCore & operator=(BaseCore const &other)
Set the parameters of this ellipse core from another.
Separable(Separable &&other)
A temporary-only expression object for ellipse core convolution.
void setRadius(double radius)
Jacobian _dAssignToAxes(double &a, double &b, double &theta) const override
void normalize() override
Put the parameters into a "standard form", and throw InvalidParameterError if they cannot be normaliz...