Method

NumCosmoMathSphereMapload_fits

Declaration [src]

void
ncm_sphere_map_load_fits (
  NcmSphereMap* smap,
  const gchar* fits_file,
  const gchar* signal_name
)

Description [src]

Loads a NcmSphereMap from a fits file.

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.
signal_name

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.