Method
NumCosmoGalaxySDObsRedshiftGaussgen1
Declaration [src]
gboolean
nc_galaxy_sd_obs_redshift_gauss_gen1 (
NcGalaxySDObsRedshiftGauss* gsdorgauss,
NcmMSet* mset,
NcGalaxySDObsRedshiftData* data,
const gdouble sigma0,
NcmRNG* rng
)
Description [src]
Sets the required columns for the data and generates a redshift observation. See
nc_galaxy_sd_obs_redshift_gen1() for details.
Parameters
mset-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the method. data-
Type:
NcGalaxySDObsRedshiftDataA
NcGalaxySDObsRedshiftData.The data is owned by the caller of the method. sigma0-
Type:
const gdoubleThe standard deviation of the redshift errors.
rng-
Type:
NcmRNGA
NcmRNG.The data is owned by the caller of the method.