pyart.retrieve.compute_spectra#

pyart.retrieve.compute_spectra(radar, fields_in_list, fields_out_list, window=None)[source]#

Computes the spectra from IQ data through a Fourier transform

Parameters:
  • radar (radar object) – Object containing the IQ data

  • fields_in_list (list of str) – list of input IQ data fields names

  • fields_out_list (list of str) – list with the output spectra fields names obtained from the input fields

  • window (string, tupple or None) – Parameters of the window used to obtain the spectra. The parameters are the ones corresponding to function scipy.signal.windows.get_window. If None no window will be used

Returns:

spectra (spectra radar object) – radar object containing the spectra fields