pyrad.io.read_histogram_ts#

pyrad.io.read_histogram_ts(fname_list, datatype, t_res=300.0)[source]#

Reads a colection of histogram data file and creates a time series

Parameters:
  • fname_list (str) – list of files to read

  • datatype (str) – The data type (dBZ, ZDR, etc.)

  • t_res (float) – time resolution [s]. If None the time resolution is taken as the median

Returns:

tbin_edges, bin_edges, data_ma, datetime_arr (tupple) – The read data. None otherwise