.gitignore
.travis.yml
LICENSE
README.md
pyproject.toml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
.github/workflows/test-pip-install.yml
docs/API.md
docs/CCF.md
docs/basic_usage.md
docs/example_ccf.png
docs/example_ccf_true.png
docs/index.md
docs/indicators.md
docs/individual_CCFs.png
docs/individual_RV.png
docs/scripts.md
docs/ssh_files.md
docs/assets/images/favicon.ico
docs/assets/images/favicon.png
docs/assets/images/logo.png
iCCF/__init__.py
iCCF/bigaussian.py
iCCF/bisector.py
iCCF/chromatic.py
iCCF/config.py
iCCF/gaussian.py
iCCF/iCCF.py
iCCF/keywords.py
iCCF/masks.py
iCCF/meta.py
iCCF/scripts.py
iCCF/ssh_files.py
iCCF/utils.py
iCCF/vspan.py
iCCF/writers.py
iCCF/wspan.py
iCCF.egg-info/PKG-INFO
iCCF.egg-info/SOURCES.txt
iCCF.egg-info/dependency_links.txt
iCCF.egg-info/entry_points.txt
iCCF.egg-info/requires.txt
iCCF.egg-info/top_level.txt
iCCF/data/ESPRESSO_F9.fits
iCCF/data/ESPRESSO_G2.fits
iCCF/data/ESPRESSO_G8.fits
iCCF/data/ESPRESSO_G9.fits
iCCF/data/ESPRESSO_K2.fits
iCCF/data/ESPRESSO_K6.fits
iCCF/data/ESPRESSO_M0.fits
iCCF/data/ESPRESSO_M2.fits
iCCF/data/ESPRESSO_M3.fits
iCCF/data/ESPRESSO_M4.fits
iCCF/data/ESPRESSO_M5.fits
iCCF/data/ESPRESSO_old_F9.fits
iCCF/data/ESPRESSO_old_G2.fits
iCCF/data/ESPRESSO_old_G8.fits
iCCF/data/ESPRESSO_old_G9.fits
iCCF/data/ESPRESSO_old_K2.fits
iCCF/data/ESPRESSO_old_K6.fits
iCCF/data/ESPRESSO_old_M0.fits
iCCF/data/ESPRESSO_old_M2.fits
iCCF/data/ESPRESSO_old_M3.fits
iCCF/data/ESPRESSO_old_M4.fits
iCCF/data/ESPRESSO_old_M5.fits
iCCF/data/HARPS_F9.fits
iCCF/data/HARPS_G2.fits
iCCF/data/HARPS_G8.fits
iCCF/data/HARPS_G9.fits
iCCF/data/HARPS_K2.fits
iCCF/data/HARPS_K6.fits
iCCF/data/HARPS_M0.fits
iCCF/data/HARPS_M2.fits
iCCF/data/HARPS_M3.fits
iCCF/data/HARPS_M4.fits
iCCF/data/HARPS_M5.fits
iCCF/data/HARPS_old_F9.fits
iCCF/data/HARPS_old_G2.fits
iCCF/data/NIRPS_G2.fits
iCCF/data/NIRPS_G6.fits
iCCF/data/NIRPS_G8.fits
iCCF/data/NIRPS_K4.fits
iCCF/data/NIRPS_K6.fits
iCCF/data/NIRPS_M1.fits
iCCF/data/NIRPS_M4.fits
iCCF/data/NIRPS_TELLURIC_MASK_CH4.fits
iCCF/data/NIRPS_TELLURIC_MASK_CO2.fits
iCCF/data/NIRPS_TELLURIC_MASK_H2O.fits
iCCF/data/NIRPS_TELLURIC_MASK_O2.fits
iCCF/data/spectral_format_blue.dat
iCCF/data/spectral_format_red.dat
iCCF/example_data/CCF1.npy
iCCF/logo/favicon.ico
iCCF/logo/favicon.png
iCCF/logo/logo.png
iCCF/logo/logo.py
tests/test_gaussian.py
tests/test_iCCF.py
tests/test_import.py