pyrad.proc.process_icon_lookup_table#

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

Gets icon data and put it in radar coordinates using look up tables computed or loaded when initializing

Parameters:
  • procstatus (int) – Processing status: 0 initializing, 1 processing volume, 2 post-processing

  • dscfg (dictionary of dictionaries) –

    data set configuration. Accepted Configuration Keywords:

    datatype : string. Dataset keyword
        arbitrary data type
    lookup_table : int. Dataset keyword
        if set a pre-computed look up table for the icon coordinates is
        loaded. Otherwise the look up table is computed taking the first
        radar object as reference
    regular_grid : int. Dataset keyword
        if set it is assume that the radar has a grid constant in time and
        therefore there is no need to interpolate the icon field in
        memory to the current radar grid
    icon_type : str. Dataset keyword
        name of the icon field to process. Default TEMP
    icon_variables : list of strings. Dataset keyword
        Py-art name of the icon fields. Default temperature
    
  • radar_list (list of Radar objects) – Optional. list of radar objects

Returns:

  • new_dataset (dict) – dictionary containing the output

  • ind_rad (int) – radar index