pyrad.io.read_quantiles_ts#
- pyrad.io.read_quantiles_ts(fname_list, step=5.0, qmin=0.0, qmax=100.0, t_res=300.0)[source]#
Reads a colection of quantiles data file and creates a time series
- Parameters:
fname_list (str) – list of files to read
step, qmin, qmax (float) – The minimum, maximum and step quantiles
t_res (float) – time resolution [s]. If None the time resolution is taken as the median
- Returns:
tbin_edges, qbin_edges, data_ma, datetime_arr (tupple) – The read data. None otherwise