Function

NumCosmoXcorLensingEfficiencyGetZRange

Declaration

void
(* NcXcorLensingEfficiencyGetZRange) (
  NcXcorLensingEfficiency* lens_eff,
  gdouble* zmin,
  gdouble* zmax
)

Description [src]

Returns the redshift range for the source distribution used in lensing efficiency computation.

Parameters

lens_eff

Type: NcXcorLensingEfficiency

A NcXcorLensingEfficiency.

The data is owned by the caller of the function.
zmin

Type: gdouble*

Minimum source redshift.

The argument will be set by the function.
zmax

Type: gdouble*

Maximum source redshift.

The argument will be set by the function.