.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.setup_dev.sh
LICENSE
README.md
pyproject.toml
requirements.txt
ztforce_logo.svg
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/ISSUE_TEMPLATE/README.md
.github/workflows/README.md
.github/workflows/build-documentation.yml
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/notebooks.rst
docs/requirements.txt
docs/notebooks/README.md
docs/pre_executed/README.md
docs/pre_executed/intro_notebook.ipynb
scripts/psf_approach_benchmark.py
src/ztforce/__init__.py
src/ztforce/_constants.py
src/ztforce/_version.py
src/ztforce/cache.py
src/ztforce/config.py
src/ztforce/exceptions.py
src/ztforce/image.py
src/ztforce/lightcurve.py
src/ztforce/pipeline.py
src/ztforce/psf.py
src/ztforce/py.typed
src/ztforce/utils.py
src/ztforce/ztf_images.py
src/ztforce.egg-info/PKG-INFO
src/ztforce.egg-info/SOURCES.txt
src/ztforce.egg-info/dependency_links.txt
src/ztforce.egg-info/requires.txt
src/ztforce.egg-info/top_level.txt
tests/ztforce/conftest.py
tests/ztforce/integration/test_image.py
tests/ztforce/integration/test_pipeline.py
tests/ztforce/integration/test_psf.py
tests/ztforce/integration/test_regression.py
tests/ztforce/unit/test_cache.py
tests/ztforce/unit/test_config.py
tests/ztforce/unit/test_exceptions.py
tests/ztforce/unit/test_lightcurve.py
tests/ztforce/unit/test_packaging.py
tests/ztforce/unit/test_utils.py
tests/ztforce/unit/test_ztf_images.py