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
)
Parameters
ra_min-
Type:
const gdoubleMinimum right ascension (degrees).
ra_max-
Type:
const gdoubleMaximum right ascension (degrees).
dec_min-
Type:
const gdoubleMinimum declination (degrees).
dec_max-
Type:
const gdoubleMaximum 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. |