lib.Fitting.Qcamb module
- lib.Fitting.Qcamb.bin_camblib(Namaster, filename, nside, verbose=True, return_unbinned=False)[source]
Bin the spectra using Namaster. :type Namaster: :param Namaster: :type filename: :param filename: :type nside: :param nside: :type verbose: :param verbose: :type return_unbinned: :param return_unbinned:
- lib.Fitting.Qcamb.get_camb_Dl(lmax=2500, H0=67.5, ombh2=0.022, omch2=0.122, mnu=0.06, omk=0, tau=0.06, As=2e-09, ns=0.965, r=0.0)[source]
Inspired from: https://camb.readthedocs.io/en/latest/CAMBdemo.html NB: this returns Dl = l(l+1)Cl/2pi Python CL arrays are all zero based (starting at l=0), Note l=0,1 entries will be zero by default. The different DL are always in the order TT, EE, BB, TE (with BB=0 for unlensed scalar results).