Constructor

NumCosmoMathSphereMapnew

Declaration [src]

NcmSphereMap*
ncm_sphere_map_new (
  const gint64 nside
)

Description [src]

Creates a new NcmSphereMap for a given nside.

Parameters

nside

Type: const gint64

The healpix nside parameter.

Return value

Type: NcmSphereMap

A new NcmSphereMap.

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