Class Chi2List

Inheritance Relationships

Base Types

Class Documentation

class Chi2List : public lsst::jointcal::Chi2Accumulator, public std::vector<Chi2Star>

Structure to accumulate the chi2 contributions per each star (to help find outliers).

Public Functions

void addEntry(double chi2, std::size_t ndof, std::shared_ptr<BaseStar> star)
std::pair<double, double> computeAverageAndSigma()

Compute the average and std-deviation of these chisq values.

Friends

std::ostream &operator<<(std::ostream &s, Chi2List const &chi2List)