Skip to content
Snippets Groups Projects
Commit ed097a3f authored by Matthieu Tristram's avatar Matthieu Tristram
Browse files

Add routine API

parent 2c605b1d
Branches doctest
No related tags found
No related merge requests found
......@@ -20,3 +20,17 @@ Librairies needed are :
- numpy
- healpy
List of several routines:
Pl, S = compute_ds_dcb(ellbins,nside,ipok,bl, clth, Slmax, polar=,temp=,EBTB=, pixwining=, timing=, Sonly=)
El = El(invCAA, invCBB, Pl, Bll=None)
W = CrossWindowFunction(El, Pl)
or directly without El (but longer)
W = CrossWindowFunctionLong(invCAA, invCBB, Pl)
G = CrossGisherMatrix(El, CAB)
V = CovAB(invW, GAB)
yl = yQuadEstimator(dA, dB, El)
cl = ClQuadEstimator(invW, yl)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment