Analysis libraty for project CZELTA (http://czelta.utef.cvut.cz/)
Project description
Czelta file loading and analysis library
documentation: czelta-python.readthedocs.io
Compilation requirement:
- C++11 compiler for use with C++ code
- Cython compiler and Python itself for use with Python code
Example Python code:
import czelta
#init eventreader object
reader = czelta.event_reader()
#load data from file, usally downloaded from czelta website
reader.load("test.dat")
print("Events loaded: %i"%reader.number_of_events())
t_sum = 0
for event in reader:
t_sum += sum(event.temps()[:2])/3
t_avg = t_sum/len(reader)
print("Average tempeature is %f *C"%t_avg)
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.
Built Distributions
Close
Hashes for czelta-1.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61d70ef1ea534c0a5f54bfa2013b93fb258d02ae831ce64b1d68e824fb6a7feb |
|
MD5 | 83e8a9f0eaf98bd9233f96ce4675663d |
|
BLAKE2-256 | c71f32dade55a043ca92fef74420ed6264f21b4a14e6378f32c85fb799b2876d |
Close
Hashes for czelta-1.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e3ec9838be73f20936f54cf774dd9214ed46f7a2342418bc989e8d4fdf095ca |
|
MD5 | 11da622bf9e17f0977cd36bd7ff79f01 |
|
BLAKE2-256 | 0c8d6b8f308988965507cb0dd7a410b0052994a904ce4d4d1ff95965135b632c |
Close
Hashes for czelta-1.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65545e1e6c0ecfd7b8febec54d3ab828f7e229de0549b024cf0bd57028a5997d |
|
MD5 | 2e4ff581e9d99efc76f90cd6b526dbbe |
|
BLAKE2-256 | 2f242aca6b3acad9e1abaa899b837243145cc33b19233d369db26f161852459f |
Close
Hashes for czelta-1.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9df84e8f2f170f935c4d3e6247f8d7f81c19d948232b48102b1c0d40c754816e |
|
MD5 | 5d7ecb2b315712a16f62b75c38079e15 |
|
BLAKE2-256 | f2b1954235d24221ad5d7015ddfe1523887415c9c66d8e3b85d24f5e49529f0e |