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
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
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