makezlist: Make a Zernike polynomial list

Description Usage Arguments Value Note Author(s)

Description

Makes a complete list of Zernike polynomial indices (n, m, t) suitable for subsequent calls to fillzm, pupil, etc.

Usage

1
makezlist(minorder = 2, maxorder = 12)

Arguments

minorder

minimum radial polynomial order (must be even)

maxorder

maximum radial polynomial order (must be even)

Value

A list with the following components:

n

Radial polynomial order

m

Azimuthal order

t

character for trig function: one of c("n", "c", "s")

Note

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.

Author(s)

M.L. Peck mpeck1@ix.netcom.com


matwey/Rfringe documentation built on May 12, 2019, 8:43 a.m.