Constructor
NumCosmoGalaxyWLObsnew
Declaration [src]
NcGalaxyWLObs*
nc_galaxy_wl_obs_new (
NcGalaxyWLObsEllipConv ellip_conv,
NcGalaxyWLObsCoord coord,
guint nrows,
GStrv col_names
)
Parameters
ellip_conv-
Type:
NcGalaxyWLObsEllipConvThe ellipticity convention.
coord-
Type:
NcGalaxyWLObsCoordThe coordinate system used to store the data.
nrows-
Type:
guintThe number of data rows.
col_names-
Type: An array of
utf8A
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. |