LICENSE
README.md
pyproject.toml
sun_hit_detector/__init__.py
sun_hit_detector.egg-info/PKG-INFO
sun_hit_detector.egg-info/SOURCES.txt
sun_hit_detector.egg-info/dependency_links.txt
sun_hit_detector.egg-info/entry_points.txt
sun_hit_detector.egg-info/requires.txt
sun_hit_detector.egg-info/top_level.txt
sun_hit_detector/core/__init__.py
sun_hit_detector/core/coordinates.py
sun_hit_detector/core/geometry.py
sun_hit_detector/core/hit_test.py
sun_hit_detector/core/models.py
sun_hit_detector/core/ray_casting.py
sun_hit_detector/core/sun_position.py
sun_hit_detector/core/window_sun.py
sun_hit_detector/simulator/__init__.py
sun_hit_detector/simulator/time_range.py
sun_hit_detector/visualization/__init__.py
sun_hit_detector/visualization/interactive.py
sun_hit_detector/visualization/scene_builder.py
tests/test_config_parsing.py
tests/test_geometry.py
tests/test_hit_test.py
tests/test_ray_casting.py
tests/test_real_measurements.py
tests/test_sanity.py