Method

NumCosmoMathMSetCatalogtrim_oob

Declaration [src]

guint
ncm_mset_catalog_trim_oob (
  NcmMSetCatalog* mcat,
  const gchar* out_file
)

Description [src]

Remove all points that are outside the bounds defined by the catalog mset file. The catalog will always have a single chain after the trimming. The result is saved to out_file.

Parameters

out_file

Type: const gchar*

Output filename.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: guint

No description available.