.gitignore
CHANGELOG
LICENSE
README.md
pyproject.toml
readthedocs.yml
setup.cfg
uv.lock
.github/workflows/check.yml
.github/workflows/deploy_pypi.yml
docs/api.rst
docs/conf.py
docs/examples.rst
docs/index.md
docs/usage.rst
docs/algorithms/index.rst
docs/algorithms/ls_poisson.rst
docs/algorithms/ls_poisson_pg.rst
docs/algorithms/ls_weighted.rst
docs/extensions/fancy_include.py
docs/generated/xpunwrap.algorithms.algo_ls_poisson.rst
docs/generated/xpunwrap.algorithms.algo_ls_poisson_pg.rst
docs/generated/xpunwrap.algorithms.algo_ls_weighted.rst
docs/logos/xpunwrap_animated_dark.gif
docs/logos/xpunwrap_animated_light.gif
docs/logos/xpunwrap_dark.png
docs/logos/xpunwrap_light.png
docs/research/twodimensionalphaseunwrapping.pdf
examples/compare_cpu_gpu.png
examples/compare_cpu_gpu.py
examples/gpu_field_retr_phase_unwrapping.png
examples/gpu_field_retr_phase_unwrapping.py
examples/processing_pipeline_gpu.py
examples/unwrapping_simulation.py
examples/unwrapping_simulation_comparison.png
examples/unwrapping_simulation_comparison.py
examples/unwrapping_simulation_itoh.png
examples/unwrapping_simulation_itoh.py
examples/unwrapping_simulation_poisson.png
examples/unwrapping_simulation_poisson.py
examples/using_backends_and_fft-engines.py
examples/walkthrough-ls_poisson_pg.png
examples/walkthrough-ls_poisson_pg.py
examples/data/hologram_cell.npz
tests/__init__.py
tests/conftest.py
tests/helper_methods.py
tests/test_fft_engines.py
tests/test_ls_poisson.py
tests/test_ls_poisson_periodic_grad.py
tests/test_ls_weighted.py
tests/benchmarking/__init__.py
tests/benchmarking/plot_benchmark_pipeline_cupy.py
tests/benchmarking/plot_benchmarks_algorithms.py
tests/benchmarking/test_benchmark_algorithms.py
tests/benchmarking/test_benchmark_pipeline_cupy.py
tests/data/hologram_cell.npz
xpunwrap/__init__.py
xpunwrap/_dtype_utils.py
xpunwrap/_ndarray_backend.py
xpunwrap/_version.py
xpunwrap.egg-info/PKG-INFO
xpunwrap.egg-info/SOURCES.txt
xpunwrap.egg-info/dependency_links.txt
xpunwrap.egg-info/requires.txt
xpunwrap.egg-info/scm_file_list.json
xpunwrap.egg-info/scm_version.json
xpunwrap.egg-info/top_level.txt
xpunwrap/algorithms/__init__.py
xpunwrap/algorithms/_ls_common.py
xpunwrap/algorithms/_plane_utils.py
xpunwrap/algorithms/ls_poisson.py
xpunwrap/algorithms/ls_poisson_pg.py
xpunwrap/algorithms/ls_weighted.py
xpunwrap/algorithms/skimage_unwrap.py
xpunwrap/fourier/__init__.py
xpunwrap/fourier/base.py
xpunwrap/fourier/fft_cupy.py
xpunwrap/fourier/fft_numpy.py
xpunwrap/fourier/fft_pyfftw.py