NcDataXcor

NcDataXcor

Properties

NcmMatrix * X-matrix-1 Read / Write
NcmMatrix * X-matrix-2 Read / Write
NcmVector * cldata Read / Write
NcmVector * ell Read / Write
NcmMatrix * mixing Read / Write
gint nobs Read / Write
gpointer obs-pos Read / Write
NcXcor * xc Read / Write

Object Hierarchy

    GObject
    ╰── NcmData
        ╰── NcmDataGaussCov
            ╰── NcDataXcor

Description

Functions

nc_data_xcor_new ()

NcmData *
nc_data_xcor_new (gboolean use_norma);

nc_data_xcor_new_full ()

NcDataXcor *
nc_data_xcor_new_full (NcmVector *ell,
                       const guint nobs,
                       NcmMatrix *X_matrix_1,
                       NcmMatrix *X_matrix_2,
                       NcmMatrix *mixing,
                       NcXcor *xc,
                       NcmVector *Clobs,
                       gboolean use_norma);

FIXME

Parameters

ell

a NcmVector

 

nobs

a guint

 

X_matrix_1

a NcmMatrix

 

X_matrix_2

a NcmMatrix

 

mixing

a NcmMatrix

 

xc

a NcXcor

 

Clobs

a NcmVector

 

use_norma

a gboolean

 

Returns

FIXME

Types and Values

Property Details

The “X-matrix-1” property

  “X-matrix-1”               NcmMatrix *

X matrix 1 for the covariance of partial sky pseudo spectra estimator.

Flags: Read / Write


The “X-matrix-2” property

  “X-matrix-2”               NcmMatrix *

X matrix 2 for the covariance of partial sky pseudo spectra estimator.

Flags: Read / Write


The “cldata” property

  “cldata”                   NcmVector *

Cross and auto spectra from data.

Flags: Read / Write


The “ell” property

  “ell”                      NcmVector *

Multipole values.

Flags: Read / Write


The “mixing” property

  “mixing”                   NcmMatrix *

Mixing matrix for partial sky pseudo spectra estimator.

Flags: Read / Write


The “nobs” property

  “nobs”                     gint

Number of observables.

Flags: Read / Write

Allowed values: [0,100]

Default value: 0


The “obs-pos” property

  “obs-pos”                  gpointer

Indices of the xcl objects in mset.

Flags: Read / Write


The “xc” property

  “xc”                       NcXcor *

Xcor object to compute theoretical spectra.

Flags: Read / Write