Parameters: |
- l (int) – Order of the Bessel functions.
- k1 (array_like, optional) – Value of the scale at which to evaluate the window function
in h/Mpc. If None is provided, the window function is evaluated
at discrete points defined by the zeroes of the Bessel
functions up to the kmax parameter (def : None).
- k2 (array_like, optional) – Value of the scale at which to evaluate the window function
in h/Mpc. If None is provided, a symmetric Bessel window is
computed \(W_l(k1, k1)\) (def : None).
- evol (boolean, optional) – Flag to include the time dependent linear bias and growth in
the computation of the window function (def : True).
- fid_cosmo (Cosmology, optional) – Fiducial cosmology to use for the computation of redshift to
comoving distance in the case of a real survey. If None is
provided, the true cosmology is used (def : None).
- kmax (float, optional) – Maximum scale at which to compute the window if k1 is not
provided. This is usefull to avoid computing the
window at non linear scales which would be cut afterwards
(def : 0.25).
|