autolens.potential_correction.DpsiPixelization#
- class DpsiPixelization[source]#
Bases:
objectThe pixelization of the potential corrections: the dpsi mesh (its coarsening factor) plus the regularization scheme applied to the corrections (
aa.reg.CurvatureMask,aa.reg.FourthOrderMaskor a kernel regularization such asaa.reg.MaternKernel).- Parameters:
mesh (
RegularDpsiMesh) – TheRegularDpsiMeshdefining the dpsi-mesh coarsening factor.regularization (
AbstractRegularization) – The regularization scheme applied to the potential corrections.
Methods