lsst.jointcal  19.0.0-14-gb0260a2+9d18e392c7
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.jointcal.check_logged_chi2.Chi2Data Class Reference

Public Member Functions

def __post_init__ (self)
 

Public Attributes

 raw
 
 ndof
 
 reduced
 
 init_count
 

Static Public Attributes

 int
 
 init
 

Detailed Description

Store the chi2 values read in from a jointcal log file.

Definition at line 42 of file check_logged_chi2.py.

Member Function Documentation

◆ __post_init__()

def lsst.jointcal.check_logged_chi2.Chi2Data.__post_init__ (   self)

Definition at line 51 of file check_logged_chi2.py.

Member Data Documentation

◆ init

lsst.jointcal.check_logged_chi2.Chi2Data.init
static

Definition at line 49 of file check_logged_chi2.py.

◆ init_count

lsst.jointcal.check_logged_chi2.Chi2Data.init_count

Definition at line 56 of file check_logged_chi2.py.

◆ int

lsst.jointcal.check_logged_chi2.Chi2Data.int
static

Definition at line 49 of file check_logged_chi2.py.

◆ ndof

lsst.jointcal.check_logged_chi2.Chi2Data.ndof

Definition at line 54 of file check_logged_chi2.py.

◆ raw

lsst.jointcal.check_logged_chi2.Chi2Data.raw

Definition at line 53 of file check_logged_chi2.py.

◆ reduced

lsst.jointcal.check_logged_chi2.Chi2Data.reduced

Definition at line 55 of file check_logged_chi2.py.


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