zernike icon indicating copy to clipboard operation
zernike copied to clipboard

Python code for Zernike polynomials

Results 5 zernike issues
Sort by recently updated
recently updated
newest added

This is the fourth term with a coefficient of 1 calculated by this module: ![Figure_1](https://user-images.githubusercontent.com/29727034/138686765-9f95ac6b-9f82-4943-82c6-d7e02083e179.png) and this is calculated by matlab function: ![untitled](https://user-images.githubusercontent.com/29727034/138687023-36a92a7c-33c7-46f3-8bd6-cbd65ac5f2a1.jpg) the matlab function can be downloaded [here](https://ww2.mathworks.cn/matlabcentral/fileexchange/7687-zernike-polynomials?s_tid=srchtitle)....

Computation of principal curvatures of a zernike surface and also accounting for normalizing factor, to normalize dx, dy to lay in a unit circle and then re-normalize. Refer: https://wp.optics.arizona.edu/visualopticslab/wp-content/uploads/sites/52/2016/08/Class12_08.pdf for...

Hello, suppose I have a function (or equivalently ). What I would like to do is compute the integral (numerically): for a given n,m I'm not sure if this is...

Thank you for your excellent works! I searched and it seems Zernike derivatives have not yet been implemented. Any plans for that, or which part of the code could you...

I got: `ModuleNotFoundError: No module named 'h5py'` at line: `from zernike import RZern` So H5PY dependency was not installed along wiht zernike when using pip install. I see it in...