/pybeem

Tool for analyzing Ballistic Electron Emission Microscopy data

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PyBEEM

Python program to handle data produced during Ballistic Emission Electron Microscopy (Mainly BEES fitting).

Contributors

###Main developer

  • Guillaume Poulin

Dependencies

###Mandatory dependencies

  • python >=3.3
  • matplotlib >=1.2
  • NumPy >=1.6
  • Scipy >=0.11

###For graphic interface

###For interactive console

  • IPython >= 1.0.0

Install

  • set CFLAFS (optional): export CFLAGS='-O3 -mtune=native -march=native'

  • install system: python setup.py install

  • install inplace: python setup.py build --buid-lib .