Method

NumCosmoMathSphereMappix2vec_nest

Declaration [src]

void
ncm_sphere_map_pix2vec_nest (
  NcmSphereMap* smap,
  const gint64 nest_index,
  NcmTriVec* vec
)

Description [src]

Converts a pixel index from NESTED to a unit vector.

Parameters

nest_index

Type: const gint64

A pixel index in NESTED ordering.

vec

Type: NcmTriVec

A NcmTriVec.

The data is owned by the caller of the method.