pyrad.io.read_rhi_profile#
- pyrad.io.read_rhi_profile(fname, labels=['50.0-percentile', '25.0-percentile', '75.0-percentile'])[source]#
Reads a monitoring time series contained in a csv file
- Parameters:
fname (str) – path of time series file
labels (list of str) – The data labels
- Returns:
height, np_t, vals (tupple) – The read data. None otherwise