pyart.retrieve.compute_spectral_rhohv#

pyart.retrieve.compute_spectral_rhohv(spectra, subtract_noise=False, signal_h_field=None, signal_v_field=None, noise_h_field=None, noise_v_field=None)[source]#

Computes the spectral RhoHV from the complex spectras in ADU

Parameters:
  • spectra (Radar spectra object) – Object containing the required fields

  • subtract_noise (Bool) – If True noise will be subtracted from the signals

  • 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:

sRhoHV_dict (field dictionary) – Field dictionary containing the spectral RhoHV