Method

NumCosmoMathSkyFootprintRectangularget_ra_lim

Declaration [src]

void
ncm_sky_footprint_rectangular_get_ra_lim (
  NcmSkyFootprintRectangular* rect,
  gdouble* ra_min,
  gdouble* ra_max
)

Description [src]

Gets the right ascension limits of rect.

Parameters

ra_min

Type: gdouble*

The minimum right ascension (degrees).

The argument will be set by the function.
ra_max

Type: gdouble*

The maximum right ascension (degrees).

The argument will be set by the function.