pyrad.proc.process_filter_spectra_noise#
- pyrad.proc.process_filter_spectra_noise(procstatus, dscfg, radar_list=None)[source]#
Filter the noise of the Doppler spectra by clipping any data below the noise level plus a margin
- 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, must contain, "ShhADU" or "SvvADU" or "ShhADUu" or "SvvADUu", and, "sNADUh" or "sNADUv" clipping_level : float The clipping level [dB above noise level]. Default 10.
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
ind_rad (int) – radar index