Skip to content

Simons Observatory N(ell) noise models for public release

License

Notifications You must be signed in to change notification settings

jcolinhill/so_noise_models

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

so_noise_models

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 in demos/ 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

About

Simons Observatory N(ell) noise models for public release

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%