pyart.retrieve.compute_rhohv_iq#
- pyart.retrieve.compute_rhohv_iq(radar, subtract_noise=False, lag=0, signal_h_field=None, signal_v_field=None, noise_h_field=None, noise_v_field=None)[source]#
Computes RhoHV from the horizontal and vertical channels IQ data
- Parameters:
radar (IQ radar object) – Object containing the required fields
subtract_noise (Bool) – If True noise will be subtracted from the signals
lag (int) – Time lag used in the computation
signal_h_field, signal_v_field, noise_h_field, noise_v_field (str) – Name of the fields in radar which contains the signal and noise. None will use the default field name in the Py-ART configuration file.
- Returns:
rhohv_dict (field dictionary) – Field dictionary containing the RhoHV