Method

NumCosmoMathSphereMapsave_fits

Declaration [src]

void
ncm_sphere_map_save_fits (
  NcmSphereMap* smap,
  const gchar* fits_file,
  const gchar* signal_name,
  gboolean overwrite
)

Description [src]

Saves a NcmSphereMap to 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.
overwrite

Type: gboolean

Whether to overwrite fits_file if it exists.