Method

NumCosmoWLSurfaceMassDensityreduced_shear_optzs_prep

Declaration [src]

void
nc_wl_surface_mass_density_reduced_shear_optzs_prep (
  NcWLSurfaceMassDensity* smd,
  NcHaloDensityProfile* dp,
  NcHICosmo* cosmo,
  const gdouble R,
  const gdouble zl,
  const gdouble zc,
  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.

This method is not directly available to language bindings.

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.

zl

Type: const gdouble

Lens redshift $z_\mathrm{lens}$.

zc

Type: const gdouble

Cluster redshift $z_\mathrm{cluster}$.

optzs

Type: NcWLSurfaceMassDensityOptzs

A NcWLSurfaceMassDensityOptzs.

The data is owned by the caller of the method.