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
| int lsst.jointcal.check_logged_chi2.Chi2Data.init_count = dataclasses.field(init=False) |
|
static |
◆ kind
| list lsst.jointcal.check_logged_chi2.Chi2Data.kind () |
|
static |
◆ ndof
| np lsst.jointcal.check_logged_chi2.Chi2Data.ndof .ndarray |
|
static |
◆ raw
| np lsst.jointcal.check_logged_chi2.Chi2Data.raw .ndarray |
|
static |
◆ reduced
| np lsst.jointcal.check_logged_chi2.Chi2Data.reduced .ndarray |
|
static |
The documentation for this class was generated from the following file: