restore_list

ska_sdp_func_python.image.deconvolution.restore_list(model_list: List[Image], psf_list: List[Image] = None, residual_list: List[Image] = None, clean_beam=None)[source]

Restore the model image to the residuals.

The clean beam can be specified as a dictionary with fields “bmaj”, “bmin” (both in arcsec) and “bpa” in degrees.

Parameters:
  • model_list – Model image list (i.e. deconvolved)

  • psf_list – Input PSF list (nchan)

  • residual_list – Residual image

  • clean_beam – Clean beam e.g. {“bmaj”:0.1, “bmin”:0.05, “bpa”:-60.0}. Units are deg, deg, deg

Returns:

restored_list