https://github.com/simonsobs/sodetlib
Tools for performing core instrument testing, quality control, and analysis tasks.
https://github.com/simonsobs/sodetlib
Last synced: 5 months ago
JSON representation
Tools for performing core instrument testing, quality control, and analysis tasks.
- Host: GitHub
- URL: https://github.com/simonsobs/sodetlib
- Owner: simonsobs
- License: bsd-2-clause
- Created: 2019-11-20T20:05:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-28T23:08:22.000Z (5 months ago)
- Last Synced: 2026-01-29T13:44:21.915Z (5 months ago)
- Language: Python
- Homepage:
- Size: 29.6 MB
- Stars: 5
- Watchers: 26
- Forks: 0
- Open Issues: 40
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
========
sodetlib
========
| |pypi| |versions| |license| |docs|
This repository contains tools for controlling the Simons Observatory readout
system, and performing initial data analysis for detector characterization.
Installation
------------
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 .
.. _`Confluence`: https://simonsobs.atlassian.net/wiki/spaces/PRO/pages/11041372/Smurf+Software+Setup
Documentation
-------------
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`_.
.. _`Read the Docs`: https://sodetlib.readthedocs.io/en/latest/
Contributing
------------
Contributions are very welcome! Pull requests must be approved by one member
of the simonsobs team before being merged.
Licence
-------
This project is licensed under the BSD 2-Clause License - see the `LICENSE`_
file for details.
.. _`LICENSE`: LICENSE
.. |pypi| image:: https://img.shields.io/pypi/v/sodetlib
:target: https://pypi.org/project/sodetlib/
:alt: PyPI Package
.. |versions| image:: https://img.shields.io/pypi/pyversions/sodetlib
:alt: PyPI - Python Version
.. |license| image:: https://img.shields.io/pypi/l/sodetlib
:target: LICENSE
:alt: PyPI - License
.. |docs| image:: https://readthedocs.org/projects/sodetlib/badge/?version=latest
:target: https://sodetlib.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status