Virtual Method

NumCosmoMathSkyFootprintcontains

Declaration [src]

gboolean
contains (
  NcmSkyFootprint* footprint,
  const gdouble ra,
  const gdouble dec
)

Description [src]

Checks whether the position (ra, dec) lies within footprint.

Parameters

ra

Type: const gdouble

A right ascension (degrees).

dec

Type: const gdouble

A declination (degrees).

Return value

Type: gboolean

TRUE if the position is inside footprint, FALSE otherwise.