Constructor
NumCosmoXcorKernelGalnew
Declaration [src]
NcXcorKernelGal*
nc_xcor_kernel_gal_new (
NcDistance* dist,
NcmPowspec* ps,
gsize np,
gdouble nbarm1,
NcmSpline* dn_dz,
gboolean domagbias
)
Parameters
dist-
Type:
NcDistanceA
NcDistance.The data is owned by the caller of the function. ps-
Type:
NcmPowspecA
NcmPowspec.The data is owned by the caller of the function. np-
Type:
gsizeNumber of points in the interpolation.
nbarm1-
Type:
gdoubleA gdouble, noise spectrum.
dn_dz-
Type:
NcmSplineA
NcmSpline.The data is owned by the caller of the function. domagbias-
Type:
gbooleanWhether to do magnification bias.
Return value
Type: NcXcorKernelGal
A NcXcorKernelGal.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |