LICENSE
README.md
pyproject.toml
src/aura/__init__.py
src/aura/allocation.py
src/aura/asset.py
src/aura/assignment.py
src/aura/benchmark.py
src/aura/bvh.py
src/aura/calibration.py
src/aura/carrier_io.py
src/aura/carrier_payloads.py
src/aura/carrier_query.py
src/aura/carriers.py
src/aura/cli.py
src/aura/codebook.py
src/aura/confidence.py
src/aura/core.py
src/aura/cross_carrier.py
src/aura/cuda_kernels.py
src/aura/cuda_renderer.py
src/aura/decomposition.py
src/aura/depth.py
src/aura/elements.py
src/aura/evolution.py
src/aura/exchange.py
src/aura/gltf_splat.py
src/aura/gltf_writer.py
src/aura/gsplat_renderer.py
src/aura/hybrid.py
src/aura/imaging.py
src/aura/inspection.py
src/aura/leaderboard.py
src/aura/lod.py
src/aura/memory.py
src/aura/migration.py
src/aura/optimize.py
src/aura/package.py
src/aura/prism.py
src/aura/prism_cuda.py
src/aura/proposals.py
src/aura/publication.py
src/aura/ray.py
src/aura/readiness.py
src/aura/relight.py
src/aura/render.py
src/aura/runtime_export.py
src/aura/scene.py
src/aura/schema.py
src/aura/semantic.py
src/aura/shading.py
src/aura/sota.py
src/aura/split_guard.py
src/aura/spz.py
src/aura/torch_kernels.py
src/aura/torch_optimizer.py
src/aura/torch_renderer.py
src/aura/training_targets.py
src/aura/usd_writer.py
src/aura/cuda/aura_bindings.cpp
src/aura/cuda/aura_carriers.cu
src/aura/ingest/__init__.py
src/aura/ingest/baselines.py
src/aura/ingest/capture.py
src/aura/ingest/colmap.py
src/aura/ingest/evidence.py
src/aura/ingest/splats.py
src/aura/schemas/__init__.py
src/aura/schemas/capture_manifest.schema.json
src/aura/schemas/chunks.schema.json
src/aura/schemas/elements.schema.json
src/aura/schemas/exchange.schema.json
src/aura/schemas/manifest.schema.json
src/aura/schemas/semantic_graph.schema.json
src/aura/schemas/training_dataset.schema.json
src/aura_splat.egg-info/PKG-INFO
src/aura_splat.egg-info/SOURCES.txt
src/aura_splat.egg-info/dependency_links.txt
src/aura_splat.egg-info/entry_points.txt
src/aura_splat.egg-info/requires.txt
src/aura_splat.egg-info/top_level.txt
tests/test_allocation.py
tests/test_assignment.py
tests/test_baselines.py
tests/test_benchmark.py
tests/test_bvh_query.py
tests/test_calibration.py
tests/test_capture_manifest.py
tests/test_capture_tensor_behavior.py
tests/test_carrier_maturity.py
tests/test_carrier_payloads.py
tests/test_carrier_query.py
tests/test_carrier_ray_query.py
tests/test_cli_commands.py
tests/test_cli_contract.py
tests/test_codebook.py
tests/test_colmap_ingest.py
tests/test_confidence.py
tests/test_contracts.py
tests/test_core.py
tests/test_coverage_gaps.py
tests/test_cross_carrier.py
tests/test_cross_scene_transfer.py
tests/test_cuda_renderer.py
tests/test_decomposition.py
tests/test_depth.py
tests/test_eval_psnr.py
tests/test_evolution.py
tests/test_gltf_splat.py
tests/test_gltf_writer.py
tests/test_gpu_smoke.py
tests/test_gsplat_main_smoke.py
tests/test_gsplat_renderer.py
tests/test_hybrid.py
tests/test_imaging.py
tests/test_ingest_evidence.py
tests/test_inspection.py
tests/test_leaderboard.py
tests/test_leaderboard_scripts.py
tests/test_lod.py
tests/test_memory_stability.py
tests/test_migration.py
tests/test_native_demo.py
tests/test_optimize.py
tests/test_prism.py
tests/test_proposals.py
tests/test_publication_gates_real.py
tests/test_publication_validation.py
tests/test_publication_validation_scripts.py
tests/test_ray_query_parity.py
tests/test_readiness.py
tests/test_readme_visuals.py
tests/test_real_scene_benchmark.py
tests/test_relight.py
tests/test_relight_harness.py
tests/test_render.py
tests/test_render_loss_reliability.py
tests/test_runtime_export.py
tests/test_scene_package.py
tests/test_scene_traversal.py
tests/test_shading.py
tests/test_sota.py
tests/test_splats.py
tests/test_split_guard.py
tests/test_spz.py
tests/test_torch_kernels.py
tests/test_torch_optimizer.py
tests/test_torch_renderer.py
tests/test_training_targets.py
tests/test_usd_writer.py