pyrad.graph.plot_bscope#
- pyrad.graph.plot_bscope(radar, field_name, ind_sweep, prdcfg, fname_list, vmin=None, vmax=None, ray_dim='ang', xaxis_rng=True)[source]#
plots a B-Scope (angle-range representation)
- Parameters:
radar (Radar object) – object containing the radar data to plot
field_name (str) – name of the radar field to plot
ind_sweep (int) – sweep index 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
vmin, vmax (float) – Min and max values of the colorbar
ray_dim (str) – the ray dimension. Can be ‘ang’ or ‘time’
xaxis (bool) – if true the range will be in the x-axis. Otherwise it will be in the y-axis.
- Returns:
fname_list (list of str) – list of names of the created plots