Method

NumCosmoMathTriVecget_astro_coord

Declaration [src]

void
ncm_trivec_get_astro_coord (
  NcmTriVec* v,
  gdouble* r,
  gdouble* delta,
  gdouble* alpha
)

Description [src]

Computes the astronomical coordinates of a NcmTriVec. See ncm_trivec_set_astro_coord() for details.

Parameters

r

Type: gdouble*

The radius.

The argument will be set by the function.
delta

Type: gdouble*

The declination.

The argument will be set by the function.
alpha

Type: gdouble*

The right ascension.

The argument will be set by the function.