lsst.jointcal g29ae962dfc+e5e7db215e
Loading...
Searching...
No Matches
lsst.jointcal.check_logged_chi2.Chi2Data Class Reference

Public Member Functions

 __post_init__ (self)
 

Static Public Attributes

list kind ()
 
np raw .ndarray
 
np ndof .ndarray
 
np reduced .ndarray
 
int init_count = dataclasses.field(init=False)
 

Protected Member Functions

 _find_init (self)
 

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__()

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

Definition at line 51 of file check_logged_chi2.py.

◆ _find_init()

lsst.jointcal.check_logged_chi2.Chi2Data._find_init ( self)
protected
Return the index of the first "fit step", after initialization.

NOTE
----
There are never more than ~25 items in the list, so search optimization
is not worth the trouble.

Definition at line 58 of file check_logged_chi2.py.

Member Data Documentation

◆ init_count

int lsst.jointcal.check_logged_chi2.Chi2Data.init_count = dataclasses.field(init=False)
static

Definition at line 49 of file check_logged_chi2.py.

◆ kind

list lsst.jointcal.check_logged_chi2.Chi2Data.kind ()
static

Definition at line 45 of file check_logged_chi2.py.

◆ ndof

np lsst.jointcal.check_logged_chi2.Chi2Data.ndof .ndarray
static

Definition at line 47 of file check_logged_chi2.py.

◆ raw

np lsst.jointcal.check_logged_chi2.Chi2Data.raw .ndarray
static

Definition at line 46 of file check_logged_chi2.py.

◆ reduced

np lsst.jointcal.check_logged_chi2.Chi2Data.reduced .ndarray
static

Definition at line 48 of file check_logged_chi2.py.


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