Skip to content

Commit f0a2d3f

Browse files
author
NiekWielders
committed
added reasons for sigmas_factor as comments
1 parent 293857d commit f0a2d3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • autogalaxy/profiles/mass/abstract

autogalaxy/profiles/mass/abstract/mge.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ def deflections_2d_via_mge_from(
182182

183183
q = xp.asarray(self.axis_ratio(xp), dtype=xp.float64)
184184

185+
# Change ellipticity convention to (q**2*x**2 + y**2) (most profiles are in (x**2 + y**2/q**2))
185186
sigmas = sigmas_factor * sigma_log_array
186187

187188
deflection_angles = (

0 commit comments

Comments
 (0)