.gitignore
.readthedocs.yml
CHANGELOG
LICENSE
MANIFEST.in
README.rst
pyproject.toml
.github/workflows/check.yml
.github/workflows/deploy_pypi.yml
docs/.gitignore
docs/README.md
docs/conf.py
docs/content_theory.txt
docs/index.rst
docs/nrefocus.bib
docs/requirements.txt
docs/sec_changelog.rst
docs/sec_code_reference.rst
docs/sec_examples.rst
docs/sec_introduction.rst
docs/sec_ndarray_backend.rst
docs/sec_theory.rst
docs/sec_z_bib.rst
docs/extensions/fancy_include.py
docs/extensions/github_changelog.py
examples/compare_metrics.png
examples/compare_metrics.py
examples/example_helper.py
examples/generate_example_images.py
examples/refocus_cell.jpg
examples/refocus_cell.py
examples/refocus_cell_cupy.py
examples/refocus_cell_fftw.py
examples/data/HL60_field.zip
nrefocus/__init__.py
nrefocus/_ndarray_backend.py
nrefocus/_version.py
nrefocus/autof.py
nrefocus/legacy.py
nrefocus/pad.py
nrefocus/propg.py
nrefocus/roi_handling.py
nrefocus.egg-info/PKG-INFO
nrefocus.egg-info/SOURCES.txt
nrefocus.egg-info/dependency_links.txt
nrefocus.egg-info/requires.txt
nrefocus.egg-info/top_level.txt
nrefocus/iface/__init__.py
nrefocus/iface/base.py
nrefocus/iface/rf_cupy.py
nrefocus/iface/rf_numpy.py
nrefocus/iface/rf_numpy_1d.py
nrefocus/iface/rf_pyfftw.py
nrefocus/metrics/__init__.py
nrefocus/metrics/mt_avg_grad.py
nrefocus/metrics/mt_med_grad.py
nrefocus/metrics/mt_rms_contrast.py
nrefocus/metrics/mt_spectrum.py
nrefocus/metrics/mt_std_grad.py
nrefocus/minimizers/__init__.py
nrefocus/minimizers/mz_legacy.py
nrefocus/minimizers/mz_lmfit.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/helper_methods.py
tests/requirements.txt
tests/test_1d_refocus.py
tests/test_2d_autofocus.py
tests/test_2d_autofocus_legacy.py
tests/test_2d_refocus.py
tests/test_ndarray_backend.py
tests/test_pad.py
tests/test_prop_kernel.py
tests/test_refocus_numpy.py
tests/test_refocus_numpy_1d.py
tests/test_refocus_pyfftw.py
tests/test_roi_handling.py
tests/data/HL60_field.zip
tests/data/test_1d_refocus1.txt
tests/data/test_2d_refocus1.txt
tests/data/test_2d_refocus1_fresnel.txt
tests/data/test_2d_refocus_stack.txt
tests/test_cupy_gpu/__init__.py
tests/test_cupy_gpu/test_refocus_compare_rf.py
tests/test_cupy_gpu/test_refocus_cupy.py