pyrad.proc.process_fft#

pyrad.proc.process_fft(procstatus, dscfg, radar_list=None)[source]#

Compute the Doppler spectra form the IQ data with a Fourier transform

Parameters:
  • procstatus (int) – Processing status: 0 initializing, 1 processing volume, 2 post-processing

  • dscfg (dictionary of dictionaries) –

    data set configuration. Accepted configuration keywords:

    datatype : list of string. Dataset keyword
        The input data types
    window : list of str
        Parameters of the window used to obtain the spectra. The
        parameters are the ones corresponding to function
        scipy.signal.windows.get_window. It can also be ['None'].
    
  • radar_list (list of spectra objects) – Optional. list of spectra objects

Returns:

  • new_dataset (dict) – dictionary containing the output

  • ind_rad (int) – radar index