This repository contains tools for controlling the Simons Observatory readout system, and performing initial data analysis for detector characterization.
Instructions for setting up a SMuRF server can be found on Confluence.
For offline analysis of sodetlib data files, you can also install sodetlib by cloning this repo and running:
$ python -m pip install -r requirements.txt $ python -m pip install .
The sodetlib documentation can be built using Sphinx. Once sodetlib and its dependencies are installed run:
$ cd docs/ $ make html
The documentation is also hosted on Read the Docs.
Contributions are very welcome! Pull requests must be approved by one member of the simonsobs team before being merged.
This project is licensed under the BSD 2-Clause License - see the LICENSE file for details.