LICENSE
README.md
pypi.md
pyproject.toml
batcamp/__init__.py
batcamp/builder.py
batcamp/builder_cartesian.py
batcamp/builder_spherical.py
batcamp/camera.py
batcamp/cartesian.py
batcamp/cartesian_crossing_trace.py
batcamp/constants.py
batcamp/interpolator.py
batcamp/octree.py
batcamp/persistence.py
batcamp/raytracing.py
batcamp/shared_types.py
batcamp/spherical.py
batcamp/spherical_crossing_trace.py
batcamp/timing.py
batcamp.egg-info/PKG-INFO
batcamp.egg-info/SOURCES.txt
batcamp.egg-info/dependency_links.txt
batcamp.egg-info/requires.txt
batcamp.egg-info/top_level.txt
tests/test_builder.py
tests/test_camera.py
tests/test_cartesian_crossing_trace.py
tests/test_example_scripts.py
tests/test_fake_inputs.py
tests/test_interpolator_edges.py
tests/test_interpolator_synthetic.py
tests/test_markdown_docs.py
tests/test_no_foreign_private_names.py
tests/test_notebooks.py
tests/test_octree_consistency.py
tests/test_perf_guardrail.py
tests/test_persistence.py
tests/test_quickstart.py
tests/test_ray_domain.py
tests/test_raytracing.py
tests/test_regressions.py
tests/test_resampling_compare.py
tests/test_sawtooth_regression.py
tests/test_spherical_crossing_trace.py
tests/test_synthetic_interp.py