Constructor

NumCosmoClusterPhotozGaussGlobalnew

Declaration [src]

NcClusterRedshift*
nc_cluster_photoz_gauss_global_new (
  gdouble pz_min,
  gdouble pz_max,
  gdouble z_bias,
  gdouble sigma0
)

Description [src]

Creates a new NcClusterPhotozGaussGlobal with the specified parameters.

Parameters

pz_min

Type: gdouble

Minimum photometric redshift.

pz_max

Type: gdouble

Maximum photometric redshift.

z_bias

Type: gdouble

Bias parameter in the photometric redshift distribution.

sigma0

Type: gdouble

Standard deviation parameter at z=0.

Return value

Type: NcClusterRedshift

A new NcClusterRedshift.

The caller of the function takes ownership of the data, and is responsible for freeing it.