invert_skymodel_list_rsexecute_workflow

invert_skymodel_list_rsexecute_workflow(vis_list, skymodel_list, **kwargs)[source]

Calibrate and invert from a skymodel, iterating over the skymodel

The function get_pb should have the signature:

get_pb(Visibility, Image)

and should return the primary beam for the visibility.

The return is a graph for a set of tuples of (dirty, sensitivity image)

Parameters:
  • vis_list – List of Visibility data models

  • skymodel_list – skymodel list

  • kwargs – Parameters for functions in components

Returns:

List of (image, weight) tuples)