Top |
The data is stored in a NcDataBaoDV object. The data is stored in a NcmDataGaussDiag base class object, which is a subclass of NcmData. The data represents the mean values of the volume mean $D_V$ at the redshift $z$.
NcDataBaoDV *
nc_data_bao_dv_new_from_file (const gchar *filename
);
Creates a new NcDataBaoDV from filename
.
NcDataBaoDV * nc_data_bao_dv_new_from_id (NcDistance *dist
,NcDataBaoId id
);
Creates a new acustic scale data object NcDataBaoDV from id
.
This object requires a NcDistance object to be set.
void nc_data_bao_dv_set_dist (NcDataBaoDV *bao_dv
,NcDistance *dist
);
Sets the distance object.