50L data toolkit
Project description
FiftyL (50L) Toolkit
This package contains a useful data extraction class for use in 50L analysis. Using this package requires access to DUNE-DAQ. At the moment, this package only contains the tools for data extraction, but it will expand when new, frequently-used tools are desired.
Example Usage
import fiftyl_toolkit
data = fiftyl_toolkit.Data(path_to_data_file)
record = data.get_records()[0]
adcs = data.extract(record)
limited_adcs = data.extract(record, range(10))
plane_adcs = data.extract(record, "collection")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fiftyl_toolkit-0.1.4.tar.gz
(3.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 fiftyl_toolkit-0.1.4.tar.gz.
File metadata
- Download URL: fiftyl_toolkit-0.1.4.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d1cdcba333a80afb5cb23afc689b76859ef8a0282d2f0e7d54bf37d8f4ca834
|
|
| MD5 |
2da72208e406f065911e04a2e17ae441
|
|
| BLAKE2b-256 |
0717768c5d6a540d86e2122251eec759f11816e6bfdddf2d9ba3da42ad4e8cbf
|
File details
Details for the file fiftyl_toolkit-0.1.4-py3-none-any.whl.
File metadata
- Download URL: fiftyl_toolkit-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37b2cd34f0227c1b3cf8ef8baeffca82366485e429ba77550688569e47b40ff7
|
|
| MD5 |
e52ef1fd24548b3220241aefbb139c01
|
|
| BLAKE2b-256 |
e626435060aa3093a427a9e191fd03c170c6b053a7f274d7e5af88b5ff58ab1c
|