Constructor

NumCosmoGalaxyRedshiftFactorComposednew

Declaration [src]

NcGalaxyRedshiftFactorComposed*
nc_galaxy_redshift_factor_composed_new (
  const gdouble zp_min,
  const gdouble zp_max
)

Description [src]

Creates a new NcGalaxyRedshiftFactorComposed calculator scheme over the selection window [zp_min, zp_max]. The population and observable models are not held; they are resolved from the NcmMSet passed to each method.

Parameters

zp_min

Type: const gdouble

The minimum photometric redshift of the selection window.

zp_max

Type: const gdouble

The maximum photometric redshift of the selection window.

Return value

Type: NcGalaxyRedshiftFactorComposed

A new NcGalaxyRedshiftFactorComposed.

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