Store the chi2 values read in from a jointcal log file.
Definition at line 42 of file check_logged_chi2.py.
◆ __post_init__()
lsst.jointcal.check_logged_chi2.Chi2Data.__post_init__ |
( |
|
self | ) |
|
◆ _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.
◆ init_count [1/2]
int lsst.jointcal.check_logged_chi2.Chi2Data.init_count = dataclasses.field(init=False) |
|
static |
◆ init_count [2/2]
lsst.jointcal.check_logged_chi2.Chi2Data.init_count |
◆ kind
list lsst.jointcal.check_logged_chi2.Chi2Data.kind () |
|
static |
◆ ndof [1/2]
np lsst.jointcal.check_logged_chi2.Chi2Data.ndof .ndarray |
|
static |
◆ ndof [2/2]
lsst.jointcal.check_logged_chi2.Chi2Data.ndof |
◆ raw [1/2]
np lsst.jointcal.check_logged_chi2.Chi2Data.raw .ndarray |
|
static |
◆ raw [2/2]
lsst.jointcal.check_logged_chi2.Chi2Data.raw |
◆ reduced [1/2]
np lsst.jointcal.check_logged_chi2.Chi2Data.reduced .ndarray |
|
static |
◆ reduced [2/2]
lsst.jointcal.check_logged_chi2.Chi2Data.reduced |
The documentation for this class was generated from the following file: