Jammy2211 / PyAutoGalaxy

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

Feature/angle conversions #169

Closed Jammy2211 closed 2 months ago

Jammy2211 commented 2 months ago

Updates the autogalaxy.convert package with the following additional checks:

All checks ensure that when these values are computed to estimate their errors from a non-linear search, the estimation does not cycle around a boudnary and bias the inferred value.

This PR also adds docstrings.

Thank you @samlange04 for doing the hard work of figuring out the required conversions!