helper module
Define utility functions related to thresholds.
- threshold_df_column_header(instrument, threshold)[source]
Create consistent column header for threshold dataframes.
- Parameters:
instrument (
Instrument) – Object that measured data in currently labelled column.threshold (
Threshold) – Threshold for which you want a header.
- Returns:
Threshold dataframe column header, looking like:
"NI9205_E4 @ upper threshold (according to NI9205_MP4l)".- Return type:
- extract_detecting_name(label)[source]
Get detecting instrument name from a thresholds df column header.