Method
NumCosmoGalaxyRedshiftFactorgen
Declaration [src]
void
nc_galaxy_redshift_factor_gen (
NcGalaxyRedshiftFactor* gsdr,
NcmMSet* mset,
NcGalaxyRedshiftFactorData* data,
NcmRNG* rng
)
Description [src]
Generates a new galaxy redshift sample into data (draws the true redshift and
the redshift observation) using the models in mset. The data object must be
initialized beforehand.
Parameters
mset-
Type:
NcmMSetA
NcmMSetsupplying the scheme’s models.The data is owned by the caller of the method. data-
Type:
NcGalaxyRedshiftFactorDataA
NcGalaxyRedshiftFactorData.The data is owned by the caller of the method. rng-
Type:
NcmRNGA
NcmRNG.The data is owned by the caller of the method.