Method

NumCosmoMathMSetCatalogtrim

Declaration [src]

void
ncm_mset_catalog_trim (
  NcmMSetCatalog* mcat,
  const guint tc,
  const guint thin
)

Description [src]

Drops all points in the catalog such that $t < t_c$ and skips every thin-1 rows, creating a thinner catalog. This function trims the first $t_c \times n_\mathrm{chains}$ points from the catalog. Creates a backup of the original file.

Parameters

tc

Type: const guint

Time divisor $t_c$.

thin

Type: const guint

Thinning factor.