noll_to_zernike¶
- mmtwfs.zernike.noll_to_zernike(j)[source] [edit on github]¶
Convert linear Noll index to tuple of Zernike indices. j is the linear Noll coordinate, n is the radial Zernike index, and m is the azimuthal Zernike index.
- Parameters
- jint
j-th Zernike mode Noll index
- Returns
- (n, m)tuple
Zernike azimuthal and radial indices
Notes
See <https://oeis.org/A176988>.