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

nabu.app.parse_reconstruction_log.display_timings_pie(timings, reduce_function=None, cutoffs=None)[source]
nabu.app.parse_reconstruction_log.parse_reclog_cli()[source]