Python decoder for the binary SAMPIC files
Project description
# SAMPIC DECODER The package sampic_decoder is a simple python packaged used to read the binary files produced with the SAMPIC board from LAL in python/numpy.
It depends on numpy and runs with both Python2.7 and Python3.x.
- Example:
from pysampic import Dataset
ds = Dataset ( “sample.bin” )
print (ds.keys()) #Prints the available keys print (ds[‘HitNumber’]) # Reads the hit numbers of all entries as a ndarray
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file pysampic-0.1-py3-none-any.whl
.
File metadata
- Download URL: pysampic-0.1-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ee8f4a5d10b22bc08ed1b563214613bb2a6bfa978c211da815afcac2868e7e0 |
|
MD5 | 2b168ce87e9d903c07c3521f0256c369 |
|
BLAKE2b-256 | 8bd8444febd3cc2e66cb8c6a4d551b0285d738be38a412470c5138e4d017f962 |