pyrad.proc.process_filter_0Doppler#
- pyrad.proc.process_filter_0Doppler(procstatus, dscfg, radar_list=None)[source]#
Function to filter the 0-Doppler line bin and neighbours of the Doppler spectra
- 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, can be any of the spectral fields supported by pyrad filter_width : float The Doppler filter width. Default 0. filter_units : str Can be 'm/s' or 'Hz'. Default 'm/s'
radar_list (list of spectra objects) – Optional. list of spectra objects
- Returns:
new_dataset (dict) – dictionary containing the output field, the names of the output fields is the same as the provided datatypes, except for unfiltered fields which are renamed in the following “dBuZ” => “dBZ”
ind_rad (int) – radar index