ZernikeGrad

lsst.ts.wep.utils.ZernikeGrad(z, x, y, axis)

Evaluate the gradient of Zernike polynomials in a certain axis.

Parameters:
znumpy.ndarray

Coefficient of Zernike polynomials.

xnumpy.ndarray

X coordinate on pupil plane.

ynumpy.ndarray

Y coordinate on pupil plane.

axisstr

Integration direction. It can be “dx” or “dy”.

Returns:
numpy.ndarray

Integration elements of gradient part in pupil x and y directions.