Method

NumCosmoGalaxySDObsRedshiftGaussgen

Declaration [src]

void
nc_galaxy_sd_obs_redshift_gauss_gen (
  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.

Parameters

mset

Type: NcmMSet

A NcmMSet.

The data is owned by the caller of the method.
data

Type: NcGalaxySDObsRedshiftData

A NcGalaxySDObsRedshiftData.

The data is owned by the caller of the method.
sigma0

Type: const gdouble

The standard deviation of the redshift errors.

rng

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.