read_ilc_status_from_log

lsst.ts.m2gui.read_ilc_status_from_log(filepath: pathlib.Path | str, keyword: str = 'ILC status') list[list[int]]

Read the inner-loop controller (ILC) status from the log file.

Parameters

filepathPath or str

Log file path.

keywordstr, optional

Keyword in the log file. (the default is “ILC status”)

Returns

ilc_statuslist

ILC status.