pyrad.graph.plot_colocated_gates#
- pyrad.graph.plot_colocated_gates(dataset, prdcfg, fname_list, save_fig=True, grid_size=None)[source]#
This procedure plots the number of colocated gates over a specific grid.
- Parameters:
dataset (dict) – python dict containing the following keys: “RADAR001”, “RADAR002” and “coloc_dic” as returned by the COLOCATED_GATES dataset
prdcfg (dict) – dictionary containing the product configuration
fname_list (list of str) – list of names of the files where to store the plot
save_fig (bool) – if true save the figure. If false it does not close the plot and returns the handle to the figure
grid_size (float) – Size of the grid in degrees (lat/lon). For every grid cell the number of colocated gates that fall within the grid cell will be computed and plotted. If not provided, the grid size defined in gridMapImageConfig with lat_min, lon_min, lat_max, lon_max and lonstep, latstep will be used.
- Returns:
fname_list (list of str or)
fig, ax, display (tuple) – list of names of the saved plots or handle of the figure an axes