pyrad.proc.process_echo_id#

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

identifies echoes as 0: No data, 1: Noise, 2: Clutter, 3: Precipitation

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
    wind_size : int
        Size of the moving window used to compute the ray texture
        (number of gates). Default 7
    max_textphi, max_textrhv, max_textzdr, max_textrefl : float
        Maximum value for the texture of the differential phase, texture
        of RhoHV, texture of Zdr and texture of reflectivity. Gates in
        these. Default 20, 0.3, 2.85, 8
    min_rhv : float
        Minimum value for the RhoHV. Default 0.6
    
  • radar_list (list of Radar objects) – Optional. list of radar objects

Returns:

  • new_dataset (dict) – dictionary containing the output

  • ind_rad (int) – radar index