Sterncat / opticspy

python optics module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cartesian zernike polynomials

fringedigm opened this issue · comments

The current circular zernike cartesian polynomials in zernikecartesian(coefficient,x,y) for Z29 and Z30 are inconsistent with their polar form. I think the cartesian forms should be:
Z29 = Z[29] * 4_y_(35_r__6-60_r4+30*r2-4)
Z30 = Z[30] * 4_x_(35_r__6-60_r4+30*r2-4)

Are these fringe zernike polynomials?

Adam

On Thu, Sep 29, 2016 at 08:48:44AM -0700, fringedigm wrote:

The current circular zernike cartesian polynomials in zernikecartesian(coefficient,x,y) for Z29 and Z30 are inconsistent with their polar form. I think the cartesian forms should be:
Z29 = Z[29] * 4_y_(35_r__6-60_r4+30*r2-4)
Z30 = Z[30] * 4_x_(35_r__6-60_r4+30*r2-4)

You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#10

I think fringedigm is right, is should be -4 not +10. Thank you fringedigm!