Enumeration

NumCosmoHaloCatalogKind

Declaration

enum NumCosmo.HaloCatalogKind

Description [src]

The kind of objects stored in a NcHaloCatalog. It is schema metadata only: all kinds share the same generic column storage; the linkage between catalogs is expressed through the id and parent-id columns.

Members

NC_HALO_CATALOG_KIND_HALO

A catalog of halos (top-level objects).

  • Value: 0
  • Available since: 1.0
NC_HALO_CATALOG_KIND_CLUSTER

A catalog of clusters (detections).

  • Value: 1
  • Available since: 1.0
NC_HALO_CATALOG_KIND_MEMBER

A catalog of member objects (e.g. galaxies).

  • Value: 2
  • Available since: 1.0