https://github.com/julianyulu/SciBeam

Scientific Data Analyzing Tool for Time Series Data Analysis and Visualization in Physics

https://github.com/julianyulu/SciBeam

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (18.4%) to scientific vocabulary

Keywords

beam package pandas physics-analysis python

Keywords from Contributors

sequences projection interactive serializer measurement cycles packaging charts network-simulation modular
Last synced: 5 months ago · JSON representation

Repository

Scientific Data Analyzing Tool for Time Series Data Analysis and Visualization in Physics

Basic Info
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • Open Issues: 6
  • Releases: 0
Topics
beam package pandas physics-analysis python
Created almost 8 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog License

README.md

logo

SciBeam Build Status codecov PyPI version Documentation Status

scibeam is a python package build on top of pandas, numpy, sicpy and matplotlib. It is aimed for quick and easy scientific time-series data analysis and visualization in physics, optics, mechanics, and many other STEM subjects.

In the context of scientific data analysis, there are a lot of situations that people have to deal with time-series data, such as time dependent experiment(e.g. temperature measurement), dynamic processes(e.g. beam propagation, chemical reaction), system long/short term behavior(e.g. noise), etc. Quite often is that data taking and result analysis is gaped by some time and effort, which could result in complains or regrets during the data analysis, like “I wish I took another measurement of … so than I could explain why …”. As such, the general guidline of scibeam is to bridge the gap between measurement and data analysis, so that time-series related experiment can be done in a more guided way.

The basic features of scibeam include but not limited to: beam propagation, single or multi-dimentional time depedent measurement, data file auto indexing, noise reduction, peak analysis, numerical fittings, etc.

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:

Using PyPI

bash pip install scibeam

Using souce code

Download the souce code:

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

Change to the package directory:

bash cd scibeam

Install the package:

python setup.py install

Documents

All documentation is avaliable here

Release

  • v0.1.0: 08/19/2018 first release !
  • v0.1.1: 08/22/2018 first release !

Development

Under active development.

TODO:

  • Increase test coverage
  • Add more plotting functions
  • Add config.py for global configurature
  • Add AppVeyor

Contribute

Call for contributors !

As a open source project, scibeam is under active development towards version 1.0, thus we need contributors from the conmunity.Please follow the steps if you want to contribute:

Testing

The testing part is based on unittest and can be run through setuptools, please refer to the documents

To run the test:
python python setup.py test

or

bash make test

Status

Version 0.1.1 on PyPI

Owner

  • Name: Julian Lu
  • Login: julianyulu
  • Kind: user
  • Location: Austin, Texas
  • Company: University of Texas at Austin

Deep Learning in NLP, CV and Audio, Synthesized Digital Human. Enthusiastic in Linux, IoT. PhD in Physics

GitHub Events

Total
Last Year

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 121
  • Total Committers: 3
  • Avg Commits per committer: 40.333
  • Development Distribution Score (DDS): 0.017
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Yu Lu y****u@u****u 119
Yu Lu p****u@g****m 1
dependabot[bot] 4****] 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 11
  • Total pull requests: 7
  • Average time to close issues: 13 days
  • Average time to close pull requests: 15 days
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.18
  • Average comments per pull request: 0.29
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • julianyulu (11)
Pull Request Authors
  • julianyulu (5)
  • dependabot[bot] (2)
Top Labels
Issue Labels
bug (1) help wanted (1) good first issue (1)
Pull Request Labels
dependencies (2)

Dependencies

requirements.txt pypi
  • matplotlib ==2.2.3
  • numpy ==1.22.0
  • pandas ==0.23.4
  • scipy ==1.1.0
setup.py pypi
  • matplotlib *
  • numpy *
  • pandas *
  • scipy *