A package that processes the ASCII data generated by the ACDC boards.
Project description
annie_lappd
This is a Python package that reads and processes the ASCII files
Installation
You can install the package using pip:
pip install annie_lappd
Examples:
from annie_lappd import plotLAPPD
events = 2
data = 'datafile.txt'
pedestal1 = 'pedestal01.txt'
pedestal2 = 'pedestal02.txt'
pedestals = [pedestal1, pedestal2]
lappd = plotLAPPD(data, pedestals)
lappd.pedestalSubtraction
lappd.convertADCtoVoltage
lappd.correctingACDCmetadata
lappd.convertACDCtoStripIndex
lappd.baselineCorrection(50)
lappd.filterFFT
lappd.displayEvent(4, 1, 1)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
annie_lappd-0.1.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file annie_lappd-0.1.tar.gz.
File metadata
- Download URL: annie_lappd-0.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99f4696834405ccfb0eada3c1ae6355c4bb5d90e1beaa600a611318d069d8d1c
|
|
| MD5 |
cdd13de9b4c1cbec26ce10754cf13561
|
|
| BLAKE2b-256 |
55d229a5b0fc317a4e7e638b923a4f1f391261e0b2b7350ee2625c07353f357a
|
File details
Details for the file annie_lappd-0.1-py3-none-any.whl.
File metadata
- Download URL: annie_lappd-0.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
051cea4662f1c720b55f1ec66201b666b5a4d0f6d2dceffb781c825f6b3794fa
|
|
| MD5 |
27af0c1c3ff54de68946971804a85775
|
|
| BLAKE2b-256 |
1fbaca9bf66e50405dd6f330d150308b07b30b9541dc6193f42337fcf01ec4c6
|