Skip to main content

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

This version

1.0

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 Distributions

czelta-1.0-cp38-cp38-manylinux1_x86_64.whl (1.1 MB view hashes)

Uploaded CPython 3.8

czelta-1.0-cp37-cp37m-manylinux1_x86_64.whl (880.5 kB view hashes)

Uploaded CPython 3.7m

czelta-1.0-cp36-cp36m-manylinux1_x86_64.whl (881.6 kB view hashes)

Uploaded CPython 3.6m

czelta-1.0-cp35-cp35m-manylinux1_x86_64.whl (861.2 kB view hashes)

Uploaded CPython 3.5m

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page