lf.data.rxquality.eval_day¶
-
lf.data.rxquality.eval_day(day, rxs, txs, data_path, resolution='low', plot=False, config=None)¶ Evaluate the quality of a single day
- Parameters
day (datetime.date) –
rxs (list) – List of receivers to check
txs (list) – List of transmitters to check
data_path (str) – Path to data directory
resolution ({"low", "high"}, optional) – Resolution of measurements to check
plot (bool, optional) – Flag to plot data, useful for debugging
config (configparser, optional) – Configuration for evaluation functions, NOT IMPLEMENTED
- Returns
Dictionary of good paths
- Return type
dict