sit2standpy.v2.tabulate_results

sit2standpy.v2.utility.tabulate_results(results, csv_path, method='stillness')

Tabulate the results as calculated by the sequential pipeline.

Parameters:
results : {dict, str}

Either a dictionary of the results, or the path to the h5 file where the results were stored.

csv_path : str

Path to save the tabular data at

method : {‘stillness’, ‘displacement’}, optional

Which method to tabulate results for. Default is ‘stillness’.