Constructor

NumCosmoMathSkyFootprintRectangularnew

Declaration [src]

NcmSkyFootprintRectangular*
ncm_sky_footprint_rectangular_new (
  const gdouble ra_min,
  const gdouble ra_max,
  const gdouble dec_min,
  const gdouble dec_max
)

Description [src]

Creates a new NcmSkyFootprintRectangular covering the given rectangle.

Parameters

ra_min

Type: const gdouble

Minimum right ascension (degrees).

ra_max

Type: const gdouble

Maximum right ascension (degrees).

dec_min

Type: const gdouble

Minimum declination (degrees).

dec_max

Type: const gdouble

Maximum declination (degrees).

Return value

Type: NcmSkyFootprintRectangular

A new NcmSkyFootprintRectangular.

The caller of the function takes ownership of the data, and is responsible for freeing it.