Main repository of the LiteBIRD Simulation Framework, a set of Python modules to simulate the instruments onboard the LiteBIRD spacecraft.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
The LiteBIRD Simulation Framework is being developed for the LiteBIRD collaboration.
Refer to the documentation to learn how to install the LiteBIRD simulation framework on your computer or on a HPC cluster.
An example notebook is avalable here.
The documentation is available online at litebird-sim.readthedocs.io/en/master/.
To create a local copy of the documentation, make sure you ran
poetry
with the flag --extras=docs
, then run the following
command:
-
Linux or Mac OS X:
./refresh_docs.sh
-
Windows:
poetry shell cd docs make.bat html
See the open issues for a list of proposed features (and known issues).
If you are part of the LiteBIRD collaboration and have something that might fit in this framework, you're encouraged to contact us! Any contributions you make are greatly appreciated.
- Read CONTRIBUTING.md
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL3 License.
LiteBIRD Simulation Team - [email protected]
Project Link: https://github.com/litebird/litebird_sim
TODO!