Skip to main content

A scientific time series analyzing tool on beam measurement

Project description

logo

SciBeam Build Status codecov

SciBeam is an open source library for analyzing time series beam measurement data. Using pandas dataframe and series as its base classing, additional time series related features are added for quick analysis, such as file name matching, gaussian fitting, peak analysis, noise filtering, plotting, etc. The flexible method chain enables fast data analysis on any time series data.

SciBeam is originally designed for experimental physics data analysis. The library has been tested on the daily lab data analysis and is under active development in terms of bredth and deepth of scientific computation.

Installation

Dependencies

SciBeam requires:

  • Python( >= 3.4)

  • Numpy( >= 1.8.2)

  • Scipy( >= 0.13.3)

  • pandas ( >= 0.23.0)

  • matplotlib ( >= 1.5.1)

  • re

  • os

User installation

Currently only avaliable through downloading from Github, will be avaliable for installation through pip soon:

Download the souce code:

git clone https://github.com/SuperYuLu/SciBeam`

Change to the package directory:

cd scibeam

Install the package:

python setup.py install

Development

Currently working on writting up testing while adding more features, the library is being tested in the lab on real-time data analysis when experiment is on.

Testing

The testing part is based on unittest and can be run through setuptools:

python setup.py test

or

make test

Status

Under testing on Test PIPY.

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

scibeam-0.1.0.tar.gz (3.9 MB view hashes)

Uploaded Source

Built Distribution

scibeam-0.1.0-py3-none-any.whl (4.1 MB view hashes)

Uploaded Python 3

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