pyrad.proc.process_moving_azimuthal_average#

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

Applies a moving azimuthal average to the radar data

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

  • dscfg (dictionary of dictionaries) –

    data set configuration. Accepted Configuration Keywords:

    datatype : string. Dataset keyword
        The data type where we want to extract the point measurement
    delta_azi : float. Dataset keyword
        The angle span to average. Default 20
    avg_type : str. Dataset keyword
        Average type. Can be mean or median. Default mean
    nvalid_min : int. Dataset keyword
        the minimum number of valid points to consdier the average valid.
        Default 1
    lin_trans : dict or None
        A dictionary specifying which data types have to be transformed
        in linear units before averaging
    
radar_listlist of Radar objects

Optional. list of radar objects

Returns:

  • new_dataset (dict) – dictionary containing the gridded data

  • ind_rad (int) – radar index