nabu.app.parse_reconstruction_log module¶
- nabu.app.parse_reconstruction_log.extract_timings_from_volume_reconstruction_lines(lines, separator=' - ')[source]¶
- nabu.app.parse_reconstruction_log.parse_logfile(fname, separator=' - ')[source]¶
- Returns:
timings – List of dictionaries: one dict per reconstruction in the log file. For each dict, the key is the pipeline step name, and the value is the list of timings for the different chunks.
- Return type:
list of dict