Description Usage Arguments Value Note Author(s)
Makes a complete list of Zernike polynomial indices (n, m, t)
suitable for subsequent calls to fillzm
, pupil
, etc.
1 |
minorder |
minimum radial polynomial order (must be even) |
maxorder |
maximum radial polynomial order (must be even) |
A list with the following components:
n |
Radial polynomial order |
m |
Azimuthal order |
t |
character for trig function: one of c("n", "c", "s") |
This is a popular one dimensional ordering of the indices (n,m)
of Zernike polynomials.
The returned list is used in the functions fillzm
,
pupil
, zmult
, etc.
M.L. Peck mpeck1@ix.netcom.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.