Method

NumCosmoMathSkyFootprintRectangularget_dec_lim

Declaration [src]

void
ncm_sky_footprint_rectangular_get_dec_lim (
  NcmSkyFootprintRectangular* rect,
  gdouble* dec_min,
  gdouble* dec_max
)

Description [src]

Gets the declination limits of rect.

Parameters

dec_min

Type: gdouble*

The minimum declination (degrees).

The argument will be set by the function.
dec_max

Type: gdouble*

The maximum declination (degrees).

The argument will be set by the function.