Method

NumCosmoWLSurfaceMassDensityreduced_shear_infinity

Declaration [src]

gdouble
nc_wl_surface_mass_density_reduced_shear_infinity (
  NcWLSurfaceMassDensity* smd,
  NcHaloDensityProfile* dp,
  NcHICosmo* cosmo,
  const gdouble R,
  const gdouble zs,
  const gdouble zl,
  const gdouble zc
)

Description [src]

Computes the reduced shear assuming a lensed source at infinite redshift: $$ g(R) = \frac{\beta_s(zb)\gamma(R)}{1 - \beta_s(zb) \kappa(R)}, $$ where $\gamma(R)$ is the shear [nc_wl_surface_mass_density_shear()], $\kappa(R)$ is the convergence [nc_wl_surface_mass_density_convergence()], $z_b$ is the background-galaxy redshift and $$\beta_s = \frac{D_s}{D_l D_{ls}} \frac{D_\infty}{D_l D_{l\infty}}.$$ See [Applegate (2014)][XApplegate2014].

Parameters

dp

Type: NcHaloDensityProfile

A NcHaloDensityProfile.

The data is owned by the caller of the method.
cosmo

Type: NcHICosmo

A NcHICosmo.

The data is owned by the caller of the method.
R

Type: const gdouble

Projected radius with respect to the center of the lens / halo.

zs

Type: const gdouble

Source redshift $z_\mathrm{source}$.

zl

Type: const gdouble

Lens redshift $z_\mathrm{lens}$.

zc

Type: const gdouble

Cluster redshift $z_\mathrm{cluster}$.

Return value

Type: gdouble

$g(R)$, source at $z = \infty$.