Class

NumCosmoGalaxySDTrueRedshiftLSSTSRD

Description [src]

final class NumCosmo.GalaxySDTrueRedshiftLSSTSRD : NumCosmo.GalaxySDTrueRedshift
{
  /* No available fields */
}

Class describing galaxy sample redshift distributions as in LSST-SRD.

Class defining a galaxy sample redshift distribution as described in the LSST Science Roadmap Document,.

Constructors

nc_galaxy_sd_true_redshift_lsst_srd_new

Creates a new NcGalaxySDTrueRedshiftLSSTSRD. The default parameter values correspond to the LSST SRD year 1 source parametrization.

nc_galaxy_sd_true_redshift_lsst_srd_new_from_type

Creates a new NcGalaxySDTrueRedshiftLSSTSRD using a predefined type. The type determines which LSST SRD parametrization to use (Year 1 or Year 10, source or lens).

nc_galaxy_sd_true_redshift_lsst_srd_new_y10_lens

Creates a new NcGalaxySDTrueRedshiftLSSTSRD. The parameter values correspond to the LSST SRD year 10 lens parametrization.

nc_galaxy_sd_true_redshift_lsst_srd_new_y10_source

Creates a new NcGalaxySDTrueRedshiftLSSTSRD. The parameter values correspond to the LSST SRD year 10 source parametrization.

nc_galaxy_sd_true_redshift_lsst_srd_new_y1_lens

Creates a new NcGalaxySDTrueRedshiftLSSTSRD. The parameter values correspond to the LSST SRD year 1 lens parametrization.

nc_galaxy_sd_true_redshift_lsst_srd_new_y1_source

Creates a new NcGalaxySDTrueRedshiftLSSTSRD. The parameter values correspond to the LSST SRD year 1 source parametrization.

Functions

nc_galaxy_sd_true_redshift_lsst_srd_clear

Decreases the reference count of gsdtrlsst by one, and sets the pointer gsdtrlsst to NULL.

Instance methods

nc_galaxy_sd_true_redshift_lsst_srd_free

Decreases the reference count of gsdtrlsst by one.

nc_galaxy_sd_true_redshift_lsst_srd_ref

Increases the reference count of gsdtrlsst by one.

Methods inherited from NcGalaxySDTrueRedshift (7)
nc_galaxy_sd_true_redshift_free

Decreases the reference count of gsdtr by one.

nc_galaxy_sd_true_redshift_gen

Generates a redshift value from the galaxy sample redshift distribution.

nc_galaxy_sd_true_redshift_get_lim

Gets the redshift limits of the galaxy sample redshift distribution.

nc_galaxy_sd_true_redshift_integ

Evaluates the galaxy sample redshift distribution at redshift z.

nc_galaxy_sd_true_redshift_ln_integ

Evaluates the galaxy sample redshift distribution at redshift z.

nc_galaxy_sd_true_redshift_ref

Increases the reference count of gsdtr by one.

nc_galaxy_sd_true_redshift_set_lim

Sets the redshift limits of the galaxy sample redshift distribution.

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

Properties inherited from NcGalaxySDTrueRedshift (1)
NumCosmo.GalaxySDTrueRedshift:lim

Galaxy sample redshift distribution limits.

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

No description available.

Class members
parent_class: NcGalaxySDTrueRedshiftClass

No description available.