Jammy2211 / PyAutoGalaxy

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

Feature/gaussian gradient #174

Closed Jammy2211 closed 3 weeks ago

Jammy2211 commented 4 weeks ago

Implements a GaussianGradient mass profile, which can be used for performing MGE mass modeling where each individual Gaussian has a different mass_to_light_ratio.

qiuhan96 commented 3 weeks ago

in the prior file of GaussianGradient, it should be mass_to_light_reference_radius not mass_to_light_radius.

Jammy2211 commented 3 weeks ago

in the prior file of GaussianGradient, it should be mass_to_light_reference_radius not mass_to_light_radius.

I renamed the parameter for conciseness.

I an building everything into SLaM more properly so we should be able to do fits with this more easily going forward.