Metadata-Version: 2.1
Name: splendaq
Version: 0.6.0
Summary: Generalized offline data acquisition with a focus on the Moku
Home-page: https://github.com/splendor-collab/splendaq
Author: SPLENDOR Collaboration
Maintainer: SPLENDOR Collaboration
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: moku>=3.0.0
Requires-Dist: h5py
Requires-Dist: pyyaml
Requires-Dist: pyserial

# `splendaq`

[![Python package](https://github.com/splendor-collab/splendaq/actions/workflows/python-package.yml/badge.svg)](https://github.com/splendor-collab/splendaq/actions/workflows/python-package.yml) [![PyPI](https://img.shields.io/pypi/v/splendaq)](https://pypi.org/project/splendaq/) [![Python 3.6](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/release/python-360/) [![GitHub](https://img.shields.io/github/license/splendor-collab/splendaq)](https://github.com/splendor-collab/splendaq/blob/main/LICENSE) [![arXiv](https://img.shields.io/badge/arXiv-2310.01279-<COLOR>.svg)](https://arxiv.org/abs/2310.01279)


Package for general data acquisition with a focus on the Moku device by [Liquid Instruments](https://www.liquidinstruments.com/).

If you use this package for your research, please cite our paper as below:
```
@misc{watkins2023splendaq,
      title={SPLENDAQ: A Detector-Agnostic Data Acquisition System for Small-Scale Physics Experiments}, 
      author={S. L. Watkins},
      year={2023},
      eprint={2310.01279},
      archivePrefix={arXiv},
      primaryClass={physics.ins-det}
}
```
