|
lsst.afw g714e0ed6de+de8826df4f
|
#include <aggregates.h>
Public Types | |
| using | ErrKeyArray = std::vector<Key<float>> |
| using | CovarianceKeyArray = std::vector<Key<float>> |
| using | NameArray = std::vector<std::string> |
| using | Value = T |
| The data type for get and set. | |
Public Member Functions | |
| CoordErrKey () | |
| CoordErrKey (ErrKeyArray const &err, CovarianceKeyArray const &cov=CovarianceKeyArray()) | |
| CoordErrKey (SubSchema const &s, std::string const &name) | |
| Eigen::Matrix< float, N, N > | get (BaseRecord const &record) const override |
| Get a covariance matrix from the given record. | |
| Eigen::Matrix< float, N, N > | get (BaseRecord const &record) const override |
| Get a covariance matrix from the given record. | |
| void | set (BaseRecord &record, Eigen::Matrix< float, N, N > const &value) const override |
| Set a covariance matrix in the given record (uses only the lower triangle of the given matrix) | |
| void | set (BaseRecord &record, Eigen::Matrix< float, N, N > const &value) const override |
| Set a covariance matrix in the given record (uses only the lower triangle of the given matrix) | |
| virtual void | set (BaseRecord &record, T const &value) const =0 |
| float | getElement (BaseRecord const &record, int i, int j) const |
| Return the element in row i and column j. | |
| float | getElement (BaseRecord const &record, int i, int j) const |
| Return the element in row i and column j. | |
| void | setElement (BaseRecord &record, int i, int j, float value) const |
| Set the element in row i and column j. | |
| void | setElement (BaseRecord &record, int i, int j, float value) const |
| Set the element in row i and column j. | |
| bool | isValid () const noexcept |
| Return True if all the constituent error Keys are valid. | |
| bool | isValid () const noexcept |
| Return True if all the constituent error Keys are valid. | |
| bool | operator== (CovarianceMatrixKey const &other) const noexcept |
| Compare the FunctorKey for equality with another, using its constituent Keys. | |
| bool | operator== (CovarianceMatrixKey const &other) const noexcept |
| Compare the FunctorKey for equality with another, using its constituent Keys. | |
| bool | operator!= (CovarianceMatrixKey const &other) const noexcept |
| bool | operator!= (CovarianceMatrixKey const &other) const noexcept |
| std::size_t | hash_value () const noexcept |
| Return a hash of this object. | |
| std::size_t | hash_value () const noexcept |
| Return a hash of this object. | |
Static Public Member Functions | |
| static CoordErrKey | addFields (Schema &schema, std::string const &name, std::string const &unit, bool diagonalOnly=false) |
| static CoordErrKey | addFields (Schema &schema, std::string const &name, NameArray const &units, bool diagonalOnly=false) |
| static CovarianceMatrixKey | addFields (Schema &schema, std::string const &prefix, NameArray const &names, std::string const &unit, bool diagonalOnly=false) |
| Add covariance matrix fields to a Schema, and return a CovarianceMatrixKey to manage them. | |
| static CovarianceMatrixKey | addFields (Schema &schema, std::string const &prefix, NameArray const &names, NameArray const &units, bool diagonalOnly=false) |
| Add covariance matrix fields to a Schema, and return a CovarianceMatrixKey to manage them. | |
Definition at line 635 of file aggregates.h.
| using lsst::afw::table::CoordErrKey::CovarianceKeyArray = std::vector<Key<float>> |
Definition at line 638 of file aggregates.h.
| using lsst::afw::table::CoordErrKey::ErrKeyArray = std::vector<Key<float>> |
Definition at line 637 of file aggregates.h.
Definition at line 639 of file aggregates.h.
|
inherited |
The data type for get and set.
Definition at line 77 of file FunctorKey.h.
| lsst::afw::table::CoordErrKey::CoordErrKey | ( | ) |
|
explicit |
| lsst::afw::table::CoordErrKey::CoordErrKey | ( | SubSchema const & | s, |
| std::string const & | name ) |
|
static |
|
static |
|
staticinherited |
Add covariance matrix fields to a Schema, and return a CovarianceMatrixKey to manage them.
| [out] | schema | Schema to add fields to. |
| [in] | prefix | String used to form the first part of all field names. Suffixes of the form '_xErr' and '_x_y_Cov' will be added to form the full field names (using names={'x', 'y'} as an example). |
| [in] | units | Vector of units for for error (standard deviation) values; covariance matrix elements will have "{units[i]} {units[j]}" or "{units[i]}^2", depending on whether units[i] == units[j]. |
| [in] | names | Vector of strings containing the names of the quantities the covariance matrix represents the uncertainty of. |
| [in] | diagonalOnly | If true, only create fields for the error values. |
|
staticinherited |
Add covariance matrix fields to a Schema, and return a CovarianceMatrixKey to manage them.
| [out] | schema | Schema to add fields to. |
| [in] | prefix | String used to form the first part of all field names. Suffixes of the form '_xErr' and '_x_y_Cov' will be added to form the full field names (using names={'x', 'y'} as an example). |
| [in] | unit | Unit for for error (standard deviation) values; covariance matrix elements will be unit^2. |
| [in] | names | Vector of strings containing the names of the quantities the covariance matrix represents the uncertainty of. |
| [in] | diagonalOnly | If true, only create fields for the error values. |
|
overridevirtualinherited |
Get a covariance matrix from the given record.
Implements lsst::afw::table::OutputFunctorKey< T >.
|
overridevirtualinherited |
Get a covariance matrix from the given record.
Implements lsst::afw::table::OutputFunctorKey< T >.
Definition at line 602 of file aggregates.cc.
|
inherited |
Return the element in row i and column j.
|
inherited |
Return the element in row i and column j.
Definition at line 608 of file aggregates.cc.
|
noexceptinherited |
Return a hash of this object.
|
noexceptinherited |
Return a hash of this object.
Definition at line 628 of file aggregates.cc.
|
noexceptinherited |
Return True if all the constituent error Keys are valid.
Note that if the only one or more off-diagonal keys are invalid, we assume that means those terms are zero, not that the whole FunctorKey is invalid.
|
noexceptinherited |
Return True if all the constituent error Keys are valid.
Note that if the only one or more off-diagonal keys are invalid, we assume that means those terms are zero, not that the whole FunctorKey is invalid.
Definition at line 619 of file aggregates.cc.
|
inlinenoexceptinherited |
Definition at line 624 of file aggregates.h.
|
inlinenoexceptinherited |
Definition at line 624 of file aggregates.h.
|
noexceptinherited |
Compare the FunctorKey for equality with another, using its constituent Keys.
|
noexceptinherited |
Compare the FunctorKey for equality with another, using its constituent Keys.
Definition at line 623 of file aggregates.cc.
|
overrideinherited |
Set a covariance matrix in the given record (uses only the lower triangle of the given matrix)
|
overrideinherited |
Set a covariance matrix in the given record (uses only the lower triangle of the given matrix)
Definition at line 605 of file aggregates.cc.
|
pure virtualinherited |
|
inherited |
Set the element in row i and column j.
|
inherited |
Set the element in row i and column j.
Definition at line 611 of file aggregates.cc.