Method

NumCosmoMathTriVecget_astro_ra_dec

Declaration [src]

void
ncm_trivec_get_astro_ra_dec (
  NcmTriVec* v,
  gdouble* r,
  gdouble* ra,
  gdouble* dec
)

Description [src]

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

Parameters

r

Type: gdouble*

The radius.

The argument will be set by the function.
ra

Type: gdouble*

The right ascension (in degrees).

The argument will be set by the function.
dec

Type: gdouble*

The declination (in degrees).

The argument will be set by the function.