pyrad.proc.process_fixed_rng#

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

Obtains radar data at a fixed range

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 strings. Dataset keyword
        The fields we want to extract
    rng : float. Dataset keyword
        The fixed range [m]
    RngTol : float. Dataset keyword
        The tolerance between the nominal range and the radar range
    ele_min, ele_max, azi_min, azi_max : floats. Dataset keyword
        The azimuth and elevation limits of the data [deg]
    
  • radar_list (list of Radar objects) – Optional. list of radar objects

Returns:

  • new_dataset (dict) – dictionary containing the data and metadata at the point of interest

  • ind_rad (int) – radar index