.bumpver.toml
.gitignore
.gitlab-ci.yml
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/sphinx.yml
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/mathematical_description.rst
docs/source/usage.rst
docs/source/api_doc/cartesian_to_elliptic_annulus.rst
docs/source/api_doc/radial_display.rst
docs/source/api_doc/radial_polynomial.rst
docs/source/api_doc/radial_symbolic.rst
docs/source/api_doc/xy_zernike_polynomial.rst
docs/source/api_doc/xy_zernike_polynomial_up_to_order.rst
docs/source/api_doc/zernike_display.rst
docs/source/api_doc/zernike_index_to_order.rst
docs/source/api_doc/zernike_order_to_index.rst
docs/source/api_doc/zernike_polynomial.rst
docs/source/api_doc/zernike_polynomial_up_to_order.rst
docs/source/api_doc/zernike_symbolic.rst
docs/source/api_doc/core/core_cartesian_to_elliptic_annulus.rst
docs/source/api_doc/core/core_corresponding_signed_integer_type.rst
docs/source/api_doc/core/core_create_precomputing_terms.rst
docs/source/api_doc/core/core_display.rst
docs/source/api_doc/core/core_polynomial.rst
docs/source/api_doc/core/core_symbolic.rst
examples/time_computation/timing_core_create_precomputing_sets.py
examples/time_computation/timing_core_polynomial.py
examples/time_computation/timing_xy_zernike_polynomial_up_to_order.py
examples/time_computation/results/timing_core_create_precomputing_sets.png
examples/time_computation/results/timing_core_polynomial.csv
examples/time_computation/results/timing_core_polynomial.png
examples/time_computation/results/timing_xy_zernike_polynomial_up_to_order.csv
examples/time_computation/results/timing_xy_zernike_polynomial_up_to_order.png
pyzernike/__init__.py
pyzernike/__main__.py
pyzernike/__version__.py
pyzernike/cartesian_to_elliptic_annulus.py
pyzernike/radial_display.py
pyzernike/radial_polynomial.py
pyzernike/radial_symbolic.py
pyzernike/xy_zernike_polynomial.py
pyzernike/xy_zernike_polynomial_up_to_order.py
pyzernike/zernike_display.py
pyzernike/zernike_index_to_order.py
pyzernike/zernike_order_to_index.py
pyzernike/zernike_polynomial.py
pyzernike/zernike_polynomial_up_to_order.py
pyzernike/zernike_symbolic.py
pyzernike/core/__init__.py
pyzernike/core/core_cartesian_to_elliptic_annulus.py
pyzernike/core/core_corresponding_signed_integer_type.py
pyzernike/core/core_create_precomputing_terms.py
pyzernike/core/core_display.py
pyzernike/core/core_polynomial.py
pyzernike/core/core_symbolic.py
pyzernike/resources/Navarro and al. Generalization of Zernike polynomials for regular portions of circles and ellipses.pdf
pyzernike/resources/__init__.py
pyzernike/resources/elliptic_annulus_domain.png
pyzernike/resources/radial_display.png
pyzernike/resources/zernike_cos.png
pyzernike/resources/zernike_display.png
pyzernike/resources/zernike_radial.png
pyzernike/resources/zernike_sin.png
pyzernike_polynomials.egg-info/PKG-INFO
pyzernike_polynomials.egg-info/SOURCES.txt
pyzernike_polynomials.egg-info/dependency_links.txt
pyzernike_polynomials.egg-info/entry_points.txt
pyzernike_polynomials.egg-info/requires.txt
pyzernike_polynomials.egg-info/top_level.txt
tests/__init__.py
tests/test_core_cartesian_to_elliptic_annulus.py
tests/test_core_corresponding_signad_integer_type.py
tests/test_core_create_precomputed_terms.py
tests/test_index.py
tests/test_symbolic.py
tests/test_up_to_order.py
tests/test_xy.py
tests/test_zernike.py