Class SimpleShapeResult

Class Documentation

class SimpleShapeResult

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

Public Functions

bool getFlag(int index) const
SimpleShapeResult()

Constructor; initializes everything to Nan.

Public Members

afw::geom::ellipses::Quadrupole ellipse

Measured second moments.

geom::Point2D center

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

Eigen::Matrix<double, 5, 5> covariance

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

std::bitset<SimpleShape::N_FLAGS> flags