Metadata-Version: 2.4
Name: sotodlib
Version: 0.6.13
Summary: Simons Observatory TOD Simulation and Processing
Maintainer: Simons Observatory Collaboration
Maintainer-email: so_software@simonsobservatory.org
License-Expression: MIT
Project-URL: Source, https://github.com/simonsobs/sotodlib
Project-URL: Issue Tracker, https://github.com/simonsobs/sotodlib/issues
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <3.13,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: quaternionarray
Requires-Dist: PyYAML
Requires-Dist: toml
Requires-Dist: skyfield
Requires-Dist: so3g
Requires-Dist: pixell>=0.23.0
Requires-Dist: pytest
Requires-Dist: scikit-image
Requires-Dist: pyfftw
Requires-Dist: numdifftools
Requires-Dist: psycopg2-binary
Requires-Dist: lmfit
Requires-Dist: flacarray>=0.3.4
Provides-Extra: site-pipeline
Requires-Dist: influxdb; extra == "site-pipeline"
Requires-Dist: venn; extra == "site-pipeline"
Requires-Dist: let-me-scroll-it; extra == "site-pipeline"
Requires-Dist: plotly; extra == "site-pipeline"
Requires-Dist: pandas; extra == "site-pipeline"
Requires-Dist: alphashape; extra == "site-pipeline"
Requires-Dist: slack-sdk; extra == "site-pipeline"
Provides-Extra: tests
Requires-Dist: socs; extra == "tests"
Dynamic: license-file


# SO TOD Library

![!Build and Test](https://github.com/simonsobs/sotodlib/workflows/Build%20and%20Test/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/sotodlib/badge/?version=latest)](https://sotodlib.readthedocs.io/en/latest/?badge=latest)
[![PyPI - Version](https://img.shields.io/pypi/v/sotodlib.svg)](https://pypi.org/project/sotodlib)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sotodlib.svg)](https://pypi.org/project/sotodlib)

Tools for working with real and simulated time ordered data.

Full documentation here:

https://sotodlib.readthedocs.io/en/latest/
