Top |
See: Font-Ribera et al. (2014), Delubac et al. (2015) and Aubourg et al. (2014).
The data is stored in a NcDataBaoDHrDAr object. The data is stored in a NcmDataGaussCov base class object, which is a subclass of NcmData. The data represents the mean values of the transverse distance $D_A$ and the Hubble distance $D_H$ at the redshift $z$ divided by the sound horizon at the last scattering surface $r_s$.
NcDataBaoDHrDAr *
nc_data_bao_dhr_dar_new_from_file (const gchar *filename
);
Creates a new NcDataBaoDHrDAr from filename
.
NcDataBaoDHrDAr * nc_data_bao_dhr_dar_new_from_id (NcDistance *dist
,NcDataBaoId id
);
Creates a new acustic scale data object NcDataBaoDHrDAr from id
.
This object requires a NcDistance object to be set.
void nc_data_bao_dhr_dar_set_dist (NcDataBaoDHrDAr *dhda
,NcDistance *dist
);
Sets the distance object.