Method

NumCosmoHaloCatalogGeneratorset_footprint

Declaration [src]

void
nc_halo_catalog_generator_set_footprint (
  NcHaloCatalogGenerator* gen,
  NcmSkyFootprint* footprint
)

Description [src]

Sets the sky footprint used to sample positions. When a footprint is set, the generated catalog gains ra and dec columns; when NULL, no positions are generated.

Parameters

footprint

Type: NcmSkyFootprint

A NcmSkyFootprint, or NULL to disable position sampling.

The argument can be NULL.
The data is owned by the caller of the method.