Class

NumCosmoCorClusterCmbLensLimber

Description [src]

class NumCosmo.CorClusterCmbLensLimber : GObject.Object
{
  /* No available fields */
}

Cluster and CMB lensing correlation using halo model and Limber approximation.

Ancestors

Constructors

nc_cor_cluster_cmb_lens_limber_new

This function allocates memory for a new NcCorClusterCmbLensLimber object.

Instance methods

nc_cor_cluster_cmb_lens_limber_oneh_int_mass

This function computes the 1-halo integral on mass of the cluster and CMB lensing potential $\psi$, using Limber approximation.

nc_cor_cluster_cmb_lens_limber_oneh_term

This function computes the 1-halo term of the cluster and CMB lensing potential $\psi$, using Limber approximation: \begin{equation} \left(C_l^{cl \psi} \right){1h} = -3 \frac{\Omega{m0} H_0^2}{l^2} \int dz \frac{c}{H(z)} (1+z) \chi(z)^2 \frac{\left( \chi(z_\ast) - \chi(z) \right)}{\chi(z_\ast) \chi(z)} \int d\ln M S(\ln M, z) \frac{M}{\overline{\rho}(z)} \frac{dn(M, z)}{d\ln M} \tilde{u}^\ast (k = l/\chi(z) \vert M), \end{equation} where …

nc_cor_cluster_cmb_lens_limber_twoh_int_mass1

This function computes the first integral on mass of the 2-halo term of the cluster and CMB lensing potential $\psi$, using Limber approximation.

nc_cor_cluster_cmb_lens_limber_twoh_int_mass2

This function computes the second integral on mass of the 2-halo term of the cluster and CMB lensing potential $\psi$, using Limber approximation.

nc_cor_cluster_cmb_lens_limber_twoh_int_mm

This function computes the 2-halo term of the matter-matter power spectrum.

nc_cor_cluster_cmb_lens_limber_twoh_term

This function computes the 2-halo term of the cluster and CMB lensing potential $\psi$, using Limber approximation: \begin{equation} \left(C_l^{cl \psi} \right){1h} = -3 \frac{\Omega{m0} H_0^2}{l^2 c^2} \int dz \frac{c}{H(z)} (1+z) \chi(z)^2 \frac{\left( \chi(z_\ast) - \chi(z) \right)}{\chi(z_\ast) \chi(z)} P_{lin}(k = l/\chi, z) \int d\ln M S(\ln M, z) \frac{dn(M, z)}{d\ln M} b(M, z) \int dln M^{\prime} \frac{M^\prime}{\overline{\rho}(z)} \frac{dn(M^\prime, z)}{d\ln M} b(M^\prime, z) \tilde{u}^\ast (k = l/\chi(z) \vert M^\prime), \end{equation} where …

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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 NumCosmoCorClusterCmbLensLimberClass {
  /* no available fields */
}

No description available.