Skip to content

nabu.app.parse_reconstruction_log

source module nabu.app.parse_reconstruction_log

Functions

source extract_timings_from_volume_reconstruction_lines(lines, separator=' - ')

source parse_logfile(fname, separator=' - ')

Returns

timings: list of dict 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.

Raises

  • ValueError

source display_timings_pie(timings, reduce_function=None, cutoffs=None)

source parse_reclog_cli()