a class to accumulate chi2 contributions together with pointers to the contributors. More...
Public Member Functions | |
Chi2Entry (const double &c, MeasuredStar *s) | |
bool | operator< (const Chi2Entry &R) const |
Public Attributes | |
double | chi2 |
MeasuredStar * | ms |
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.