Skip to content

jove1/ae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

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: Install python 2. Get corresponding numpy and scipy packages and run:

C:\Python27\Scripts\pip.exe install numpy‑....whl
C:\Python27\Scripts\pip.exe install scipy‑....whl
C:\Python27\Scripts\pip.exe install matplotlib

Finally, install ae itself.

About

Python acoustic emission tools

Resources

Stars

Watchers

Forks

Packages

No packages published