Class

NumCosmoDataClusterMassRich

Description [src]

final class NumCosmo.DataClusterMassRich : NumCosmoMath.Data
{
  /* No available fields */
}

Cluster mass richness data object.

NcDataClusterMassRich is a data object that contains the information about a cluster mass richness data. Its main purpose is to be used as a data object for fitting mass richness proxy models.

Ancestors

Constructors

nc_data_cluster_mass_rich_new

Creates a new NcDataClusterMassRich.

Functions

nc_data_cluster_mass_rich_clear

If dmr is not NULL, unrefs it and sets the pointer to NULL.

Instance methods

nc_data_cluster_mass_rich_apply_cut

Apply a cut to the data, it will discard all clusters with richness lower than the cut.

nc_data_cluster_mass_rich_free

Atomically decrements the reference count of dmr by one. If the reference count drops to 0, all memory allocated by dmr is released.

nc_data_cluster_mass_rich_peek_lnM

Gets the vector containing the true mass.

nc_data_cluster_mass_rich_peek_lnR

Gets the vector containing the observed richness.

nc_data_cluster_mass_rich_peek_sigma_lnR

Gets the vector containing the catalog uncertainty on ln-richness.

nc_data_cluster_mass_rich_peek_z

Gets the vector containing the true z.

nc_data_cluster_mass_rich_ref

Increases the reference count of dmr by one.

nc_data_cluster_mass_rich_set_data

Sets the data of dmr. The sigma_lnR parameter represents the catalog uncertainty on ln-richness for each cluster, which will be added in quadrature to the model sigma.

Methods inherited from NcmData (29)

Please see NcmData for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from NcmData (5)
NumCosmoMath.Data:bootstrap

The NcmData bootstrap object if any.

NumCosmoMath.Data:desc

Description of the data object.

NumCosmoMath.Data:init
No description available.
NumCosmoMath.Data:long-desc

Description of the data object.

NumCosmoMath.Data:name

Name of the data object.

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 NumCosmoDataClusterMassRichClass {
  NcmDataClass parent_class;
  
}

No description available.

Class members
parent_class: NcmDataClass

No description available.