Class
NumCosmoHaloPosition
Description [src]
final class NumCosmo.HaloPosition : NumCosmoMath.Model
{
/* No available fields */
}
A class to represent the center of a halo.
Instance methods
nc_halo_position_polar_angles
Considering a spherical coordinate system where the halo is at the north pole, this
function calculates the polar and azimuthal angles of a point in the sky. That is,
$\theta$ = theta provides the angular separation from the halo to the point in the
sky, and $\phi$ = phi provides the azimuthal angle.
nc_halo_position_prepare_if_needed
Prepares the NcHaloPosition object hp for computation if necessary.
nc_halo_position_projected_radius_from_ra_dec
Calculates the projected radius of the halo position from the right ascension and declination.
Properties
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.