24 #ifndef LSST_MEAS_BASE_constants_h_INCLUDED 25 #define LSST_MEAS_BASE_constants_h_INCLUDED 59 typedef Eigen::Matrix<ErrElement, 2, 2, Eigen::DontAlign>
CentroidCov;
61 typedef Eigen::Matrix<ErrElement, 3, 3, Eigen::DontAlign>
ShapeCov;
62 typedef Eigen::Matrix<ShapeElement, 3, 3, Eigen::DontAlign>
ShapeTrMatrix;
69 #endif // !LSST_MEAS_BASE_constants_h_INCLUDED
Eigen::Matrix< ErrElement, 3, 3, Eigen::DontAlign > ShapeCov
UncertaintyEnum
An enum used to specify how much uncertainty information measurement algorithms provide.
Only the diagonal elements of the covariance matrix are provided.
The full covariance matrix is provided.
afw::geom::ellipses::Quadrupole Shape
Eigen::Matrix< ErrElement, 2, 2, Eigen::DontAlign > CentroidCov
geom::Point< CentroidElement, 2 > Centroid
Eigen::Matrix< ShapeElement, 3, 3, Eigen::DontAlign > ShapeTrMatrix
Algorithm provides no uncertainy information at all.