Skip to content

Commit ac14eda

Browse files
author
Louis Thibaut
committed
more doc
1 parent 7318009 commit ac14eda

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

pspy/sph_tools.py

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,22 @@ def show_alm_triangle(
183183
"""
184184
This routine is from the spt3g data release
185185
https://pole.uchicago.edu/public/data/quan26/index.html
186-
186+
Parameters
187+
----------
188+
alms: array
189+
a set of alms, the shape of alms should correspond to so_map.ncomp
190+
lmax: int
191+
the maximum multipole of the transform
192+
real: boolean
193+
withtout to take the real part or not
194+
vmin, vmax: float
195+
range of the colorbar
196+
cmap: string
197+
name of the colormap
198+
xlims, ylims: int
199+
x is for the \ell coordiante, y for the m coordinate
200+
title: str
201+
title, if multiple alm, will appended an integer number 0,1,2...
187202
"""
188203

189204

0 commit comments

Comments
 (0)