pyrad.proc.process_azimuthal_average#
- pyrad.proc.process_azimuthal_average(procstatus, dscfg, radar_list=None)[source]#
Averages radar data in azimuth obtaining and RHI as a result
- 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 angle : float or None. Dataset keyword The center angle to average. If not set or set to -1 all available azimuth angles will be used delta_azi : float. Dataset keyword The angle span to average. If not set or set to -1 all the available azimuth angles will be used 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