check_legendre.m File Reference

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 Documentation

◆ check_legendre()

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.

Parameters
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().
Return values
Plm(float): Legendre function value