-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generalised Zernike polynomials? #51
Comments
The doxygen layout is kinda strange in that any added pages are under the "Related Page" tab, so is this what you were remembering? https://mikaelslevinsky.github.io/FastTransforms/transforms.html |
Thanks!! @TSGut here's the link We actually want to do generalised Zernike polynomials. That is, orthogonal w.r.t. (1-r^2)^β. Is that possible? |
These are spin-weighted Zernike? or different? |
Don't think so... |
They are just like Zernike but with |
It should be possible to support orthonormality with respect to r^a (1-r^2)^b on the disk. |
A pull request will soon appear for generalized Zernike polynomials, orthonormal w.r.t L^2(D^2, r^{2α+1}(1-r^2)^β dr dθ). |
I remember there used to be docs on what the transforms actually do, but they seem to have disappeared from the docs page! Where's the Disk transform definition, for example??
The text was updated successfully, but these errors were encountered: