pyrad.proc.process_monitoring#

pyrad.proc.process_monitoring(procstatus, dscfg, radar_list=None)[source]#

computes monitoring statistics

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
    step : float. Dataset keyword
        The width of the histogram bin. Default is None. In that case the
        default step in function get_histogram_bins is used
    max_rays : int. Dataset keyword
        The maximum number of rays per sweep used when computing the
        histogram. If set above 0 the number of rays per sweep will be
        checked and if above max_rays the last rays of the sweep will be
        removed
    
  • radar_list (list of Radar objects) – Optional. list of radar objects

Returns:

  • new_dataset (Radar) – radar object containing histogram data

  • ind_rad (int) – radar index