Method

NumCosmoWLSurfaceMassDensityreduced_shear_optzs

Declaration [src]

gdouble
nc_wl_surface_mass_density_reduced_shear_optzs (
  NcWLSurfaceMassDensity* smd,
  NcHaloDensityProfile* dp,
  NcHICosmo* cosmo,
  const gdouble zs,
  const gdouble zl,
  NcWLSurfaceMassDensityOptzs* optzs
)

Description [src]

Computes the reduced shear: $$ g(R) = \frac{\gamma(R)}{1 - \kappa(R)},$$ where $\gamma(R)$ is the shear [nc_wl_surface_mass_density_shear()] and $\kappa(R)$ is the convergence [nc_wl_surface_mass_density_convergence()].

FIXME.

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.
zs

Type: const gdouble

Source redshift $z_\mathrm{source}$.

zl

Type: const gdouble

Lens redshift $z_\mathrm{lens}$.

optzs

Type: NcWLSurfaceMassDensityOptzs

A NcWLSurfaceMassDensityOptzs.

The data is owned by the caller of the method.

Return value

Type: gdouble

$g(R)$.