|
LSSTApplications
8.0.0.0+107,8.0.0.1+13,9.1+18,9.2,master-g084aeec0a4,master-g0aced2eed8+6,master-g15627eb03c,master-g28afc54ef9,master-g3391ba5ea0,master-g3d0fb8ae5f,master-g4432ae2e89+36,master-g5c3c32f3ec+17,master-g60f1e072bb+1,master-g6a3ac32d1b,master-g76a88a4307+1,master-g7bce1f4e06+57,master-g8ff4092549+31,master-g98e65bf68e,master-ga6b77976b1+53,master-gae20e2b580+3,master-gb584cd3397+53,master-gc5448b162b+1,master-gc54cf9771d,master-gc69578ece6+1,master-gcbf758c456+22,master-gcec1da163f+63,master-gcf15f11bcc,master-gd167108223,master-gf44c96c709
LSSTDataManagementBasePackage
|
A reusable struct for centroid measurements. More...
#include <CentroidUtilities.h>
Public Member Functions | |
| CentroidResult () | |
| Constructor; initializes everything to NaN. More... | |
| Centroid const | getCentroid () const |
| Return a Point object containing the measured x and y. More... | |
| void | setCentroid (Centroid const ¢roid) |
| Set the struct fields from the given Point object. More... | |
| CentroidCov const | getCentroidErr () const |
| Return the 2x2 symmetric covariance matrix, with rows and columns ordered (x, y) More... | |
| void | setCentroidErr (CentroidCov const &matrix) |
| Set the struct uncertainty fields from the given matrix, with rows and columns ordered (x, y) More... | |
Public Attributes | |
| CentroidElement | x |
| x (column) coordinate of the measured position More... | |
| CentroidElement | y |
| y (row) coordinate of the measured position More... | |
| ErrElement | xSigma |
| 1-Sigma uncertainty on x (sqrt of variance) More... | |
| ErrElement | ySigma |
| 1-Sigma uncertainty on y (sqrt of variance) More... | |
| ErrElement | x_y_Cov |
| x,y term in the uncertainty convariance matrix More... | |
A reusable struct for centroid measurements.
Definition at line 35 of file CentroidUtilities.h.
| lsst::meas::base::CentroidResult::CentroidResult | ( | ) |
Constructor; initializes everything to NaN.
Definition at line 28 of file CentroidUtilities.cc.
| Centroid const lsst::meas::base::CentroidResult::getCentroid | ( | ) | const |
Return a Point object containing the measured x and y.
Definition at line 36 of file CentroidUtilities.cc.
| CentroidCov const lsst::meas::base::CentroidResult::getCentroidErr | ( | ) | const |
Return the 2x2 symmetric covariance matrix, with rows and columns ordered (x, y)
Definition at line 43 of file CentroidUtilities.cc.
| void lsst::meas::base::CentroidResult::setCentroid | ( | Centroid const & | centroid | ) |
Set the struct fields from the given Point object.
Definition at line 38 of file CentroidUtilities.cc.
| void lsst::meas::base::CentroidResult::setCentroidErr | ( | CentroidCov const & | matrix | ) |
Set the struct uncertainty fields from the given matrix, with rows and columns ordered (x, y)
Definition at line 51 of file CentroidUtilities.cc.
| CentroidElement lsst::meas::base::CentroidResult::x |
x (column) coordinate of the measured position
Definition at line 36 of file CentroidUtilities.h.
| ErrElement lsst::meas::base::CentroidResult::x_y_Cov |
x,y term in the uncertainty convariance matrix
Definition at line 40 of file CentroidUtilities.h.
| ErrElement lsst::meas::base::CentroidResult::xSigma |
1-Sigma uncertainty on x (sqrt of variance)
Definition at line 38 of file CentroidUtilities.h.
| CentroidElement lsst::meas::base::CentroidResult::y |
y (row) coordinate of the measured position
Definition at line 37 of file CentroidUtilities.h.
| ErrElement lsst::meas::base::CentroidResult::ySigma |
1-Sigma uncertainty on y (sqrt of variance)
Definition at line 39 of file CentroidUtilities.h.
1.8.5