pyart.util.find_neighbour_gates#

pyart.util.find_neighbour_gates(radar, azi, rng, delta_azi=None, delta_rng=None)[source]#

Find the neighbouring gates within +-delta_azi and +-delta_rng

Parameters:
  • radar (radar object) – the radar object

  • azi, rng (float) – The azimuth [deg] and range [m] of the central gate

  • delta_azi, delta_rng (float) – The extend where to look for

Returns:

inds_ray_aux, ind_rng_aux (int) – The indices (ray, rng) of the neighbouring gates