lsst.jointcal  master-ga8493ae4fe+4
Public Member Functions | Public Attributes | 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 Attributes

elements
 STL member. More...
 

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.

Member Data Documentation

◆ elements

T std::vector< T >::elements
inherited

STL member.


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