This repository hosts publicly released N(ell) noise curve projection code for the Simons Observatory. The intention is that the full history of noise models will be available here, to supplement published projections and simulations.
This main home of the repository is: https://github.com/simonsobs/so_noise_models.
The repository is organized as follows:
so_models_v3/
: Python 3 package providing the noise model code used in publications and publicly released simulations. This consists of several independent sub-modules, representing each version of the noise code. The usage of the models can vary substantially from version to version -- please consult code indemos/
for typical usage patterns.demos/
: Code that demonstrates usage of the noise models, such as by producing noise curve plots.
The so_models_v3
package is pure python and thus can be imported
from the root level of this repository. But you might want to install
it into your Python environment. Conda users can simply run:
pip3 install .
If you're not using Conda and want to install the package to your local user package folder, run:
python3 setup.py install --user