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.

Ancestors

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.

nc_xcor_AB_ref
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.XcorAB:a
No description available.

NumCosmo.XcorAB:b
No description available.

NumCosmo.XcorAB:cl-obs
No description available.

NumCosmo.XcorAB:cl-th
No description available.

NumCosmo.XcorAB:ell-lik-max
No description available.

NumCosmo.XcorAB:ell-lik-min
No description available.

NumCosmo.XcorAB:ell-th-cut-off
No description available.

NumCosmo.XcorAB:mixing
No description available.

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.

Class structure

struct NumCosmoXcorABClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.