.gitignore
.travis.yml
CHANGES
LICENSE
MANIFEST.in
README.md
REQUIREMENTS
environment.yml
ez_setup.py
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci_cron_weekly.yml
.github/workflows/ci_tests.yml
docs/CrossCorrelationSimulation.pdf
docs/Fourier Scaling = Zooming = Similarity.ipynb
docs/Image Registration Debugging.ipynb
docs/Makefile
docs/SpectralXCorr.ipynb
docs/conf.py
docs/fourier_tools.rst
docs/image.png
docs/image_registration.FITS_tools.rst
docs/image_registration.fft_tools.rst
docs/image_registration.rst
docs/image_shifted_corrupted.png
docs/index.rst
docs/spectral_xcorr.rst
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/sphinxext/edit_on_github.py
examples/Cross Correlation.ipynb
examples/benchmarks_shift.py
examples/benchmarks_zoom.py
examples/demo_gaussian.py
image_registration/__init__.py
image_registration/_astropy_init.py
image_registration/chi2_shifts.py
image_registration/conftest.py
image_registration/cross_correlation_shifts.py
image_registration/iterative_zoom.py
image_registration/register_images.py
image_registration/version.py
image_registration.egg-info/PKG-INFO
image_registration.egg-info/SOURCES.txt
image_registration.egg-info/dependency_links.txt
image_registration.egg-info/entry_points.txt
image_registration.egg-info/not-zip-safe
image_registration.egg-info/requires.txt
image_registration.egg-info/top_level.txt
image_registration/FITS_tools/__init__.py
image_registration/FITS_tools/fits_overlap.py
image_registration/FITS_tools/hcongrid.py
image_registration/FITS_tools/load_header.py
image_registration/FITS_tools/match_images.py
image_registration/fft_tools/__init__.py
image_registration/fft_tools/convolve_nd.py
image_registration/fft_tools/correlate2d.py
image_registration/fft_tools/downsample.py
image_registration/fft_tools/fast_ffts.py
image_registration/fft_tools/scale.py
image_registration/fft_tools/shift.py
image_registration/fft_tools/smooth_tools.py
image_registration/fft_tools/upsample.py
image_registration/fft_tools/zoom.py
image_registration/fft_tools/tests/__init__.py
image_registration/fft_tools/tests/measure_accuracy.py
image_registration/fft_tools/tests/test_downsample.py
image_registration/fft_tools/tests/test_shift.py
image_registration/fft_tools/tests/test_upsample.py
image_registration/fft_tools/tests/test_upsample_1d.py
image_registration/fft_tools/tests/test_zoomnd.py
image_registration/tests/__init__.py
image_registration/tests/coveragerc
image_registration/tests/debug_test.py
image_registration/tests/measure_expected_offsets.py
image_registration/tests/registration_testing.py
image_registration/tests/setup_package.py
image_registration/tests/tests.py