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¶
- filepath
Path
orstr
Log file path.
- keyword
str
, optional Keyword in the log file. (the default is “ILC status”)
Returns¶
- ilc_status
list
ILC status.
- filepath