Constructor

NumCosmoMathPowspecSphereProjnew

Declaration [src]

NcmPowspecSphereProj*
ncm_powspec_sphere_proj_new (
  NcmPowspec* ps,
  guint ell_min,
  guint ell_max
)

Description [src]

Creates a new NcmPowspecSphereProj from the power spectrum ps.

Parameters

ps

Type: NcmPowspec

A NcmPowspec.

The data is owned by the caller of the function.
ell_min

Type: guint

Minimum $\ell$.

ell_max

Type: guint

Maximum $\ell$.

Return value

Type: NcmPowspecSphereProj

The newly created NcmPowspecSphereProj.

The caller of the function takes ownership of the data, and is responsible for freeing it.