Top |
The data is stored in a NcDataBaoDtrDHr 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_t$ and the Hubble distance $D_H$ at the redshift $z$ divided by the sound horizon at the last scattering surface $r_s$.
NcDataBaoDtrDHr *
nc_data_bao_dtr_dhr_new_from_file (const gchar *filename
);
Creates a new NcDataBaoDtrDHr from filename
.
NcDataBaoDtrDHr * nc_data_bao_dtr_dhr_new_from_id (NcDistance *dist
,NcDataBaoId id
);
Creates a new acustic scale data object NcDataBaoDtrDHr from id
.
This object requires a NcDistance object to be set.
void nc_data_bao_dtr_dhr_set_dist (NcDataBaoDtrDHr *dhdt
,NcDistance *dist
);
Sets the distance object.