LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Namespaces | Enumerations
constants.h File Reference
#include "Eigen/Core"
#include "lsst/pex/exceptions.h"
#include "lsst/afw/geom/Point.h"
#include "lsst/afw/geom/ellipses/Quadrupole.h"

Go to the source code of this file.

Namespaces

 lsst
 < multiple inclusion guard macro
 
 lsst::meas
 
 lsst::meas::base
 

Typedefs

typedef int lsst::meas::base::ElementCount
 
typedef double lsst::meas::base::Flux
 
typedef double lsst::meas::base::FluxErrElement
 
typedef double lsst::meas::base::Mag
 
typedef double lsst::meas::base::MagErrElement
 
typedef float lsst::meas::base::ErrElement
 
typedef double lsst::meas::base::CentroidElement
 
typedef double lsst::meas::base::ShapeElement
 
typedef afw::geom::Point
< CentroidElement, 2 > 
lsst::meas::base::Centroid
 
typedef Eigen::Matrix
< ErrElement,
2, 2, Eigen::DontAlign > 
lsst::meas::base::CentroidCov
 
typedef
afw::geom::ellipses::Quadrupole 
lsst::meas::base::Shape
 
typedef Eigen::Matrix
< ErrElement,
3, 3, Eigen::DontAlign > 
lsst::meas::base::ShapeCov
 
typedef Eigen::Matrix
< ShapeElement,
3, 3, Eigen::DontAlign > 
lsst::meas::base::ShapeTrMatrix
 

Enumerations

enum  lsst::meas::base::UncertaintyEnum { lsst::meas::base::NO_UNCERTAINTY = 0, lsst::meas::base::SIGMA_ONLY = 1, lsst::meas::base::FULL_COVARIANCE = 2 }
 An enum used to specify how much uncertainty information measurement algorithms provide. More...