gaussiancl.gaussiancl

gaussiancl.gaussiancl(cl, tfm, pars=(), *, gl=None, n=None, cltol=1e-05, gltol=1e-05, maxiter=20, monopole=None)

Solve for a Gaussian angular power spectrum.

The function returns a status indicator info as follows:

  • 0, solution did not converge using the maximum number of iterations;

  • 1, solution converged in cl relative error;

  • 2, solution converged in gl relative error;

  • 3, solution converged in both of the above.

Returns:
glarray_like

Gaussian angular power spectrum solution.

infoint

Status indicator.

clerrfloat

Achieved relative error in the angular power spectrum.

niterint

Number of iterations.