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

Cosmetics

parent ed097a3f
No related branches found
No related tags found
No related merge requests found
......@@ -21,16 +21,16 @@ Librairies needed are :
- 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)
List of several routines:<br>
Pl, S = compute_ds_dcb(ellbins,nside,ipok,bl, clth, Slmax, polar=,temp=,EBTB=, pixwining=, timing=, Sonly=)<br>
El = El(invCAA, invCBB, Pl, Bll=None)<br>
W = CrossWindowFunction(El, Pl)<br>
or directly without El (but longer)
W = CrossWindowFunctionLong(invCAA, invCBB, Pl)
or directly without El (but longer)<br>
W = CrossWindowFunctionLong(invCAA, invCBB, Pl)<br>
G = CrossGisherMatrix(El, CAB)
V = CovAB(invW, GAB)
G = CrossGisherMatrix(El, CAB)<br>
V = CovAB(invW, GAB)<br>
yl = yQuadEstimator(dA, dB, El)
cl = ClQuadEstimator(invW, yl)
yl = yQuadEstimator(dA, dB, El)<br>
cl = ClQuadEstimator(invW, yl)<br>
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