Constructor

NumCosmoGalaxyWLObsnew

Declaration [src]

NcGalaxyWLObs*
nc_galaxy_wl_obs_new (
  NcGalaxyWLObsEllipConv ellip_conv,
  NcGalaxyWLObsCoord coord,
  guint nrows,
  GStrv col_names
)

Description [src]

Creates a new NcGalaxyWLObs object.

Parameters

ellip_conv

Type: NcGalaxyWLObsEllipConv

The ellipticity convention.

coord

Type: NcGalaxyWLObsCoord

The coordinate system used to store the data.

nrows

Type: guint

The number of data rows.

col_names

Type: An array of utf8

A GStrv.

The array must be NULL-terminated.
Each element is a NUL terminated UTF-8 string.

Return value

Type: NcGalaxyWLObs

A new NcGalaxyWLObs object.

The caller of the function takes ownership of the data, and is responsible for freeing it.