Method

NumCosmoMathSphereMapvec2pix_nest

Declaration [src]

void
ncm_sphere_map_vec2pix_nest (
  NcmSphereMap* smap,
  NcmTriVec* vec,
  gint64* nest_index
)

Description [src]

Converts a unit vector to a pixel index in NESTED ordering.

Parameters

vec

Type: NcmTriVec

A NcmTriVec.

The data is owned by the caller of the method.
nest_index

Type: gint64*

The pixel index in NESTED ordering.

The argument will be set by the function.