pyrad.proc.process_ifft#

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

Compute the Doppler spectrum width from the spectral reflectivity

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, must contain,
        "ShhADU" or "ShhADUu", or,
        "SvvADU" or "SvvADUu", or,
        "sNADUh" or "sNADUv"
    
  • radar_list (list of spectra objects) – Optional. list of spectra objects

Returns:

  • new_dataset (dict) – dictionary containing the output fields “IQhhADU” if “ShhADU” or “ShhADUu” were provided, “IQhvvDU” if “SvvADU” or “SvvADUu” were provided, “IQNADUh” if “sNADUh” was provided, “IQNADUv” if “sNADUv” was provided.

  • ind_rad (int) – radar index