Install this package via :
pip install git+https://github.com/childmindresearch/cpac-callback-plot
usage: clplot [-h] [--output OUTPUT] [--overlap OVERLAP] [--label-min-percent LABEL_MIN_PERCENT] callback_log
Plot a timeline of pipeline events.
positional arguments:
callback_log Path to the callback.log file.
options:
-h, --help show this help message and exit
--output OUTPUT Path to save the plot. If not provided, the plot will be shown in a window.
--overlap OVERLAP Allowed overlap between events in the same slot. Default: 5 seconds.
--label-min-percent LABEL_MIN_PERCENT
Minimum percentage of the total timeline duration for an event to be labeled. Default: 0.01