Top | ![]() |
![]() |
![]() |
![]() |
NcDataClusterPseudoCountsNcDataClusterPseudoCounts — Galaxy clusters data -- pseudo number counts likelihood. |
Functions
Properties
NcClusterAbundance * | cluster-abundance | Read / Write / Construct |
NcmMatrix * | obs | Read / Write |
NcmMatrix * | true-data | Read / Write |
Object Hierarchy
GEnum ╰── NcDataClusterPseudoCountsObs GObject ╰── NcmData ╰── NcDataClusterPseudoCounts
Functions
nc_data_cluster_pseudo_counts_new ()
NcDataClusterPseudoCounts *
nc_data_cluster_pseudo_counts_new (NcClusterAbundance *cad
);
Creates a new NcDataClusterPseudoCounts.
nc_data_cluster_pseudo_counts_new_from_file ()
NcDataClusterPseudoCounts *
nc_data_cluster_pseudo_counts_new_from_file
(const gchar *filename
);
Creates a new NcDataClusterPseudoCounts from filename
.
nc_data_cluster_pseudo_counts_ref ()
NcDataClusterPseudoCounts *
nc_data_cluster_pseudo_counts_ref (NcDataClusterPseudoCounts *dcpc
);
Increases the reference count of dcpc
by one.
nc_data_cluster_pseudo_counts_free ()
void
nc_data_cluster_pseudo_counts_free (NcDataClusterPseudoCounts *dcpc
);
Atomically decrements the reference count of dcpc
by one. If the reference count drops to 0,
all memory allocated by dcpc
is released.
nc_data_cluster_pseudo_counts_clear ()
void
nc_data_cluster_pseudo_counts_clear (NcDataClusterPseudoCounts **dcpc
);
The reference count of dcpc
is decreased and the pointer is set to NULL.
nc_data_cluster_pseudo_counts_set_obs ()
void nc_data_cluster_pseudo_counts_set_obs (NcDataClusterPseudoCounts *dcpc
,const NcmMatrix *m
);
Sets the matrix m
representing the cluster observables, e.g., observed redshift and
mass(es) and the parameters of the redshift and/or mass-observable distributions.
nc_data_cluster_pseudo_counts_set_true_data ()
void nc_data_cluster_pseudo_counts_set_true_data (NcDataClusterPseudoCounts *dcpc
,const NcmMatrix *m
);
Sets the matrix m
representing the cluster (halo) true data, i.e., true redshift and
mass(es).
Property Details
The “cluster-abundance”
property
“cluster-abundance” NcClusterAbundance *
Cluster abundance.
Flags: Read / Write / Construct
The “true-data”
property
“true-data” NcmMatrix *
Cluster (halo) true data (redshift and mass).
Flags: Read / Write