lsst.jointcal  master-g9041cab851+12
Public Member Functions | Friends | List of all members
lsst::jointcal::Chi2List Class Reference

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

#include <Chi2.h>

Inheritance diagram for lsst::jointcal::Chi2List:
lsst::jointcal::Chi2Accumulator

Public Member Functions

void addEntry (double chi2, unsigned ndof, std::shared_ptr< BaseStar > star) override
 
std::pair< double, double > computeAverageAndSigma ()
 Compute the average and std-deviation of these chisq values. More...
 
- Public Member Functions inherited from lsst::jointcal::Chi2Accumulator
virtual ~Chi2Accumulator ()
 

Friends

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

Detailed Description

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

Definition at line 84 of file Chi2.h.

Member Function Documentation

◆ addEntry()

void lsst::jointcal::Chi2List::addEntry ( double  chi2,
unsigned  ndof,
std::shared_ptr< BaseStar star 
)
inlineoverridevirtual

Implements lsst::jointcal::Chi2Accumulator.

Definition at line 86 of file Chi2.h.

◆ computeAverageAndSigma()

std::pair< double, double > lsst::jointcal::Chi2List::computeAverageAndSigma ( )

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

Definition at line 33 of file Chi2.cc.

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 45 of file Chi2.cc.


The documentation for this class was generated from the following files: