CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
baorecon/__init__.py
baorecon/api.py
baorecon.egg-info/PKG-INFO
baorecon.egg-info/SOURCES.txt
baorecon.egg-info/dependency_links.txt
baorecon.egg-info/requires.txt
baorecon.egg-info/top_level.txt
baorecon/field_ops/__init__.py
baorecon/field_ops/_interface.py
baorecon/field_ops/cpu.py
baorecon/field_ops/gpu.py
baorecon/io/__init__.py
baorecon/io/catalog_io.py
baorecon/io/config.py
baorecon/io/naming.py
baorecon/io/backends/__init__.py
baorecon/io/backends/base.py
baorecon/io/backends/fits_backend.py
baorecon/io/backends/parquet_backend.py
baorecon/mas/README.md
baorecon/mas/__init__.py
baorecon/mas/_interface.py
baorecon/mas/cpu.py
baorecon/mas/gpu.py
baorecon/mesh/README.md
baorecon/mesh/__init__.py
baorecon/mesh/los.py
baorecon/mesh/mesh.py
baorecon/pipeline/README.md
baorecon/pipeline/__init__.py
baorecon/pipeline/bao_pipeline.py
baorecon/pipeline/bao_pipeline_interactive.py
baorecon/reconstruction/README.md
baorecon/reconstruction/__init__.py
baorecon/reconstruction/bao_reconstructor.py
baorecon/reconstruction/density.py
baorecon/solvers/__init__.py
baorecon/solvers/_interface.py
baorecon/solvers/fft/__init__.py
baorecon/solvers/fft/_common.py
baorecon/solvers/fft/_pyfftw_cpu.py
baorecon/solvers/fft/_radial_stream.py
baorecon/solvers/fft/cpu.py
baorecon/solvers/fft/gpu.py
baorecon/solvers/multigrid/__init__.py
baorecon/solvers/multigrid/_kernels.py
baorecon/solvers/multigrid/solver.py
baorecon/utils/README.md
baorecon/utils/__init__.py
baorecon/utils/backend.py
baorecon/utils/coordinates.py
baorecon/utils/formatters.py
baorecon/utils/loggers.py
baorecon/utils/mock_generator.py
baorecon/utils/utils.py
tests/test_catalog_io.py
tests/test_coordinates.py
tests/test_density_manager.py
tests/test_dtype_propagation.py
tests/test_fft_solver.py
tests/test_field_ops.py
tests/test_field_ops_gpu.py
tests/test_grid_sizing.py
tests/test_los.py
tests/test_mesh.py
tests/test_mock_generator.py
tests/test_naming.py
tests/test_pyfftw_backend.py
tests/test_radial_kernels.py
tests/test_rectangular_box.py
tests/test_solver_equivalence.py
tests/test_utils.py