.copier-answers.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
pyproject.toml
.github/workflows/build-documentation.yml
.github/workflows/linting.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/intro_notebook.ipynb
simulations/sim__bin_psd.py
simulations/sim__calculate_psd.py
simulations/sim__phase.py
src/.pylintrc
src/aztools/__init__.py
src/aztools/_version.py
src/aztools/data.py
src/aztools/lcurve.py
src/aztools/misc.py
src/aztools/simlc.py
src/aztools.egg-info/PKG-INFO
src/aztools.egg-info/SOURCES.txt
src/aztools.egg-info/dependency_links.txt
src/aztools.egg-info/entry_points.txt
src/aztools.egg-info/requires.txt
src/aztools.egg-info/top_level.txt
src/aztools/scripts/ogrppha.py
tests/.pylintrc
tests/aztools/test_lcurve.py
tests/aztools/test_misc.py
tests/aztools/test_simlc.py