pyrad.graph.plot_fixed_rng#

pyrad.graph.plot_fixed_rng(radar, field_name, prdcfg, fname_list, azi_res=None, ele_res=None, ang_tol=1.0, vmin=None, vmax=None)[source]#

plots a fixed range plot

Parameters:
  • radar (radar object) – The radar object containing the fixed range data

  • field_name (str) – The name of the field to plot

  • prdcfg (dict) – dictionary containing the product configuration

  • fname_list (list of str) – list of names of the files where to store the plot

  • azi_res, ele_res (float) – The nominal azimuth and elevation angle resolution [deg]

  • ang_tol (float) – The tolerance between the nominal and the actual radar angle

  • vmin, vmax (float) – Min and Max values of the color scale. If None it is going to be taken from the Py-ART config files

Returns:

fname_list (list of str) – list of names of the created plots