Class

NumCosmoGalaxySDPosition

Description [src]

class NumCosmo.GalaxySDPosition : NumCosmoMath.Model
{
  /* No available fields */
}

Class describing galaxy sample position distributions.

This class describes a galaxy sample position distributions.

Ancestors

Functions

nc_galaxy_sd_position_clear

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

nc_galaxy_sd_position_id
No description available.

Instance methods

nc_galaxy_sd_position_free

Decreases the reference count of gsdp by one.

nc_galaxy_sd_position_gen

Generates a new galaxy position. The NcGalaxySDPositionData object data must be initialized before calling this method.

nc_galaxy_sd_position_get_dec_lim

Gets the declination limits of the distribution.

nc_galaxy_sd_position_get_ra_lim

Gets the right ascension limits of the distribution.

nc_galaxy_sd_position_integ

Prepares the integrand for the galaxy position distribution.

nc_galaxy_sd_position_ref

Increases the reference count of gsdp by one.

nc_galaxy_sd_position_set_dec_lim

Sets the declination limits of the distribution.

nc_galaxy_sd_position_set_ra_lim

Sets the right ascension limits of the 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

NumCosmo.GalaxySDPosition:dec-lim

Galaxy sample declination distribution limits.

NumCosmo.GalaxySDPosition:ra-lim

Galaxy sample righ ascension 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 NumCosmoGalaxySDPositionClass {
  void (* gen) (
    NcGalaxySDPosition* gsdp,
    NcGalaxySDPositionData* data,
    NcmRNG* rng
  );
  NcGalaxySDPositionIntegrand* (* integ) (
    NcGalaxySDPosition* gsdp,
    gboolean use_lnp
  );
  gboolean (* set_ra_lim) (
    NcGalaxySDPosition* gsdp,
    const gdouble ra_min,
    const gdouble ra_max
  );
  gboolean (* set_dec_lim) (
    NcGalaxySDPosition* gsdp,
    const gdouble dec_min,
    const gdouble dec_max
  );
  gboolean (* get_ra_lim) (
    NcGalaxySDPosition* gsdp,
    gdouble* ra_min,
    gdouble* ra_max
  );
  gboolean (* get_dec_lim) (
    NcGalaxySDPosition* gsdp,
    gdouble* dec_min,
    gdouble* dec_max
  );
  void (* data_init) (
    NcGalaxySDPosition* gsdp,
    NcGalaxySDObsRedshiftData* sdz_data,
    NcGalaxySDPositionData* data
  );
  
}

No description available.

Class members
gen: void (* gen) ( NcGalaxySDPosition* gsdp, NcGalaxySDPositionData* data, NcmRNG* rng )

No description available.

integ: NcGalaxySDPositionIntegrand* (* integ) ( NcGalaxySDPosition* gsdp, gboolean use_lnp )

No description available.

set_ra_lim: gboolean (* set_ra_lim) ( NcGalaxySDPosition* gsdp, const gdouble ra_min, const gdouble ra_max )

No description available.

set_dec_lim: gboolean (* set_dec_lim) ( NcGalaxySDPosition* gsdp, const gdouble dec_min, const gdouble dec_max )

No description available.

get_ra_lim: gboolean (* get_ra_lim) ( NcGalaxySDPosition* gsdp, gdouble* ra_min, gdouble* ra_max )

No description available.

get_dec_lim: gboolean (* get_dec_lim) ( NcGalaxySDPosition* gsdp, gdouble* dec_min, gdouble* dec_max )

No description available.

data_init: void (* data_init) ( NcGalaxySDPosition* gsdp, NcGalaxySDObsRedshiftData* sdz_data, NcGalaxySDPositionData* data )

No description available.

Virtual methods

NumCosmo.GalaxySDPositionClass.data_init
No description available.

NumCosmo.GalaxySDPositionClass.gen

Generates a new galaxy position. The NcGalaxySDPositionData object data must be initialized before calling this method.

NumCosmo.GalaxySDPositionClass.get_dec_lim

Gets the declination limits of the distribution.

NumCosmo.GalaxySDPositionClass.get_ra_lim

Gets the right ascension limits of the distribution.

NumCosmo.GalaxySDPositionClass.integ

Prepares the integrand for the galaxy position distribution.

NumCosmo.GalaxySDPositionClass.set_dec_lim

Sets the declination limits of the distribution.

NumCosmo.GalaxySDPositionClass.set_ra_lim

Sets the right ascension limits of the distribution.