Class

NumCosmoGalaxyWLObs

Description [src]

final class NumCosmo.GalaxyWLObs : GObject.Object
{
  /* 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 coordinate system used to store the data.

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_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 coordinate system used to store the data.

nc_galaxy_wl_obs_set_pz

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

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.GalaxyWLObs:columns

Data columns names.

NumCosmo.GalaxyWLObs:coord

Coordinate system used to store the data.

NumCosmo.GalaxyWLObs:data

Weak lensing observation data.

NumCosmo.GalaxyWLObs:ellip-conv

Ellipticity convention.

NumCosmo.GalaxyWLObs:len

Number of data rows.

NumCosmo.GalaxyWLObs:pz

P(z) splines.

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 {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.