Functions | |
function | check_legendre (in ct, in st, in l, in m, in coeff_tab) |
Returns the associated Legendre function constructed from a coefficient table. More... | |
function check_legendre | ( | in | ct, |
in | st, | ||
in | l, | ||
in | m, | ||
in | coeff_tab | ||
) |
Returns the associated Legendre function constructed from a coefficient table.
This function is only used for testing.
ct | (float): cos theta |
st | (float): sin theta |
l | (int): degree of Legendre function |
m | (int): order of Legendre function |
coeff_tab | (3-dim float array): coefficient table as genereated by Plm_coefficients(). |
Plm | (float): Legendre function value |