Method

NumCosmoGalaxySDObsRedshiftGaussdata_get

Declaration [src]

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

Description [src]

Gets 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: gdouble*

The observed redshift.

The argument will be set by the function.
sigma0

Type: gdouble*

The base standard deviation of the redshift errors.

The argument will be set by the function.
sigma_z

Type: gdouble*

The standard deviation of the redshift errors.

The argument will be set by the function.