Jammy2211 / PyAutoGalaxy

PyAutoGalaxy: Open-Source Multiwavelength Galaxy Structure & Morphology
https://pyautogalaxy.readthedocs.io/
MIT License
26 stars 13 forks source link

added MaternKernel prior #148

Closed Jammy2211 closed 5 months ago

Jammy2211 commented 5 months ago

Implements the Exponential / Gaussian smoothing kernels for regularization documented in Vernardos 2022:

https://arxiv.org/abs/2202.09378

Also implements a Matern kernel, which is an extension of the above methods which allows for more control other the derivative of smoothing.

Thank you @caoxiaoyue for the implementation and code!