Method
NumCosmoClusterRedshiftp_bin_limits
Declaration [src]
void
nc_cluster_redshift_p_bin_limits (
NcClusterRedshift* clusterz,
NcHICosmo* cosmo,
const gdouble* z_obs_lower,
const gdouble* z_obs_upper,
const gdouble* z_obs_params,
gdouble* z_lower,
gdouble* z_upper
)
Description [src]
Computes the integration limits for the true redshift given the observed redshift bin boundaries.
Parameters
cosmo-
Type:
NcHICosmoA
NcHICosmo.The data is owned by the caller of the method. z_obs_lower-
Type: An array of
doubleLower bounds of observed redshift bins.
The data is owned by the caller of the method. z_obs_upper-
Type: An array of
doubleUpper bounds of observed redshift bins.
The data is owned by the caller of the method. z_obs_params-
Type: An array of
doubleObserved redshift params.
The data is owned by the caller of the method. z_lower-
Type:
gdouble*Pointer to the lower limit of the true redshift integration.
The argument will be set by the function. z_upper-
Type:
gdouble*Pointer to the upper limit of the true redshift integration.
The argument will be set by the function.