aces.cleanlog.clean_parser

Module Contents

Functions

parse_clean_log(→ pandas.DataFrame)

Parse an ASKAPSoft imager log file and extract deconvolution data.

Attributes

LOGGER_REGEX

logger

aces.cleanlog.clean_parser.LOGGER_REGEX = '^(?P<level>\\w+)\\s+(?P<process>[\\w\\.]+)\\s+\\((?P<rank>\\d+),...'[source]
aces.cleanlog.clean_parser.logger[source]
aces.cleanlog.clean_parser.parse_clean_log(clean_log_file: str) pandas.DataFrame[source]

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