24 #ifndef LSST_MEAS_BASE_constants_h_INCLUDED
25 #define LSST_MEAS_BASE_constants_h_INCLUDED
33 namespace lsst {
namespace meas {
namespace base {
57 typedef Eigen::Matrix<ErrElement,2,2,Eigen::DontAlign>
CentroidCov;
59 typedef Eigen::Matrix<ErrElement,3,3,Eigen::DontAlign>
ShapeCov;
65 #endif // !LSST_MEAS_BASE_constants_h_INCLUDED
An ellipse core with quadrupole moments as parameters.
A coordinate class intended to represent absolute positions.
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.
A coordinate class intended to represent absolute positions.
Definitions and inlines for Quadrupole.
afw::geom::ellipses::Quadrupole Shape
Algorithm provides no uncertainy information at all.
Eigen::Matrix< ErrElement, 2, 2, Eigen::DontAlign > CentroidCov
afw::geom::Point< CentroidElement, 2 > Centroid
Eigen::Matrix< ShapeElement, 3, 3, Eigen::DontAlign > ShapeTrMatrix
Include files required for standard LSST Exception handling.