Class
NumCosmoXcorAB
Description [src]
class NumCosmo.XcorAB : GObject.Object
{
/* No available fields */
}
Cross-correlations data storage object.
This object stores information for observables $A$ and $B$ for use with a
NcDataXcor likelihood object.
Constructors
nc_xcor_AB_new
Creates a new NcXcorAB object for cross-correlation between observables A and B.
This initializes the angular power spectrum data structures, including the observed
pseudo-spectrum and mixing matrix for handling survey masks and incomplete sky coverage.
Functions
nc_xcor_AB_clear
Atomically decrements the reference count of xcab by one. If the reference count
drops to zero, all memory is freed and xcab is set to NULL.
Instance methods
nc_xcor_AB_free
Decreases the reference count of xcab by one. If the reference count reaches zero,
frees all memory associated with xcab.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.