.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGES.rst
LICENSE
README.rst
pyproject.toml
setup.py
tox.ini
.github/workflows/cd.yml
.github/workflows/ci.yml
.github/workflows/tutorials.yml
.github/workflows/windows-tests.yml
/tmp/build-env-eoc5xynf/lib/python3.10/site-packages/twobody/src/twobody.c
docs/Makefile
docs/api_docs.rst
docs/changes.rst
docs/conf.py
docs/index.rst
docs/install.rst
docs/make.bat
docs/requirements.txt
docs/run_notebooks.py
docs/tutorials.rst
docs/_static/icon.ico
docs/_static/thejoker.css
docs/_static/thejoker.png
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/examples/1-Getting-started.ipynb
docs/examples/2-Customize-prior.ipynb
docs/examples/3-Polynomial-velocity-trend.ipynb
docs/examples/4-Continue-sampling-mcmc.ipynb
docs/examples/5-Calibration-offsets.ipynb
docs/examples/Strader-circular-only.ipynb
docs/examples/Thompson-black-hole.ipynb
docs/examples/data-survey1.ecsv
docs/examples/data-survey2.ecsv
docs/examples/data-triple.ecsv
docs/examples/data.ecsv
docs/examples/make-data.ipynb
docs/examples/mcmc_results.pkl
docs/examples/notebook_setup.py
docs/examples/true-orbit-triple.pkl
docs/examples/true-orbit.pkl
thejoker/__init__.py
thejoker/_keplerian_orbit.py
thejoker/_version.py
thejoker/data.py
thejoker/data_helpers.py
thejoker/distributions.py
thejoker/likelihood_helpers.py
thejoker/logging.py
thejoker/multiproc_helpers.py
thejoker/plot.py
thejoker/prior.py
thejoker/prior_helpers.py
thejoker/samples.py
thejoker/samples_analysis.py
thejoker/samples_helpers.py
thejoker/thejoker.py
thejoker/units.py
thejoker/utils.py
thejoker.egg-info/PKG-INFO
thejoker.egg-info/SOURCES.txt
thejoker.egg-info/dependency_links.txt
thejoker.egg-info/requires.txt
thejoker.egg-info/top_level.txt
thejoker/src/__init__.py
thejoker/src/fast_likelihood.pyx
thejoker/src/tests/__init__.py
thejoker/src/tests/py_likelihood.py
thejoker/src/tests/test_fast_likelihood.py
thejoker/tests/__init__.py
thejoker/tests/test_data.py
thejoker/tests/test_likelihood_helpers.py
thejoker/tests/test_plot.py
thejoker/tests/test_prior.py
thejoker/tests/test_sampler.py
thejoker/tests/test_samples.py
thejoker/tests/test_samples_analysis.py
thejoker/tests/test_utils.py