pyrad.graph.plot_complex_Doppler#

pyrad.graph.plot_complex_Doppler(spectra, field_name, ray, rng, prdcfg, fname_list, xaxis_info='Doppler_velocity', ylabel=None, titl=None, vmin=None, vmax=None)[source]#

Makes a complex Doppler plot plotting separately the real and the imaginary parts

Parameters:
  • spectra (radar spectra object) – object containing the spectra or the IQ data to plot

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

  • ray, rng (int) – ray and range index

  • prdcfg (dict) – dictionary containing the product configuration

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

  • xaxis_info (str) – Type of x-axis. Can be ‘Doppler_velocity’, ‘Doppler_frequency’ or ‘pulse_number’

  • ylabel (str or None) – The label of the y-axis

  • titl (str or None) – The plot title

  • vmin, vmax (float or None) – The value limits

Returns:

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