NcDataBaoDtrDHr

NcDataBaoDtrDHr — Baryon Oscillation Data -- $(D_H/r,\; D_t/r)$ data.

Functions

Properties

NcDistance * dist Read / Write
NcmVector * z Read / Write

Object Hierarchy

    GObject
    ╰── NcmData
        ╰── NcmDataGaussCov
            ╰── NcDataBaoDtrDHr

Description

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$.

Functions

nc_data_bao_dtr_dhr_new_from_file ()

NcDataBaoDtrDHr *
nc_data_bao_dtr_dhr_new_from_file (const gchar *filename);

Creates a new NcDataBaoDtrDHr from filename .

Parameters

filename

file containing a serialized NcDataBaoDtrDHr.

 

Returns

the newly created NcDataBaoDtrDHr.

[transfer full]


nc_data_bao_dtr_dhr_new_from_id ()

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.

Parameters

dist

a NcDistance

 

id

a NcDataBaoId

 

Returns

a NcDataBaoDtrDHr.

[transfer full]


nc_data_bao_dtr_dhr_set_dist ()

void
nc_data_bao_dtr_dhr_set_dist (NcDataBaoDtrDHr *dhdt,
                              NcDistance *dist);

Sets the distance object.

Parameters

dhdt

a NcDataBaoDtrDHr

 

dist

a NcDistance

 

Property Details

The “dist” property

  “dist”                     NcDistance *

Distance object.

Owner: NcDataBaoDtrDHr

Flags: Read / Write


The “z” property

  “z”                        NcmVector *

Data redshift.

Owner: NcDataBaoDtrDHr

Flags: Read / Write