An open API service indexing awesome lists of open source software.

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

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