Metadata-Version: 2.4
Name: legend-daq2lh5
Version: 1.6.4
Summary: Convert digitizer data to LH5
Author-email: Jason Detwiler <jasondet@uw.edu>
Maintainer: The LEGEND collaboration
Project-URL: Homepage, https://github.com/legend-exp/legend-daq2lh5
Project-URL: Bug Tracker, https://github.com/legend-exp/legend-daq2lh5/issues
Project-URL: Discussions, https://github.com/legend-exp/legend-daq2lh5/discussions
Project-URL: Changelog, https://github.com/legend-exp/legend-daq2lh5/releases
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dspeed>=2.0
Requires-Dist: fcio<0.9,>=0.7.9
Requires-Dist: h5py>=3.2.0
Requires-Dist: hdf5plugin
Requires-Dist: legend-lh5io
Requires-Dist: legend-pydataobj>=2
Requires-Dist: numpy>=1.21
Requires-Dist: pyyaml
Requires-Dist: tqdm>=4.27
Requires-Dist: xmltodict
Provides-Extra: all
Requires-Dist: legend-daq2lh5[docs,test]; extra == "all"
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: jupyter; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-inline-tabs; extra == "docs"
Provides-Extra: test
Requires-Dist: pre-commit; extra == "test"
Requires-Dist: pylegendtestdata; extra == "test"
Requires-Dist: pytest>=6.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file

# legend-daq2lh5

[![PyPI](https://img.shields.io/pypi/v/legend-daq2lh5?logo=pypi)](https://pypi.org/project/legend-daq2lh5/)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/legend-exp/legend-daq2lh5?logo=git)
[![GitHub Workflow Status](https://img.shields.io/github/checks-status/legend-exp/legend-daq2lh5/main?label=main%20branch&logo=github)](https://github.com/legend-exp/legend-daq2lh5/actions)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Codecov](https://img.shields.io/codecov/c/github/legend-exp/legend-daq2lh5?logo=codecov)](https://app.codecov.io/gh/legend-exp/legend-daq2lh5)
![GitHub issues](https://img.shields.io/github/issues/legend-exp/legend-daq2lh5?logo=github)
![GitHub pull requests](https://img.shields.io/github/issues-pr/legend-exp/legend-daq2lh5?logo=github)
![License](https://img.shields.io/github/license/legend-exp/legend-daq2lh5)
[![Read the Docs](https://img.shields.io/readthedocs/legend-daq2lh5?logo=readthedocs)](https://legend-daq2lh5.readthedocs.io)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10721223.svg)](https://doi.org/10.5281/zenodo.10721223)

JSON-configurable conversion of digitized data into
[LEGEND HDF5](https://legend-exp.github.io/legend-data-format-specs/dev/hdf5/),
with optional data pre-processing via [dspeed](https://dspeed.readthedocs.io)
and data compression via [legend-pydataobj](https://legend-pydataobj.readthedocs.io).

Currently supported DAQ data formats:
* [FlashCam](https://www.mizzi-computer.de/home)
* [CoMPASS](https://www.caen.it/products/compass)
* [ORCA](https://github.com/unc-enap/Orca), reading out:
  - FlashCam
  - [Struck SIS3302](https://www.struck.de/sis3302.htm)
  - [Struck SIS3316](https://www.struck.de/sis3316.html)

If you are using this software, consider
[citing](https://doi.org/10.5281/zenodo.10721223)!
