ZernikeEval

lsst.ts.wep.cwfs.ZernikeEval(z, x, y, nMax=None)

Calculate the wavefront surface in the basis of Zernike polynomial.

Parameters:
znumpy.ndarray

Coefficient of Zernike polynomials.

xnumpy.ndarray

X coordinate on pupil plane.

ynumpy.ndarray

Y coordinate on pupil plane.

nMaxint, deprecated

Maximum number of Zernike terms. Unused.

Returns:
numpy.ndarray

Wavefront surface.