Megatop is a map-based data analysis pipeline for CMB polarization experiments. It takes frequency maps and performs component separation and estimation of cosmological parameters such as the tensor-to-scalar ratio.
Megatop is pip-installable. Simply clone the repo and run
pip install .Head to documentation for more detailed instructions.
Install in editable mode and include development dependencies with
pip install -e . --group dev