Method

NumCosmoGalaxySDObsRedshiftGaussdata_set

Declaration [src]

void
nc_galaxy_sd_obs_redshift_gauss_data_set (
  NcGalaxySDObsRedshiftGauss* gsdorgauss,
  NcGalaxySDObsRedshiftData* data,
  const gdouble zp,
  const gdouble sigma0,
  const gdouble sigma_z
)

Description [src]

Sets the observed redshift and redshift error parameters.

Parameters

data

Type: NcGalaxySDObsRedshiftData

A NcGalaxySDObsRedshiftData.

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

Type: const gdouble

The observed redshift.

sigma0

Type: const gdouble

The base standard deviation of the redshift errors.

sigma_z

Type: const gdouble

The standard deviation of the redshift errors.