pyrad.io.read_intercomp_scores_ts#
- pyrad.io.read_intercomp_scores_ts(fname, sort_by_date=False)[source]#
Reads a radar intercomparison scores csv file
- Parameters:
fname (str) – path of time series file
sort_by_date (bool) – if True, the read data is sorted by date prior to exit
- Returns:
date_vec, np_vec, meanbias_vec, medianbias_vec, quant25bias_vec,
quant75bias_vec, modebias_vec, corr_vec, slope_vec, intercep_vec,
intercep_slope1_vec (tupple) – The read data. None otherwise