Class
NumCosmoGalaxySDPositionFlat
Description [src]
final class NumCosmo.GalaxySDPositionFlat : NumCosmo.GalaxySDPosition
{
/* No available fields */
}
Class describing galaxy sample position distributions with flat distribution.
Class defining a galaxy sample position distribution with flat probability distribution $P(\text{ra})P(\text{dec})$.
Functions
nc_galaxy_sd_position_flat_clear
Decrease the reference count of gsdpflat by one, and sets the pointer *gsdpflat to
NULL.
Instance methods
Methods inherited from NcGalaxySDPosition (8)
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.
Properties
Properties inherited from NcGalaxySDPosition (2)
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
NumCosmoMath.Model:name
NumCosmoMath.Model:nick
NumCosmoMath.Model:params-types
NumCosmoMath.Model:reparam
NumCosmoMath.Model:scalar-params-len
NumCosmoMath.Model:sparam-array
NumCosmoMath.Model:submodel-array
NumCosmoMath.Model:vector-params-len
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.