pylayers.antprop.spharm.
indexvsh
calculate index of vsh
degree max
tab for indexing the upper triangle
>>> from pylayers.antprop.antenna import * >>> indexvsh(3) array([[1, 0], [1, 1], [2, 0], [2, 1], [2, 2], [3, 0], [3, 1], [3, 2], [3, 3]])