pyrad.proc.process_kdp_leastsquare_single_window#

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

Computes specific differential phase using a piecewise least square method

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
    rwind : float. Dataset keyword
        The length of the segment for the least square method [m].
        Default 6000.
    vectorize : bool. Dataset keyword
        Whether to vectorize the KDP processing. Default false
    
  • radar_list (list of Radar objects) – Optional. list of radar objects

Returns:

  • new_dataset (dict) – dictionary containing the output

  • ind_rad (int) – radar index