pyart.retrieve.compute_iq#
- pyart.retrieve.compute_iq(spectra, fields_in_list, fields_out_list, window=None)[source]#
Computes the IQ data from the spectra through an inverse Fourier transform
- Parameters:
spectra (Spectra radar object) – Object containing the spectra
fields_in_list (list of str) – list of input spectra fields names
fields_out_list (list of str) – list with the output IQ 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 it is not None the inverse will be used to multiply the IQ data obtained by the IFFT
- Returns:
radar (IQ radar object) – radar object containing the IQ fields