Method

NumCosmoMathSkyFootprintln_density

Declaration [src]

gdouble
ncm_sky_footprint_ln_density (
  NcmSkyFootprint* footprint,
  const gdouble ra,
  const gdouble dec
)

Description [src]

Computes the natural logarithm of the normalized position density at (ra, dec), returning negative infinity outside the footprint.

Parameters

ra

Type: const gdouble

A right ascension (degrees).

dec

Type: const gdouble

A declination (degrees).

Return value

Type: gdouble

The log position density at (ra, dec).