| Top |
Functions
| NcGalaxyWL * | nc_galaxy_wl_new () |
| NcGalaxyWL * | nc_galaxy_wl_ref () |
| void | nc_galaxy_wl_free () |
| void | nc_galaxy_wl_clear () |
| gdouble | nc_galaxy_wl_eval_m2lnP () |
| guint | nc_galaxy_wl_len () |
Properties
| NcGalaxyRedshift * | gz-dist | Read / Write / Construct Only |
| NcGalaxyWLDist * | wl-dist | Read / Write / Construct Only |
Functions
nc_galaxy_wl_new ()
NcGalaxyWL * nc_galaxy_wl_new (NcGalaxyWLDist *wl_dist,NcGalaxyRedshift *gz_dist);
Creates a new galaxy weak lensing object.
nc_galaxy_wl_ref ()
NcGalaxyWL *
nc_galaxy_wl_ref (NcGalaxyWL *gwl);
Increase the reference of gwl
by one.
nc_galaxy_wl_free ()
void
nc_galaxy_wl_free (NcGalaxyWL *gwl);
Decrease the reference count of gwl
by one.
nc_galaxy_wl_clear ()
void
nc_galaxy_wl_clear (NcGalaxyWL **gwl);
Decrease the reference count of gwl
by one, and sets the pointer *gwl
to
NULL.
nc_galaxy_wl_eval_m2lnP ()
gdouble nc_galaxy_wl_eval_m2lnP (NcGalaxyWL *gwl,NcHICosmo *cosmo,NcHaloDensityProfile *dp,NcWLSurfaceMassDensity *smd,const gdouble z_cluster);
Computes the galaxy probability given the theoretical modeling.
Property Details
The “gz-dist” property
“gz-dist” NcGalaxyRedshift *
FIXME
Owner: NcGalaxyWL
Flags: Read / Write / Construct Only
The “wl-dist” property
“wl-dist” NcGalaxyWLDist *
FIXME
Owner: NcGalaxyWL
Flags: Read / Write / Construct Only