Metadata-Version: 2.4
Name: fieldpyro
Version: 0.0.1a0
Summary: NumPyro for large-scale-structure field inference on the sphere.
Author-email: Konstantin Leyde <Konstantin.Leyde@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/konstantinleyde/fieldpyro
Keywords: hamiltonian monte-carlo,large-scale structure,galaxy catalogs,cosmology
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: cosmopyro>=0.0.1b3
Requires-Dist: healpy>=1.18.1
Requires-Dist: jax>=0.5.3
Requires-Dist: numpy>=2.3.5
Requires-Dist: numpyro>=0.19.0
Requires-Dist: pyyaml>=6.0.3
Provides-Extra: test
Requires-Dist: pytest>=8.4.2; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: furo; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Dynamic: license-file

# FieldPyro

NumPyro for large-scale-structure field inference on the sphere.

FieldPyro reconstructs the matter density field from galaxy counts binned on a
**(redshift, HEALPix, apparent magnitude)** grid, and infers cosmology jointly
with the field. It is the spherical-shell successor to
[`light`](https://github.com/KonstantinLeyde/light), built on
[CosmoPyro](https://github.com/konstantinleyde/cosmopyro).

## Install

```bash
python -m pip install -e ".[test]"
python -m pytest tests -q
```
