GitHub - eraldop/ae: Python acoustic emission tools

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

#ae

Python acoustic emission tools.

##Features

  • read *.wfs files
  • read *.sdcf files
  • event extractor
  • interactive decimated waveform plotting
  • optimized for files bigger than RAM

##Example

>>> import ae
>>> f = ae.open("M5.wfs")
>>> print f.size
642798592
>>> f.plot()

Graph

>>> events = f.get_events(0.02)
>>> print events.size
6161
>>> ae.hist(event.maxima)

Graph

##Install ###Dependencies:

###Linux:

git clone https://github.com/jove1/ae.git
python setup.py install

###Windows: Get windows installers of python, scipy-stack and ae itself.

About

Python acoustic emission tools

Resources

Readme

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks