Method
NumCosmoMathSphereMapsave_fits
Declaration [src]
void
ncm_sphere_map_save_fits (
NcmSphereMap* smap,
const gchar* fits_file,
const gchar* signal_name,
gboolean overwrite
)
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:
gbooleanWhether to overwrite
fits_fileif it exists.