Skip to content

Commit 9184f28

Browse files
Jammy2211Copilot
andauthored
Update autoarray/inversion/regularization/matern_adaptive_brightness_kernel.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f724404 commit 9184f28

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

autoarray/inversion/regularization/matern_adaptive_brightness_kernel.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,11 @@ def __init__(
107107
coefficient
108108
The regularization coefficient which controls the degree of smooth of the inversion reconstruction.
109109
scale
110-
The typical scale of the exponential regularization pattern.
110+
The typical scale (correlation length) of the Matérn regularization kernel.
111111
nu
112-
Controls the derivative of the regularization pattern (`nu=0.5` is a Gaussian).
112+
Controls the smoothness (differentiability) of the Matérn kernel; ``nu=0.5`` corresponds to an
113+
exponential (Ornstein–Uhlenbeck) kernel, while a Gaussian covariance is obtained in the limit
114+
as ``nu`` approaches infinity.
113115
rho
114116
Controls how strongly the kernel weights adapt to pixel brightness. Larger values make bright pixels
115117
receive significantly higher weights (and faint pixels lower weights), while smaller values produce a

0 commit comments

Comments
 (0)