https://github.com/lobis/drift-velocity-measurements
Code related to electron drift velocity measurements on gaseous (Micromegas) detectors
https://github.com/lobis/drift-velocity-measurements
Last synced: 8 months ago
JSON representation
Code related to electron drift velocity measurements on gaseous (Micromegas) detectors
- Host: GitHub
- URL: https://github.com/lobis/drift-velocity-measurements
- Owner: lobis
- Created: 2022-11-10T11:29:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T11:02:00.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T02:46:28.333Z (9 months ago)
- Language: Jupyter Notebook
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drift Velocity Measurements
## Requirements
All requirements are in `requirements.txt` which can be installed via `pip install -r requirements.txt`.
We use [this library](https://github.com/lobis/caen-hv) to interface with the CAEN HV power supply
and [this library](https://github.com/lobis/lecroy-scope) to interface with the LeCroy oscilloscope for data
acquisition.```bash
pip install caenhv
pip install lecroyscope
```We also use [`uproot`](https://github.com/scikit-hep/uproot5) to save the data directly into a root tree.
# Acquisition
```bash
python acquisition.py
```# Analysis