Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcodeltutto/sbndpuritymonitordaq
The data acquisition software for the SBND purity monitors
https://github.com/marcodeltutto/sbndpuritymonitordaq
daq data-acquisiton detector neutrino physics sbnd
Last synced: 14 days ago
JSON representation
The data acquisition software for the SBND purity monitors
- Host: GitHub
- URL: https://github.com/marcodeltutto/sbndpuritymonitordaq
- Owner: marcodeltutto
- License: mit
- Created: 2020-08-31T21:05:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T15:29:20.000Z (4 months ago)
- Last Synced: 2024-11-29T18:33:34.630Z (2 months ago)
- Topics: daq, data-acquisiton, detector, neutrino, physics, sbnd
- Language: Python
- Homepage: https://sbndpuritymonitordaq.readthedocs.io/en/latest/
- Size: 2.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SBNDPurityMonitorDAQ
[![tests](https://github.com/marcodeltutto/SBNDPurityMonitorDAQ/actions/workflows/test.yml/badge.svg)](https://github.com/marcodeltutto/SBNDPurityMonitorDAQ/actions/workflows/test.yml)
[![Documentation Status](https://readthedocs.org/projects/sbndpuritymonitordaq/badge/?version=latest)](https://sbndpuritymonitordaq.readthedocs.io/en/latest/?badge=latest)
![pylint](https://github.com/marcodeltutto/SBNDPurityMonitorDAQ/actions/workflows/pylint.yml/badge.svg)This project is documented [here](https://sbndpuritymonitordaq.readthedocs.io/en/latest/).
## Run
```
./prm_gui.py
```If running without digitizer and HV modules, for testing purposes:
```
./prm_gui.py --mock
```## Run tests
```
pytest tests
```## Workflow
![sbndprmdaq](https://github.com/marcodeltutto/SBNDPurityMonitorDAQ/assets/17006198/c4d45e5e-8a90-423d-8393-ece922e33f7c)