pyrad.util.get_fixed_rng_data#
- pyrad.util.get_fixed_rng_data(radar, field_names, fixed_rng, rng_tol=50.0, ele_min=None, ele_max=None, azi_min=None, azi_max=None)[source]#
Creates a 2D-grid with (azi, ele) data at a fixed range
- Parameters:
radar (radar object) – The radar object containing the data
field_name (str) – The field name
fixed_rng (float) – The fixed range [m]
rng_tol (float) – The tolerance between the nominal range and the actual radar range [m]
ele_min, ele_max, azi_min, azi_max (float or None) – The limits of the grid [deg]. If None the limits will be the limits of the radar volume
- Returns:
radar (radar object) – The radar object containing only the desired data