weight_list_rsexecute_workflow
- weight_list_rsexecute_workflow(vis_list, model_imagelist, weighting='uniform', robustness=0.0, **kwargs)[source]
Weight the visibility data
This is done collectively so the weights are summed over all vis_lists and then corrected
- Parameters:
vis_list
model_imagelist – Model required to determine weighting parameters
weighting – Type of weighting
kwargs – Parameters for functions in graphs
- Returns:
List of vis_graphs
For example:
vis_list = weight_list_rsexecute_workflow(vis_list, model_list, weighting='uniform')