.codecov.yaml
.coveragerc
.cruft.json
.flake8
.gitattributes
.gitignore
.gitmodules
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yaml
.rtd-environment.yaml
.ruff.toml
.sunpy-template.yml
CHANGELOG.rst
LICENSE.rst
MANIFEST.in
README.rst
_typos.toml
codecov.yml
pyproject.toml
pytest.ini
ruff.toml
setup.py
sunkit-test-env.yaml
tox.ini
.circleci/codecov_upload.sh
.circleci/config.yml
.circleci/early_exit.sh
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/label_sync.yml
.github/workflows/sub_package_update.yml
changelog/README.rst
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/nitpick-exceptions
docs/robots.txt
docs/rtd_requirements.txt
docs/code_ref/asda.rst
docs/code_ref/coalignment.rst
docs/code_ref/enhance.rst
docs/code_ref/granule.rst
docs/code_ref/index.rst
docs/code_ref/radial.rst
docs/code_ref/stara.rst
docs/code_ref/time_lag.rst
docs/code_ref/trace.rst
docs/code_ref/utils.rst
docs/how_to_guide/adding_a_coalignment_method.rst
docs/how_to_guide/index.rst
docs/whatsnew/changelog.rst
docs/whatsnew/index.rst
examples/README.txt
examples/advanced_wow.py
examples/aligning_aia_with_eis_maps.py
examples/calculating_time_lags.py
examples/detecting_swirls.py
examples/finding_sunspots_using_stara.py
examples/multiscale_gaussian_normalization.py
examples/radial_gradient_filters.py
examples/radial_histogram_equalization.py
examples/remove_cosmic_rays.py
examples/rgb_composite.py
examples/tracing_loops.py
examples/watroo_wow.py
licenses/LICENSE.rst
licenses/LICENSE_ASDA.rst
licenses/LICENSE_NOISE.rst
licenses/README.rst
licenses/TEMPLATE_LICENSE.rst
sunkit_image/__init__.py
sunkit_image/_version.py
sunkit_image/asda.py
sunkit_image/conftest.py
sunkit_image/enhance.py
sunkit_image/granule.py
sunkit_image/radial.py
sunkit_image/stara.py
sunkit_image/time_lag.py
sunkit_image/trace.py
sunkit_image/version.py
sunkit_image.egg-info/PKG-INFO
sunkit_image.egg-info/SOURCES.txt
sunkit_image.egg-info/dependency_links.txt
sunkit_image.egg-info/not-zip-safe
sunkit_image.egg-info/requires.txt
sunkit_image.egg-info/top_level.txt
sunkit_image/coalignment/__init__.py
sunkit_image/coalignment/interface.py
sunkit_image/coalignment/match_template.py
sunkit_image/coalignment/phase_cross_correlation.py
sunkit_image/coalignment/register.py
sunkit_image/coalignment/tests/__init__.py
sunkit_image/coalignment/tests/test_coalignment.py
sunkit_image/coalignment/tests/test_match_template.py
sunkit_image/coalignment/tests/test_register.py
sunkit_image/data/README.rst
sunkit_image/data/__init__.py
sunkit_image/data/test/IDL.txt
sunkit_image/data/test/__init__.py
sunkit_image/data/test/aia_171_cutout.fits
sunkit_image/data/test/asda_correct.fits
sunkit_image/data/test/asda_vxvy.fits
sunkit_image/data/test/dkist_photosphere.fits
sunkit_image/data/test/hmi_continuum_test_lowres_data.fits
sunkit_image/tests/__init__.py
sunkit_image/tests/figure_hashes_mpl_3108_ft_261_sunpy_710_astropy_720.json
sunkit_image/tests/helpers.py
sunkit_image/tests/test_asda.py
sunkit_image/tests/test_enhance.py
sunkit_image/tests/test_granule.py
sunkit_image/tests/test_radial.py
sunkit_image/tests/test_stara.py
sunkit_image/tests/test_time_lag.py
sunkit_image/tests/test_trace.py
sunkit_image/utils/__init__.py
sunkit_image/utils/decorators.py
sunkit_image/utils/noise.py
sunkit_image/utils/utils.py
sunkit_image/utils/tests/__init__.py
sunkit_image/utils/tests/test_noise.py
sunkit_image/utils/tests/test_utils.py