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: NcHICosmo

A NcHICosmo.

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

Type: An array of double

Lower bounds of observed redshift bins.

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

Type: An array of double

Upper bounds of observed redshift bins.

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

Type: An array of double

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