pyrad.proc.process_spectral_phase#
- pyrad.proc.process_spectral_phase(procstatus, dscfg, radar_list=None)[source]#
Computes the spectral phase
- 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"
radar_list (list of spectra objects) – Optional. list of spectra objects
- Returns:
new_dataset (dict) – dictionary containing the output field “SPhasehh” if “ShhADU” was provided as input “SPhasehhu” if “ShhADUu” was provided as input “SPhasevv” if “SvvADU” was provided as input “SPhasevvu” if “SvvADUu” was provided as input
ind_rad (int) – radar index