Skip to main content

External Shear

:::info Migrated from Old Wiki This content was partially migrated from the old wiki using GitHub Copilot and should be double-checked for accuracy. :::

External shear (shear) models the tidal gravitational influence of the large-scale mass distribution surrounding the primary lens (e.g., a galaxy group or cluster). It is almost always included alongside a mass profile such as EPL or PIEMD to account for line-of-sight structure.

Parameters

#NameDescription
1magnitudeShear strength γext\gamma_\text{ext} (dimensionless; typically 0.3\lesssim 0.3)
2thetaShear position angle ϕext\phi_\text{ext} in radians, counter-clockwise from +x

Usage

shear
0.030851 #magnitude γ_ext, shear strength; flat:0,0.3 step:0.01)
0.800128 #theta φ_ext, shear position angle in radians; noprior: step:0.03)

The lensing potential for external shear is given by:

ψ=12γextr2cos(2(ϕϕext))\psi = \frac{1}{2} \gamma_{\text{ext}} r^2 \cos\left(2(\phi - \phi_{\text{ext}})\right)

which can be rewritten as:

ψ=12γext[cos(2ϕext)(x2y2)+2sin(2ϕext)xy]\psi = \frac{1}{2} \gamma_{\text{ext}} \left[ \cos(2\phi_{\text{ext}})(x^2 - y^2) + 2\sin(2\phi_{\text{ext}}) xy \right]

where:

  • r2=x2+y2r^2 = x^2 + y^2, assuming the shear centre is set to (0,0)(0,0) without loss of generality.

  • γext\gamma_{\text{ext}} is the shear strength.

  • ϕext\phi_{\text{ext}} is the shear position angle:

    • ϕext=0\phi_{\text{ext}} = 0^\circ → images are stretched horizontally.
    • ϕext=90\phi_{\text{ext}} = 90^\circ → images are stretched vertically.
  • ϕ\phi is the polar angle of the position (x,y)(x, y), given by:

    ϕ=arccos(xr)\phi = \arccos \left(\frac{x}{r}\right)

Notes:

  • In GLEE configuration:
    • magnitude corresponds to γext\gamma_{\text{ext}}.
    • theta corresponds to ϕext\phi_{\text{ext}} in radians.