Method

NumCosmoGalaxyWLObsset

Declaration [src]

void
nc_galaxy_wl_obs_set (
  NcGalaxyWLObs* obs,
  const gchar* col,
  const guint i,
  gdouble val
)

Description [src]

Sets a value in the observation data.

Parameters

col

Type: const gchar*

Column name.

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

Type: const guint

Row index.

val

Type: gdouble

Value to be set.