pyrad.proc.process_fixed_rng_span#

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

For each azimuth-elevation gets the data within a fixed range span and computes a user-defined statistic: mean, min, max, mode, median

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 strings. Dataset keyword
        The fields we want to extract
    rmin, rmax : float. Dataset keyword
        The range limits [m]
    ele_min, ele_max, azi_min, azi_max : floats. Dataset keyword
        The azimuth and elevation limits of the data [deg]
    
  • radar_list (list of Radar objects) – Optional. list of radar objects

Returns:

  • new_dataset (dict) – dictionary containing the data and metadata at the point of interest

  • ind_rad (int) – radar index