R_mn¶
- mmtwfs.zernike.R_mn(m, n, rho)[source] [edit on github]¶
Make radial Zernike polynomial on coordinate grid rho.
- Parameters
- mint
m-th azimuthal Zernike index
- nint
n-th radial Zernike index
- rho2D
ndarray Radial coordinate grid
- Returns
- wf2D
ndarray Radial polynomial with identical shape as rho
- wf2D
Notes
See https://en.wikipedia.org/wiki/Zernike_polynomials for details.