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.
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_sigma_lnR
Gets the vector containing the catalog uncertainty on ln-richness.
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.
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
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.