Method

NumCosmoDataClusterNCountcatalog_save

Declaration [src]

void
nc_data_cluster_ncount_catalog_save (
  NcDataClusterNCount* ncount,
  gchar* filename,
  gboolean overwrite
)

Description [src]

Saves the current data present in ncount to a FITS file.

Parameters

filename

Type: gchar*

Name of the file.

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 the file or not.