Top |
NcGalaxyWLEllipticityBinnedNcGalaxyWLEllipticityBinned — Class describing galaxy weak lensing ellipticity with binning |
Class defining a galaxy weak lensing ellipticity with binning. probability distribution $P_\mathrm{wl}(g)$.
NcGalaxyWLEllipticityBinned * nc_galaxy_wl_ellipticity_binned_new ();
Creates a new NcGalaxyWLEllipticityBinned
NcGalaxyWLEllipticityBinned *
nc_galaxy_wl_ellipticity_binned_ref (NcGalaxyWLEllipticityBinned *gebin
);
Increase the reference of gebin
by one.
void
nc_galaxy_wl_ellipticity_binned_free (NcGalaxyWLEllipticityBinned *gebin
);
Decrease the reference count of gebin
by one.
void
nc_galaxy_wl_ellipticity_binned_clear (NcGalaxyWLEllipticityBinned **gebin
);
Decrease the reference count of gebin
by one, and sets the pointer *gebin
to
NULL.
void nc_galaxy_wl_ellipticity_binned_set_binobs (NcGalaxyWLEllipticityBinned *gebin
,NcmMatrix *obs
,NcmVector *bins
);
Sets the array with observables matrices for each bin binobs
.
NcmObjArray *
nc_galaxy_wl_ellipticity_binned_peek_binobs
(NcGalaxyWLEllipticityBinned *gebin
);
Gets the array with observables matrices for each bin.
NcmVector *
nc_galaxy_wl_ellipticity_binned_peek_bins
(NcGalaxyWLEllipticityBinned *gebin
);
Gets the vector with bins limits.
“binobs”
property“binobs” NcmObjArray *
Array with observables matrices for each bin.
Owner: NcGalaxyWLEllipticityBinned
Flags: Read / Write