lsst.jointcal
master-gc935ebf72c
|
a class to accumulate chi2 contributions together with pointers to the contributors. More...
Public Member Functions | |
Chi2Entry (double c, std::shared_ptr< BaseStar > s) | |
bool | operator< (const Chi2Entry &R) const |
Chi2Entry (double chi2, std::shared_ptr< MeasuredStar > star) | |
bool | operator< (const Chi2Entry &right) const |
Public Attributes | |
double | chi2 |
std::shared_ptr< BaseStar > | ps |
std::shared_ptr< MeasuredStar > | measuredStar |
a class to accumulate chi2 contributions together with pointers to the contributors.
This structure allows to compute the chi2 statistics (average and variance) and directly point back to the bad guys without relooping. The Chi2Entry routine makes it compatible with accumulateStatImage and accumulateStatImageList.
Definition at line 562 of file AstrometryFit.cc.
|
inline |
Definition at line 566 of file AstrometryFit.cc.
|
inline |
Definition at line 161 of file PhotometryFit.cc.
|
inline |
Definition at line 163 of file PhotometryFit.cc.
|
inline |
Definition at line 568 of file AstrometryFit.cc.
double lsst::jointcal::Chi2Entry::chi2 |
Definition at line 563 of file AstrometryFit.cc.
std::shared_ptr<MeasuredStar> lsst::jointcal::Chi2Entry::measuredStar |
Definition at line 159 of file PhotometryFit.cc.
std::shared_ptr<BaseStar> lsst::jointcal::Chi2Entry::ps |
Definition at line 564 of file AstrometryFit.cc.