Method

NumCosmoClusterRedshiftp_limits

Declaration [src]

void
nc_cluster_redshift_p_limits (
  NcClusterRedshift* clusterz,
  NcHICosmo* cosmo,
  const gdouble* z_obs,
  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 and its parameters.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

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

Type: An array of double

Observed redshift.

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.