FURAX-CS Documentation

GPU-accelerated CMB parametric component separation built on JAX and FURAX.

FURAX-CS implements adaptive K-means and multi-resolution clustering strategies for spatially-varying foreground modeling of Cosmic Microwave Background (CMB) data, with benchmarks against FGBuster.

Installation

# Install JAX (CPU or CUDA)
pip install -U "jax[cpu]"       # CPU-only
pip install -U "jax[cuda]"      # GPU (recommended for production)

# Install furax-cs
pip install -e ".[all]"