Method

NumCosmoGalaxyRedshiftObsGaussdata_get

Declaration [src]

void
nc_galaxy_redshift_obs_gauss_data_get (
  NcGalaxyRedshiftObsGauss* gsdreg,
  NcGalaxyRedshiftObsData* data,
  gdouble* zp,
  gdouble* sigma0
)

Description [src]

Gets the per-galaxy photometric-redshift observation of data.

Parameters

data

Type: NcGalaxyRedshiftObsData

A NcGalaxyRedshiftObsData.

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

Type: gdouble*

The photometric-redshift point estimate.

The argument will be set by the function.
sigma0

Type: gdouble*

The scatter parameter.

The argument will be set by the function.