autolens.potential_correction.DpsiSrcPixelization#

class DpsiSrcPixelization[source]#

Bases: object

The joint pixelization of a source+dpsi inversion: the dpsi pixelization of the potential corrections and the standard autolens pixelization of the source.

Parameters:
  • dpsi_pixelization (DpsiPixelization) – The pixelization of the potential corrections.

  • src_pixelization (Pixelization) – The pixelization of the source reconstruction.

Methods