Top |
The data is stored in a NcDataBaoDVDV 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$.
NcDataBaoDVDV *
nc_data_bao_dvdv_new_from_file (const gchar *filename
);
Creates a new NcDataBaoDVDV from filename
.
NcDataBaoDVDV * nc_data_bao_dvdv_new_from_id (NcDistance *dist
,NcDataBaoId id
);
void nc_data_bao_dvdv_set_dist (NcDataBaoDVDV *bao_dvdv
,NcDistance *dist
);
Sets the distance object.