Class

NumCosmoReducedShearCalibWtg

Description [src]

class NumCosmo.ReducedShearCalibWtg : NumCosmo.ReducedShearCalib
{
  /* No available fields */
}

Reduced Shear Calibration.

Abstract model for the reduced shear calibration.

Constructors

nc_reduced_shear_calib_wtg_new

Creates a new MVND mean model of dim dimensions.

Functions

nc_reduced_shear_calib_wtg_clear

If rs_wtg is different from NULL, decreases the reference count of rs_wtg by one and sets rs_wtg to NULL.

Instance methods

nc_reduced_shear_calib_wtg_free

Decreases the reference count of rs_wtg by one.

nc_reduced_shear_calib_wtg_ref

Increases the reference count of rs_wtg by one.

Methods inherited from NcReducedShearCalib (3)
nc_reduced_shear_calib_eval

Evaluates the calibrated reduced shear given the theoretical value and observational parameters.

nc_reduced_shear_calib_free

Decreases the reference count of rs_calib by one.

nc_reduced_shear_calib_ref

Increases the reference count of rs_calib by one.

Methods inherited from NcmModel (89)

Please see NcmModel for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.ReducedShearCalibWtg:c
No description available.

NumCosmo.ReducedShearCalibWtg:c-fit
No description available.

NumCosmo.ReducedShearCalibWtg:mb
No description available.

NumCosmo.ReducedShearCalibWtg:mb-fit
No description available.

NumCosmo.ReducedShearCalibWtg:mslope
No description available.

NumCosmo.ReducedShearCalibWtg:mslope-fit
No description available.

NumCosmo.ReducedShearCalibWtg:xp
No description available.

NumCosmo.ReducedShearCalibWtg:xp-fit
No description available.

Properties inherited from NcmModel (9)
NumCosmoMath.Model:implementation
No description available.
NumCosmoMath.Model:name
No description available.
NumCosmoMath.Model:nick
No description available.
NumCosmoMath.Model:params-types
No description available.
NumCosmoMath.Model:reparam
No description available.
NumCosmoMath.Model:scalar-params-len
No description available.
NumCosmoMath.Model:sparam-array
No description available.
NumCosmoMath.Model:submodel-array
No description available.
NumCosmoMath.Model:vector-params-len
No description available.

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 NumCosmoReducedShearCalibWtgClass {
  /* no available fields */
}

No description available.