PyAutoGalaxy icon indicating copy to clipboard operation
PyAutoGalaxy copied to clipboard

PyAutoGalaxy: Open-Source Multiwavelength Galaxy Structure & Morphology

Results 23 PyAutoGalaxy issues
Sort by recently updated
recently updated
newest added

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): ![Screenshot 2022-08-15...

Currently install_requires requirements are buried in a text file. Would be easier to discover if it is just done in setup.py . No reason to have file I/O overhead during...

This packages uses https://github.com/rhayes777/PyAutoFit that adds a new modeling ecosystem that is completely independent of the [Astropy modeling library](https://docs.astropy.org/en/stable/modeling/index.html). Was there something preventing you from using `astropy.modeling`? Do you have...