Class

NumCosmoMathPowspecSphereProj

Description [src]

final class NumCosmoMath.PowspecSphereProj : GObject.Object
{
  /* No available fields */
}

Class to compute spherical projection of power spectra.

The NcmPowspecSphereProj class computes the spherical projection of power spectra.

Ancestors

Constructors

ncm_powspec_sphere_proj_new

Creates a new NcmPowspecSphereProj from the power spectrum ps.

Functions

ncm_powspec_sphere_proj_clear

If psp is different from NULL, decreases the reference count of psp by one and sets fftlog to NULL.

Instance methods

ncm_powspec_sphere_proj_eval_Cell_xi1_xi2
No description available.

ncm_powspec_sphere_proj_eval_lnvar_lnr
No description available.

ncm_powspec_sphere_proj_free

Decreases the reference count of psp by one.

ncm_powspec_sphere_proj_get_ell

Returns the results for $\ell$.

ncm_powspec_sphere_proj_get_ell_max
No description available.

ncm_powspec_sphere_proj_get_ell_min
No description available.

ncm_powspec_sphere_proj_get_r_max

Gets the maximum $r$.

ncm_powspec_sphere_proj_get_r_min

Gets the minimum $r$.

ncm_powspec_sphere_proj_get_w
No description available.

ncm_powspec_sphere_proj_peek_ell_spline
No description available.

ncm_powspec_sphere_proj_prepare

Prepares the object applying the filter to the power spectrum.

ncm_powspec_sphere_proj_prepare_if_needed

Prepares (if necessary) the object applying the filter to the power spectrum.

ncm_powspec_sphere_proj_ref

Increases the reference count of psp by one.

ncm_powspec_sphere_proj_set_ell_max

Sets the maximum $\ell$ to ell_max.

ncm_powspec_sphere_proj_set_ell_min

Sets the minimum $\ell$ to ell_min.

ncm_powspec_sphere_proj_set_k_pivot

Sets the pivot k to k_pivot.

ncm_powspec_sphere_proj_set_xi_f

Sets the final scale $\xi$ to xi_f.

ncm_powspec_sphere_proj_set_xi_i

Sets the initial scale $\xi$ to xi_i.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmoMath.PowspecSphereProj:ell-max
No description available.

NumCosmoMath.PowspecSphereProj:ell-min
No description available.

NumCosmoMath.PowspecSphereProj:k-pivot
No description available.

NumCosmoMath.PowspecSphereProj:reltol
No description available.

NumCosmoMath.PowspecSphereProj:reltol-z
No description available.

NumCosmoMath.PowspecSphereProj:xi-f
No description available.

NumCosmoMath.PowspecSphereProj:xi-i
No description available.

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 NumCosmoMathPowspecSphereProjClass {
  NcmPowspecClass parent_class;
  
}

No description available.

Class members
parent_class: NcmPowspecClass

No description available.