restore_centre_rsexecute_workflow

restore_centre_rsexecute_workflow(model_imagelist, psf_imagelist, residual_imagelist=None, **kwargs)[source]

Create a graph to calculate the restored image

This does the following: - Takes the centre frequency slice of the model - Integrates the residual across the band - Fits to the band-integrated PSF - Restores the model, clean_beam, and residual

This will not give any information on the spectral behaviour, use residual_list_rsexecute_workflow for that purpose.

Parameters:
  • model_imagelist – Model list (or graph)

  • psf_imagelist – PSF list (or graph)

  • residual_imagelist – Residual list (or graph)

  • kwargs – Parameters for functions in components

Returns:

list of restored images (or graphs)