pyrad.graph.plot_selfconsistency#
- pyrad.graph.plot_selfconsistency(zdrkdp_table, fname_list, labelx='ZDR [dB]', labely='KDP/Zh [(deg*m3)/(km*mm6)]', title='Selfconsistency in rain', ymin=None, ymax=None, dpi=72, save_fig=True, ax=None, fig=None)[source]#
plots a ZDR-KDP/ZH selfconsistency in rain relation
- Parameters:
antpattern (dict) – dictionary with the angle and the attenuation
value (float array) – values of the time series
fname_list (list of str) – list of names of the files where to store the plot
labelx (str) – The label of the X axis
linear (boolean) – if true data is in linear units
linear (boolean) – if true data represents the two way attenuation
titl (str) – The figure title
ymin, ymax (float) – Lower/Upper limit of y axis
dpi (int) – dots per inch
- Returns:
fname_list (list of str) – list of names of the created plots