pyrad.io.read_profile_ts#
- pyrad.io.read_profile_ts(fname_list, labels, hres=None, label_nr=0, t_res=300.0)[source]#
Reads a colection of profile data file and creates a time series
- Parameters:
fname_list (str) – list of files to read
labels (list of str) – The data labels
hres (float) – Height resolution
label_nr (int) – the label nr of the data that will be used in the time series
t_res (float) – time resolution [s]. If None the time resolution is taken as the median
- Returns:
tbin_edges, hbin_edges, np_ma, data_ma, datetime_arr (tupple) – The read data. None otherwise