Jammy2211 / PyAutoGalaxy

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

Feature/gaussian gradient #174

Closed Jammy2211 closed 5 months ago

Jammy2211 commented 5 months 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 5 months ago

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

Jammy2211 commented 5 months 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.