update_beams_dict

update_beams_dict(dct, udct)[source]

Update a beams dictionary. All generic solutions tried so far did not do the job. So this method assumes an explicit dictionary structure of ['<field name']['<intent>'][<spwids>]: {<beam>}.

Parameters:
  • dct (dict) -- Beams dictionary

  • udct (dict) -- Beams update dictionary

Returns:

None. The main dictionary is modified in place.

Return type:

None