lsst.jointcal
22.0.1-16-g314fa6d+3a578dc22d
|
Public Member Functions | |
def | __init__ (self, plot=True, verbose=True) |
def | __call__ (self, logfile) |
Public Attributes | |
matcher | |
plot | |
verbose | |
fig | |
section_start | |
section_end | |
Parse a jointcal logfile to extract chi2 values and plot them. Call the instance with the path to a file to check it for anamolous chi2 and output plots to your current directory. Parameters ---------- plot : `bool` Make plots for each file (saved to the current working directory)? verbose : `bool` Print extra updates during processing?
Definition at line 76 of file check_logged_chi2.py.
Definition at line 89 of file check_logged_chi2.py.
def lsst.jointcal.check_logged_chi2.LogParser.__call__ | ( | self, | |
logfile | |||
) |
Parse logfile to extract chi2 values and generate and save plots. The plot output is written to the current directory, with the name derived from the basename of ``logfile``. Parameters ---------- logfile : `str` The filename of the jointcal log to process.
Definition at line 109 of file check_logged_chi2.py.
lsst.jointcal.check_logged_chi2.LogParser.fig |
Definition at line 100 of file check_logged_chi2.py.
lsst.jointcal.check_logged_chi2.LogParser.matcher |
Definition at line 95 of file check_logged_chi2.py.
lsst.jointcal.check_logged_chi2.LogParser.plot |
Definition at line 96 of file check_logged_chi2.py.
lsst.jointcal.check_logged_chi2.LogParser.section_end |
Definition at line 106 of file check_logged_chi2.py.
lsst.jointcal.check_logged_chi2.LogParser.section_start |
Definition at line 104 of file check_logged_chi2.py.
lsst.jointcal.check_logged_chi2.LogParser.verbose |
Definition at line 97 of file check_logged_chi2.py.