pyrad.proc.process_save_radar#
- pyrad.proc.process_save_radar(procstatus, dscfg, radar_list=None)[source]#
Dummy function that allows to save the entire radar object
- Parameters:
procstatus (int) – Processing status: 0 initializing, 1 processing volume, 2 post-processing
dscfg (dictionary of dictionaries) – data set configuration. Accepted Configuration Keywords:
- radarint
If multiple radars are present, the radar number (1-99) to save. If only one radar is present, the radar number can be omitted and the first radar will be saved. This keyword is optional if only one radar is present, but if multiple radars are present, it must be included.
If multiple radars are present and the radar number is not included, a warning will be issued and the first radar will be saved.
radar_list (list of Radar objects) – Optional. list of radar objects
- Returns:
new_dataset (dict) – dictionary containing the output
ind_rad (int) – radar index