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, plot_max=False)[source]#

Plot a fixed-range image.

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 the plot will be stored.

  • azi_res, ele_res (float or None) – Nominal azimuth and elevation angle resolution [deg].

  • ang_tol (float) – Tolerance between the nominal and actual radar angles [deg].

  • vmin, vmax (float or None) – Minimum and maximum values of the color scale. If None, they are obtained from the Py-ART configuration.

  • plot_max (bool, optional) – If True, mark the maximum finite and unmasked field value with a red dot and annotate its azimuth, elevation, and value.

Returns:

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