pyart.util.colocated_gates#
- pyart.util.colocated_gates(radar1, radar2, h_tol=0.0, latlon_tol=0.0, coloc_gates_field=None)[source]#
Flags radar gates of radar1 colocated with radar2 :Parameters: * radar1 (Radar) – radar object that is going to be flagged
radar2 (Radar) – radar object
h_tol (float) – tolerance in altitude [m]
latlon_tol (float) – tolerance in latitude/longitude [deg]
coloc_gates_field (string) – Name of the field to retrieve the data
- Returns:
coloc_dict (dict) – a dictionary containing the colocated positions of radar 1 (ele, azi, rng) and radar 2
coloc_rad1 – field with the colocated gates of radar1 flagged, i.e: 1: not colocated gates 2: colocated (0 is reserved)