.gitattributes
.gitignore
.gitmodules
.readthedocs.yaml
CITATION.cff
LICENSE
README.md
acid.yml
changelog.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/tests.yml
.other_scripts/5_residual_profiles.py
.other_scripts/8_master_out_profiles.py
.vscode/launch.json
archive/LSD_archive.py
archive/load.py
archive/mcmc_plotting_archive.py
archive/read_in_frames.py
data/HARPS.2007-08-28T21-11-56.678_flat_A.fits
data/HARPS.2007-08-28T21-11-56.678_lamp_A.fits
data/HARPS.2007-08-29T00-24-57.238_e2ds_A.fits
data/HARPS.2007-08-29T00-24-57.238_s1d_A.fits
data/README.md
data/linelist.txt
data/sample_spec_1.fits
data/sample_spec_2.fits
data/sample_spec_3.fits
docs/API.rst
docs/conf.py
docs/development.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/requirements.txt
docs/using_ACID.rst
docs/_templates/autosummary/class.rst
docs/using_ACID/data.rst
docs/using_ACID/datalist.rst
docs/using_ACID/masking_lines.rst
docs/using_ACID/multiprocessing.rst
docs/using_ACID/other_functions.rst
docs/using_ACID/profiles.rst
docs/using_ACID/result.rst
docs/using_ACID/tutorial.rst
docs/using_ACID/type_validation.rst
example/.make_syn_dat.py
example/tutorial_code.py
src/ACID_code/__init__.py
src/ACID_code/acid.py
src/ACID_code/errors.py
src/ACID_code/lsd.py
src/ACID_code/mcmc.py
src/ACID_code/profiles.py
src/ACID_code/result.py
src/ACID_code/utils.py
src/ACID_code.egg-info/PKG-INFO
src/ACID_code.egg-info/SOURCES.txt
src/ACID_code.egg-info/dependency_links.txt
src/ACID_code.egg-info/requires.txt
src/ACID_code.egg-info/scm_file_list.json
src/ACID_code.egg-info/scm_version.json
src/ACID_code.egg-info/top_level.txt
src/ACID_code/data/__init__.py
src/ACID_code/data/config.py
src/ACID_code/data/data.py
src/ACID_code/data/data_list.py
src/ACID_code/data/line_list.py
src/ACID_code/data/masking_lines.py
tests/conftest.py
tests/test_acid.py
tests/test_data.py
tests/test_lsd.py
tests/test_mcmc.py
tests/test_profiles.py
tests/test_result.py
tests/test_utils.py
tests/e2e/test_harps.py
tests/e2e/test_scenarios.py
tests/e2e/test_synthetic.py