Method

NumCosmoMathSphereMapload_from_fits_catalog

Declaration [src]

void
ncm_sphere_map_load_from_fits_catalog (
  NcmSphereMap* smap,
  const gchar* fits_file,
  const gchar* RA,
  const gchar* DEC,
  const gchar* S
)

Description [src]

Loads a NcmSphereMap from a fits catalog.

Parameters

fits_file

Type: const gchar*

Fits filename.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
RA

Type: const gchar*

RA column name in fits_file.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
DEC

Type: const gchar*

DEC column name in fits_file.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
S

Type: const gchar*

Signal column name in fits_file.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.