mie_tau๏
- miepython.vsh.mie_tau(n, theta, deg=False)[source]๏
Computes the angular variation of the electric field arising from the nth magnetic multipole ๐_n(๐).
The variation is given by the derivative of the nth associated Legendre polynomial d/d๐ Pยน_n(cos๐)
Care is taken to avoid division by zero and for this function to work with both scalars and arrays.
- Parameters:
n โ Degree of multipole 1=dipole, 2=quadrupole, 3=octopole
theta โ angle
deg โ if True then angle is in degrees
- Returns:
array-like โ Values of dP_n^m(x)/dx.