Class
NumCosmoGalaxyWLObs
Description [src]
final class NumCosmo.GalaxyWLObs : NumCosmoMath.Catalog
{
/* No available fields */
}
Galaxy weak lensing observation data.
A class to store galaxy weak lensing observation data and information about its coordinate system.
Instance methods
nc_galaxy_wl_obs_get_coord
Gets the frame in which the stored ellipticity components are expressed (see
NcWLEllipticityFrame).
nc_galaxy_wl_obs_set_coord
Sets the frame in which the stored ellipticity components are expressed. Sky
positions are always RA/Dec; this only selects the ellipticity basis (see
NcWLEllipticityFrame).
Methods inherited from NcmCatalog (15)
ncm_catalog_free
Decreases the reference count of catalog by one.
ncm_catalog_get
Gets the value at row i and column col.
ncm_catalog_get_bool
Gets the boolean value at row i and column col.
ncm_catalog_get_col_type
Gets the logical type of the column named col.
ncm_catalog_get_index
Gets the column index from the column name.
ncm_catalog_get_int
Gets the integer value at row i and column col.
ncm_catalog_has_column
Checks whether catalog has a column named col.
ncm_catalog_len
Gets the number of rows (entries) in the catalog.
ncm_catalog_ncols
Gets the number of columns in the catalog.
ncm_catalog_peek_columns
Gets the catalog column names.
ncm_catalog_peek_data
Gets the catalog data matrix.
ncm_catalog_ref
Increases the reference count of catalog by one.
ncm_catalog_set
Sets the value at row i and column col.
ncm_catalog_set_bool
Sets the boolean value at row i and column col, stored as 0.0/1.0 in the
double backing matrix.
ncm_catalog_set_int
Sets the integer value at row i and column col. The value is stored in the
double backing matrix (lossless for magnitudes below 2^53).
Properties
Properties inherited from NcmCatalog (4)
NumCosmoMath.Catalog:col-types
The per-column logical types (NcmCatalogColType values), as an array of
unsigned integers parallel to NcmCatalog:columns. When unset every column
defaults to NCM_CATALOG_COL_TYPE_DOUBLE.
NumCosmoMath.Catalog:columns
The catalog column names.
NumCosmoMath.Catalog:data
The catalog data matrix (rows are entries, columns are named fields).
NumCosmoMath.Catalog:len
The number of rows (entries) in the catalog.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.