Top |
NcDistance * | dist | Read / Write |
double | rs-fiduc | Read / Write / Construct |
NcmVector * | z | Read / Write |
See: Ross et al. (2016) and Alam et al. (2016).
The data is stored in a NcDataBaoDMrHr 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_M$ and the Hubble parameter $H$ at the redshift $z$ divided by the sound horizon at the last scattering surface $r_s$.
NcDataBaoDMrHr *
nc_data_bao_dmr_hr_new_from_file (const gchar *filename
);
Creates a new NcDataBaoDMrHr from filename
.
NcDataBaoDMrHr * nc_data_bao_dmr_hr_new_from_id (NcDistance *dist
,NcDataBaoId id
);
Creates a new acustic scale data object NcDataBaoDMrHr from id
.
This object requires a NcDistance object to be set.
void nc_data_bao_dmr_hr_set_dist (NcDataBaoDMrHr *dmh
,NcDistance *dist
);
Sets the distance object.