useful_utilities

useful_utilities#

Useful utilities module#

This module provides miscellaneous functions and classes that are useful for PATATO. They are largely independent of the other modules and minimally documented.

Functions

add_axis_label(ax, label[, manual_x, ...])

add_subfigure_label(subfig, ax, label[, ...])

extract_data_tables(datafolder, ...[, ...])

invert_dictionary_tolist(mapping)

linear_regression(x, y[, constant, x_predict])

process_scan_name(template, scan_name)

Process the scan name using the simple template specified.

set_matplotlib_defaults([fig_width, fig_height])