pyrad.graph.plot_fixed_rng_span#

pyrad.graph.plot_fixed_rng_span(radar, field_name, prdcfg, fname_list, azi_res=None, ele_res=None, ang_tol=1.0, stat='max')[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

Returns:

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