autolens.potential_correction.DpsiPixelization#

class DpsiPixelization[source]#

Bases: object

The pixelization of the potential corrections: the dpsi mesh (its coarsening factor) plus the regularization scheme applied to the corrections (aa.reg.CurvatureMask, aa.reg.FourthOrderMask or a kernel regularization such as aa.reg.MaternKernel).

Parameters:
  • mesh (RegularDpsiMesh) – The RegularDpsiMesh defining the dpsi-mesh coarsening factor.

  • regularization (AbstractRegularization) – The regularization scheme applied to the potential corrections.

Methods

pair_dpsi_data_mesh(mask, pixel_scale)[source]#