PySM generates full-sky simulations of Galactic emissions in intensity and polarization relevant to CMB experiments. It is a large refactor of PySM 2 focused on reducing memory usage, improving performance and run in parallel with MPI.
See the documentation at https://pysm3.readthedocs.io
- Install with pip install . or use poetry
- Check code style with
tox -e codestyle
- Test with
pytest
ortox -e test
- Build docs locally with
tox -e build_docs
See changes in CHANGES.rst
in the repository.
See the documentation
Follow the Astropy guide to release a new version <https://docs.astropy.org/en/stable/development/astropy-package-template.html>.