KM3NeT TestData
Project description
A package to get access to KM3NeT sample files for testing and development purposes.
Installation and usage
pip install km3net-testdata
The file paths can be access in Python scripts using the data_path() function:
from km3net_testdata import data_path
filename = data_path("offline/km3net_offline.root")
Notice the underscore in the Python package name (PyPI forces - but Python package names are not allowed to use -).
To use the module in e.g. shell scripts, the module can be called directly and print the filepath:
$ python -m km3net_testdata offline/km3net_offline.root
/full/path/to/offline/km3net_offline.root
It can be combined with other shell tools, as usual:
$ head -n 5 $(python -m km3net_testdata detx/detx_v3.detx)
# a comment line
# another comment line starting with '#'
23 v3
1500000000.1 9999999999.0
UTM WGS84 32N 256500.0 4743000.0 -2425.0
Acknowledgements
The project idea and implementation were inspired by the Scikit-HEP Project https://github.com/scikit-hep/scikit-hep-testdata
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
Built Distribution
File details
Details for the file km3net_testdata-0.3.0.tar.gz
.
File metadata
- Download URL: km3net_testdata-0.3.0.tar.gz
- Upload date:
- Size: 52.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.23.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9981638c604be7b9613c4199288a5f06905c4e069465a3949ccf48fda7f3228 |
|
MD5 | 4af4d480d8a955437f7d3312b4270eae |
|
BLAKE2b-256 | dd33180226a8281352cc175bf6bd07c8b44ed573933bcbd72db2cd1003a7837f |
File details
Details for the file km3net_testdata-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: km3net_testdata-0.3.0-py3-none-any.whl
- Upload date:
- Size: 52.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.23.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b9c12e013469957cc905946c44a8f656d31e9c122308be9b2509862cc3311f4 |
|
MD5 | 72f7f667b025fa8e46ad9f79545033fb |
|
BLAKE2b-256 | 19632595564820d4631b01d54678c9f820b9f8f03c235ea4226fc5b021b460da |