zconic: Zernike coefficients for a conic surface

View source: R/sa_astig_null.r

zconicR Documentation

Zernike coefficients for a conic surface

Description

Calculates the radially symmetric Zernike coefficient values up to order nmax for a conic surface relative to a sphere of the same paraxial radius of curvature.

Usage

zconic(D, rc, b = -1, lambda = 1e-06, nmax = 6)

Arguments

D

Diameter

rc

Radius of curvature

b

Conic constant

lambda

Wavelength – defaults to 632.8 (nm)

nmax

Maximum radial polynomial order. Defaults to 6.

Details

For the typical use case D and rc should be in millimeters and lambda in nanometers.

Value

A vector of length nmax/2-1 of coefficient values, in increasing radial order, n=c(4,6, ...).

Author(s)

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

See Also

Zernike, sconic

Examples

	zconic(200,2000)
	zconic(10, 20, b=-1.05, lambda=632.8E-9, nmax=12)

mlpeck/zernike documentation built on April 19, 2024, 3:16 p.m.