.gitignore
.readthedocs.yml
CITATION.cff
LICENSE
README.md
pyproject.toml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/test.yml
data/barstow_1976_irradiance_data_quality_controlled.csv
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/documentation.rst
docs/source/index.md
docs/source/installation.md
docs/source/shading_demonstration.gif
docs/source/whatsnew.md
docs/source/_static/twoaxistracking_logo.svg
docs/source/notebooks/field_layout_discretization.ipynb
docs/source/notebooks/intro_tutorial.ipynb
docs/source/notebooks/reference_dataset.ipynb
docs/source/notebooks/validation.ipynb
twoaxistracking/__init__.py
twoaxistracking/layout.py
twoaxistracking/plotting.py
twoaxistracking/shading.py
twoaxistracking/trackerfield.py
twoaxistracking.egg-info/PKG-INFO
twoaxistracking.egg-info/SOURCES.txt
twoaxistracking.egg-info/dependency_links.txt
twoaxistracking.egg-info/requires.txt
twoaxistracking.egg-info/top_level.txt
twoaxistracking/tests/__init__.py
twoaxistracking/tests/conftest.py
twoaxistracking/tests/test_layout.py
twoaxistracking/tests/test_plotting.py
twoaxistracking/tests/test_shading.py
twoaxistracking/tests/test_trackerfield.py
twoaxistracking/tests/test_twoaxistracking.py