:py:mod:`aces.cleanlog.clean_parser` ==================================== .. py:module:: aces.cleanlog.clean_parser Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: aces.cleanlog.clean_parser.parse_clean_log Attributes ~~~~~~~~~~ .. autoapisummary:: aces.cleanlog.clean_parser.LOGGER_REGEX aces.cleanlog.clean_parser.logger .. py:data:: LOGGER_REGEX :value: '^(?P\\w+)\\s+(?P[\\w\\.]+)\\s+\\((?P\\d+),...' .. py:data:: logger .. py:function:: parse_clean_log(clean_log_file: str) -> pandas.DataFrame Parse an ASKAPSoft imager log file and extract deconvolution data. Args: clean_log_file (str): filename of imager log file Returns: pd.DataFrame: devconulation data at different minor iterations