LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst::meas::extensions::simpleShape::SimpleShapeResult Class Reference

Struct to hold the results of SimpleShape when we don't run it as a plugin. More...

#include <simpleShape.h>

Public Member Functions

bool getFlag (int index) const
 
 SimpleShapeResult ()
 Constructor; initializes everything to Nan. More...
 

Public Attributes

afw::geom::ellipses::Quadrupole ellipse
 Measured second moments. More...
 
geom::Point2D center
 Measured first moments, or the input center if !recentroid. More...
 
Eigen::Matrix< double, 5, 5 > covariance
 Matrix of uncertainties; ordered Ixx, Iyy, Ixy, Ix, Iy. More...
 
std::bitset< SimpleShape::N_FLAGSflags
 

Detailed Description

Struct to hold the results of SimpleShape when we don't run it as a plugin.

Definition at line 204 of file simpleShape.h.

Constructor & Destructor Documentation

◆ SimpleShapeResult()

lsst::meas::extensions::simpleShape::SimpleShapeResult::SimpleShapeResult ( )

Member Function Documentation

◆ getFlag()

bool lsst::meas::extensions::simpleShape::SimpleShapeResult::getFlag ( int  index) const
inline

Definition at line 215 of file simpleShape.h.

215 { return flags[index]; }

Member Data Documentation

◆ center

geom::Point2D lsst::meas::extensions::simpleShape::SimpleShapeResult::center

Measured first moments, or the input center if !recentroid.

Definition at line 207 of file simpleShape.h.

◆ covariance

Eigen::Matrix<double,5,5> lsst::meas::extensions::simpleShape::SimpleShapeResult::covariance

Matrix of uncertainties; ordered Ixx, Iyy, Ixy, Ix, Iy.

Definition at line 208 of file simpleShape.h.

◆ ellipse

afw::geom::ellipses::Quadrupole lsst::meas::extensions::simpleShape::SimpleShapeResult::ellipse

Measured second moments.

Definition at line 206 of file simpleShape.h.

◆ flags

std::bitset<SimpleShape::N_FLAGS> lsst::meas::extensions::simpleShape::SimpleShapeResult::flags

Definition at line 211 of file simpleShape.h.


The documentation for this class was generated from the following files:
lsst::meas::extensions::simpleShape::SimpleShapeResult::flags
std::bitset< SimpleShape::N_FLAGS > flags
Definition: simpleShape.h:211
lsst::meas::extensions::simpleShape::SimpleShapeResult::covariance
Eigen::Matrix< double, 5, 5 > covariance
Matrix of uncertainties; ordered Ixx, Iyy, Ixy, Ix, Iy.
Definition: simpleShape.h:208
lsst::meas::extensions::simpleShape::SimpleShapeResult::ellipse
afw::geom::ellipses::Quadrupole ellipse
Measured second moments.
Definition: simpleShape.h:206
lsst::meas::extensions::simpleShape::SimpleShapeResult::center
geom::Point2D center
Measured first moments, or the input center if !recentroid.
Definition: simpleShape.h:207
std::numeric_limits