Method

NumCosmoDataSNIACovsave

Declaration [src]

void
nc_data_snia_cov_save (
  NcDataSNIACov* snia_cov,
  const gchar* filename,
  gboolean overwrite
)

Description [src]

Saves the catalog in fits (cfitsio) format using filename.

Parameters

filename

Type: const gchar*

File name of the catalog.

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 an already existing catalog.