Enum UncertaintyEnum

Enum Documentation

enum lsst::meas::base::UncertaintyEnum

An enum used to specify how much uncertainty information measurement algorithms provide.

Currently, only ResultMappers (not Results) make use of these distinctions; Result structs always have data members that could hold the full-covariance, but may set some of these to NaN.

Values:

NO_UNCERTAINTY = 0

Algorithm provides no uncertainy information at all.

SIGMA_ONLY = 1

Only the diagonal elements of the covariance matrix are provided.

FULL_COVARIANCE = 2

The full covariance matrix is provided.