Top | ![]() |
![]() |
![]() |
![]() |
Description
This object creates a CMB shift parameter $R$ data (NcmData). See NcDataCMBId and nc_distance_shift_parameter for more informations.
Functions
nc_data_cmb_shift_param_new_empty ()
NcDataCMBShiftParam *
nc_data_cmb_shift_param_new_empty (NcDistance *dist
);
This function allocates an empty NcDataCMBShiftParam object.
nc_data_cmb_shift_param_new_from_file ()
NcDataCMBShiftParam *
nc_data_cmb_shift_param_new_from_file (const gchar *filename
);
Creates a new NcDataCMBShiftParam from filename
.
nc_data_cmb_shift_param_new_from_id ()
NcDataCMBShiftParam * nc_data_cmb_shift_param_new_from_id (NcDistance *dist
,NcDataCMBId id
);
Creates a new NcDataCMBShiftParam from id
.
See NcDataCMBId for the available options.
nc_data_cmb_shift_param_set_dist ()
void nc_data_cmb_shift_param_set_dist (NcDataCMBShiftParam *cmb_shift_param
,NcDistance *dist
);
Sets the distance object dist
to cmb_shift_param
.
Property Details
The “dist”
property
“dist” NcDistance *
The NcDistance object to be used.
Owner: NcDataCMBShiftParam
Flags: Read / Write