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
)
Parameters
data-
Type:
NcGalaxySDObsRedshiftDataA
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.