PyAutoGalaxy
PyAutoGalaxy copied to clipboard
PyAutoGalaxy: Open-Source Multiwavelength Galaxy Structure & Morphology
Extends the `DatasetModel` object added in https://github.com/Jammy2211/PyAutoArray/pull/101 to include a `grid_offset` parameter. This parameter accounts for (y,x) offsets between two datasets. It is subtracted from one dataset so as to...
Simplifies the fitting of a background sky by: - Dropping support for linear light profile Sky. - Making it part of a `DatasetModel` object.
Implementation of analytic convergence and shear equations from Heyrovský & Karamazov 2024
Work in progress not ready to merge - but opening this PR for discussion. This is my attempt to make a "unified" interface for converting physical NFW parameters to AutoLens's...
The following unit tests run very slow: https://github.com/Jammy2211/PyAutoGalaxy/tree/feature/autofit_outputs/test_autogalaxy/aggregator https://github.com/Jammy2211/PyAutoLens/tree/feature/autofit_outputs/test_autolens/aggregator https://github.com/Jammy2211/PyAutoCTI/tree/feature/autofit_outputs/test_autocti/aggregator Is there a trick we can use to speed them up?
The following classes are also pickled in the `Analysis`: https://github.com/Jammy2211/PyAutoGalaxy/tree/feature/autofit_outputs/autogalaxy/cosmology The pickling is here: https://github.com/Jammy2211/PyAutoGalaxy/blob/feature/autofit_outputs/autogalaxy/analysis/analysis.py ``` def save_attributes(self, paths: af.DirectoryPaths): """ Before the model-fit via the non-linear search begins, this...
This will make it much more straight forward to customize each image of a subplot, e.g. avoiding caustics in the fit imaging image-plane subplot.
The last successful log of ReadTheDocs showed 27 warnings. These warnings should be fixed; maybe fixing them would also fix problems like images not showing properly (screenshot below): . Was there something preventing you from using `astropy.modeling`? Do you have...