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.

Ancestors

Constructors

nc_galaxy_wl_obs_new

Creates a new NcGalaxyWLObs object.

Functions

nc_galaxy_wl_obs_clear

Clears the NcGalaxyWLObs object.

Instance methods

nc_galaxy_wl_obs_free

Frees the NcGalaxyWLObs object.

nc_galaxy_wl_obs_get

Gets a value from the observation data.

nc_galaxy_wl_obs_get_coord

Gets the frame in which the stored ellipticity components are expressed (see NcWLEllipticityFrame).

nc_galaxy_wl_obs_get_ellip_conv

Gets the ellipse type used to store the data.

nc_galaxy_wl_obs_get_index

Gets the column index from the column name.

nc_galaxy_wl_obs_len

Gets the number of rows of the observation data.

nc_galaxy_wl_obs_peek_columns

Gets the data columns names.

nc_galaxy_wl_obs_peek_data

Gets the observation data matrix.

nc_galaxy_wl_obs_peek_pz

Gets a P(z) spline from the observation data.

nc_galaxy_wl_obs_ref

Increases the reference count of the NcGalaxyWLObs object.

nc_galaxy_wl_obs_set

Sets a value in the observation data.

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).

nc_galaxy_wl_obs_set_pz

Sets a P(z) spline in the observation data.

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).

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.GalaxyWLObs:coord

Coordinate system used to store the data.

NumCosmo.GalaxyWLObs:ellip-conv

Ellipticity convention.

NumCosmo.GalaxyWLObs:pz

P(z) splines.

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.

Class structure

struct NumCosmoGalaxyWLObsClass {
  NcmCatalogClass parent_class;
  
}

No description available.

Class members
parent_class: NcmCatalogClass

No description available.