Method
NumCosmoGalaxyRedshiftFactorget_integ_lim
Declaration [src]
void
nc_galaxy_redshift_factor_get_integ_lim (
NcGalaxyRedshiftFactor* gsdr,
NcmMSet* mset,
NcGalaxyRedshiftFactorData* data,
gdouble* z_min,
gdouble* z_max
)
Description [src]
Gets the effective redshift integration support for data: the range over
which the per-galaxy $p(z)$ factor is non-negligible. This is the domain used
by both the fixed-node and adaptive quadratures.
Parameters
mset-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the method. data-
Type:
NcGalaxyRedshiftFactorDataA
NcGalaxyRedshiftFactorData.The data is owned by the caller of the method. z_min-
Type:
gdouble*The minimum redshift for integration.
The argument will be set by the function. z_max-
Type:
gdouble*The maximum redshift for integration.
The argument will be set by the function.