Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

238 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BROOM: Blind Reconstruction Of Observables in the Microwaves

BROOM is a Python package for blind component separation and Cosmic Microwave Background (CMB) data analysis.


📦 Installation

You can install the base package using:

pip install cmbroom

This installs the core functionality.
If you plan to use the few functions that depend on pymaster, you must install it separately (version >=2.4).


🔧 To include pymaster automatically:

You can install cmbroom along with its optional pymaster dependency by running:

pip install cmbroom[pymaster]

However, pymaster requires some additional system libraries to be installed before running the above command.

✅ On Ubuntu/Debian:

sudo apt update
sudo apt install build-essential python3-dev libfftw3-dev libcfitsio-dev libgsl-dev

✅ On macOS (using Homebrew):

brew install fftw cfitsio gsl

Documentation

A detailed introduction to the parameters and simulation pipeline is available in:

Component separation methods are covered in:

Power spectrum estimation is demonstrated in:

For partial-sky, ground-based experiment analysis, see:

🔗 Full online documentation:
👉 https://alecarones.github.io/broom/

References

If you use broom package please cite Carones et al., 2026

If you use the following methodologies please cite the corresponding papers:

📦 Dependencies

This package relies on several scientific Python libraries:

About

Blind Reconstruction Of Observables in the Microwaves

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages