Class

NumCosmoDataClusterWL

Description [src]

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

Cluster weak lensing likelihood.

This class implements the weak lensing likelihood for galaxy clusters.

Ancestors

Constructors

nc_data_cluster_wl_new

Creates a new galaxy weak lensing object.

Functions

nc_data_cluster_wl_clear

The reference count of dcwl is decreased and the pointer is set to NULL.

Instance methods

nc_data_cluster_wl_estimate_snr

Estimates the signal-to-noise ratio.

nc_data_cluster_wl_free

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

nc_data_cluster_wl_get_resample_flag

Gets the resample flag.

nc_data_cluster_wl_peek_data_array

Gets the data array.

nc_data_cluster_wl_peek_obs

Gets the observables matrix.

nc_data_cluster_wl_ref

Increases the reference count of dcwl by one.

nc_data_cluster_wl_set_cut

Sets the radial cut in the observables.

nc_data_cluster_wl_set_obs

Sets the observables matrix obs.

nc_data_cluster_wl_set_prec

Sets the number of samples ndata.

nc_data_cluster_wl_set_resample_flag

Sets flag to resample any combination of position, redshift and shape.

nc_data_cluster_wl_use_lnint

Sets flag to use logarithmic integration.

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

NumCosmo.DataClusterWL:enable-parallel

Enable parallelization.

NumCosmo.DataClusterWL:len

Number of galaxies.

NumCosmo.DataClusterWL:obs

Galaxy weak lensing observables.

NumCosmo.DataClusterWL:prec

Precision for integral.

NumCosmo.DataClusterWL:r-max

Maximum radius of the weak lensing observables.

NumCosmo.DataClusterWL:r-min

Minimum radius of the weak lensing observables.

NumCosmo.DataClusterWL:use-lnint

Use logarithmic integration.

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

No description available.

Class members
parent_class: NcmDataClass

No description available.