Constructor

NumCosmoXcorKernelGalnew

Declaration [src]

NcXcorKernelGal*
nc_xcor_kernel_gal_new (
  NcDistance* dist,
  NcmPowspec* ps,
  gsize np,
  gdouble nbarm1,
  NcmSpline* dn_dz,
  gboolean domagbias
)

Description

No description available.

Parameters

dist

Type: NcDistance

A NcDistance.

The data is owned by the caller of the function.
ps

Type: NcmPowspec

A NcmPowspec.

The data is owned by the caller of the function.
np

Type: gsize

Number of points in the interpolation.

nbarm1

Type: gdouble

A gdouble, noise spectrum.

dn_dz

Type: NcmSpline

A NcmSpline.

The data is owned by the caller of the function.
domagbias

Type: gboolean

Whether 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.